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-07-08T10:21:01.800Z||main|||||INFO|500||The following profiles are active: basic
2022-07-08T10:21:12.747Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-08T10:21:12.748Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-08T10:21:12.850Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-08T10:21:16.713Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-08T10:21:17.104Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-08T10:21:17.542Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-08T10:21:17.549Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-08T10:21:17.658Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-08T10:21:17.864Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-08T10:21:18.395Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-08T10:21:20.169Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-08T10:21:22.394Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-08T10:21:22.449Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-08T10:21:23.096Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-08T10:21:23.396Z||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-07-08T10:21:24.518Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-08T10:21:25.543Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-08T10:21:25.559Z||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$$47a94641.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-07-08T10:21:25.559Z||main|||||WARN|500||The sdc end point is not alive
2022-07-08T10:21:28.397Z||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-07-08T10:21:31.474Z||main|||||WARN|500||---
2022-07-08T10:21:31.475Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-08T10:21:31.475Z||main|||||WARN|500||---
2022-07-08T10:21:31.881Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-08T10:21:36.445Z||main|||||INFO|500||Started Application in 37.744 seconds (JVM running for 39.878)
2022-07-08T10:21:36.458Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-08T10:21:36.459Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-08T10:21:36.473Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-08T10:21:36.498Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-08T10:21:36.537Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= edddd088-533d-4149-a057-4c46fd93ea5e url= /sdc/v1/artifactTypes
2022-07-08T10:21:36.538Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-08T10:21:37.609Z||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.27.104] 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$$e68602e.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-07-08T10:21:37.614Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2d87e03e
2022-07-08T10:21:37.615Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-08T10:21:37.632Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-08T10:21:37.635Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-08T10:21:37.638Z||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$$e68602e.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-07-08T10:22:26.440Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-08T10:22:26.441Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-08T10:22:26.442Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-08T10:22:26.445Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-08T10:22:26.458Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 607175d5-e7b8-47a9-b0e7-00023d07507a url= /sdc/v1/artifactTypes
2022-07-08T10:22:26.458Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-08T10:22:26.657Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-08T10:22:26.665Z||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-07-08T10:22:26.685Z||scheduling-1|||||DEBUG|500||create keys
2022-07-08T10:22:26.692Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-08T10:22:26.740Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:22:26.756Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= c7865da7-6750-4c91-8670-903720736107 url= /sdc/v1/registerForDistribution
2022-07-08T10:22:26.954Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= c7865da7-6750-4c91-8670-903720736107 url= /sdc/v1/registerForDistribution
2022-07-08T10:22:26.954Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-08T10:22:26.962Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:22:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:22:26.969Z||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-07-08T10:22:26.970Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:22:26.973Z||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-07-08T10:22:26.974Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:22:26.982Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-08T10:22:37.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:22:37.370Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:23:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:23:26.961Z||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-07-08T10:23:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:23:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:23:26.965Z||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-07-08T10:23:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:23:36.570Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:23:36.586Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:24:26.960Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:24:26.962Z||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-07-08T10:24:26.963Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:24:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:24:26.966Z||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-07-08T10:24:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:24:44.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:24:50.095Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:25:26.961Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:25:26.964Z||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-07-08T10:25:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:25:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:25:26.964Z||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-07-08T10:25:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:26:27.033Z||pool-2-thread-5|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2022-07-08T10:26:27.033Z||pool-2-thread-2|||||WARN|500||Error executing HTTP request. Read timed out; blacklisting for 2 minutes
2022-07-08T10:26:27.038Z||pool-2-thread-5|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out
2022-07-08T10:26:27.038Z||pool-2-thread-2|||||ERROR|500||Error exception occured when fetching with Cambria Client:Read timed out
2022-07-08T10:26:27.039Z||pool-2-thread-2|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:49)
	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-07-08T10:26:27.039Z||pool-2-thread-5|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Read timed out
java.net.SocketTimeoutException: Read timed out
	at java.base/java.net.SocketInputStream.socketRead0(Native Method)
	at java.base/java.net.SocketInputStream.socketRead(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at java.base/java.net.SocketInputStream.read(Unknown Source)
	at org.apache.http.impl.io.SessionInputBufferImpl.streamRead(SessionInputBufferImpl.java:139)
	at org.apache.http.impl.io.SessionInputBufferImpl.fillBuffer(SessionInputBufferImpl.java:155)
	at org.apache.http.impl.io.SessionInputBufferImpl.readLine(SessionInputBufferImpl.java:284)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:138)
	at org.apache.http.impl.conn.DefaultHttpResponseParser.parseHead(DefaultHttpResponseParser.java:56)
	at org.apache.http.impl.io.AbstractMessageParser.parse(AbstractMessageParser.java:261)
	at org.apache.http.impl.DefaultBHttpClientConnection.receiveResponseHeader(DefaultBHttpClientConnection.java:165)
	at org.apache.http.impl.conn.CPoolProxy.receiveResponseHeader(CPoolProxy.java:157)
	at org.apache.http.protocol.HttpRequestExecutor.doReceiveResponse(HttpRequestExecutor.java:272)
	at org.apache.http.protocol.HttpRequestExecutor.execute(HttpRequestExecutor.java:124)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:272)
	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 com.att.nsa.apiClient.http.HttpClient.runCall(HttpClient.java:622)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:380)
	at com.att.nsa.apiClient.http.HttpClient.get(HttpClient.java:364)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:87)
	at com.att.nsa.cambria.client.impl.CambriaConsumerImpl.fetch(CambriaConsumerImpl.java:64)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:62)
	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-07-08T10:26:27.041Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:26:27.041Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:26:27.041Z||pool-2-thread-1|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-07-08T10:26:27.041Z||pool-2-thread-6|||||WARN|500||All hosts were blacklisted; reverting to full set of hosts.
2022-07-08T10:26:27.042Z||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-07-08T10:26:27.042Z||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-07-08T10:26:27.042Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:26:27.042Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:26:36.570Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:26:36.600Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:27:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:27:26.961Z||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-07-08T10:27:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:27:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:27:26.964Z||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-07-08T10:27:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:27:44.610Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:27:44.611Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:28:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:28:26.962Z||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-07-08T10:28:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:28:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:28:26.964Z||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-07-08T10:28:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:28:44.069Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:28:44.087Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:29:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:29:26.961Z||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-07-08T10:29:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:29:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:29:26.965Z||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-07-08T10:29:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:29:44.059Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:29:44.075Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:30:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:30:26.961Z||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-07-08T10:30:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:30:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:30:26.965Z||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-07-08T10:30:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:30:36.522Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:30:44.012Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:31:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:31:26.961Z||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-07-08T10:31:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:31:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:31:26.964Z||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-07-08T10:31:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:31:27.237Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-08T10:31:36.559Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:31:44.008Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:32:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:32:26.962Z||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-07-08T10:32:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:32:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:32:26.967Z||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-07-08T10:32:26.968Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:32:36.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:32:36.852Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:33:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:33:26.963Z||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-07-08T10:33:26.963Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:33:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:33:26.964Z||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-07-08T10:33:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:33:37.546Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:33:38.473Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:34:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:34:26.961Z||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-07-08T10:34:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:34:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:34:26.965Z||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-07-08T10:34:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:34:36.566Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:34:36.711Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:35:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:35:26.961Z||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-07-08T10:35:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:35:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:35:26.965Z||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-07-08T10:35:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:35:36.576Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:35:36.611Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:36:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:36:26.961Z||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-07-08T10:36:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:36:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:36:26.965Z||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-07-08T10:36:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:36:36.560Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:36:36.850Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:37:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:37:26.961Z||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-07-08T10:37:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:37:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:37:26.964Z||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-07-08T10:37:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:37:36.767Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:37:37.206Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:38:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:38:26.962Z||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-07-08T10:38:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:38:26.968Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:38:26.968Z||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-07-08T10:38:26.969Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:38:36.519Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:38:36.604Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:39:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:39:26.961Z||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-07-08T10:39:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:39:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:39:26.965Z||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-07-08T10:39:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:39:36.549Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:39:36.587Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:40:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:40:26.962Z||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-07-08T10:40:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:40:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:40:26.965Z||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-07-08T10:40:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:40:36.688Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:40:36.741Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:41:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:41:26.961Z||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-07-08T10:41:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:41:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:41:26.965Z||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-07-08T10:41:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:41:36.937Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:41:38.911Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:42:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:42:26.963Z||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-07-08T10:42:26.963Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:42:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:42:26.964Z||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-07-08T10:42:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:42:36.834Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:42:36.987Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:43:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:43:26.961Z||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-07-08T10:43:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:43:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:43:26.964Z||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-07-08T10:43:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:43:36.595Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:43:36.868Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:44:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:44:26.962Z||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-07-08T10:44:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:44:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:44:26.965Z||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-07-08T10:44:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:44:36.598Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:44:36.693Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:45:26.961Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:45:26.961Z||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-07-08T10:45:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:45:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:45:26.964Z||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-07-08T10:45:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:45:36.523Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:45:36.544Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:46:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:46:26.961Z||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-07-08T10:46:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:46:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:46:26.964Z||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-07-08T10:46:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:46:36.506Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:46:36.518Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:47:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:47:26.961Z||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-07-08T10:47:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:47:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:47:26.964Z||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-07-08T10:47:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:47:36.526Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:47:36.530Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:48:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:48:26.961Z||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-07-08T10:48:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:48:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:48:26.964Z||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-07-08T10:48:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:48:36.569Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:48:36.735Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:49:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:49:26.961Z||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-07-08T10:49:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:49:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:49:26.964Z||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-07-08T10:49:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:49:36.562Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:49:36.625Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:50:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:50:26.961Z||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-07-08T10:50:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:50:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:50:26.964Z||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-07-08T10:50:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:50:36.627Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:50:36.926Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:51:26.960Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:51:26.961Z||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-07-08T10:51:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:51:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:51:26.964Z||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-07-08T10:51:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:51:36.514Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:51:36.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:52:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:52:26.961Z||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-07-08T10:52:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:52:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:52:26.964Z||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-07-08T10:52:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:52:36.521Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:52:36.552Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:53:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:53:26.961Z||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-07-08T10:53:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:53:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:53:26.964Z||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-07-08T10:53:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:53:36.535Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:53:36.697Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:54:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:54:26.963Z||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-07-08T10:54:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:54:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:54:26.965Z||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-07-08T10:54:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:54:36.552Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:54:36.613Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:55:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:55:26.961Z||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-07-08T10:55:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:55:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:55:26.965Z||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-07-08T10:55:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:55:36.512Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:55:36.565Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:56:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:56:26.962Z||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-07-08T10:56:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:56:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:56:26.964Z||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-07-08T10:56:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:56:36.567Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:56:36.635Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:57:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:57:26.961Z||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-07-08T10:57:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:57:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:57:26.964Z||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-07-08T10:57:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:57:36.520Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:57:36.556Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:58:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:58:26.961Z||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-07-08T10:58:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:58:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:58:26.965Z||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-07-08T10:58:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:58:36.556Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:58:36.685Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:59:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:59:26.961Z||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-07-08T10:59:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:59:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T10:59:26.964Z||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-07-08T10:59:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T10:59:36.508Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T10:59:36.523Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:00:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:00:26.961Z||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-07-08T11:00:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:00:26.964Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:00:26.964Z||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-07-08T11:00:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:00:36.520Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:00:36.542Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:01:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:01:26.961Z||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-07-08T11:01:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:01:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:01:26.964Z||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-07-08T11:01:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:01:36.506Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:01:36.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:02:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:02:26.961Z||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-07-08T11:02:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:02:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:02:26.965Z||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-07-08T11:02:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:02:36.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:02:36.534Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:03:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:03:26.961Z||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-07-08T11:03:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:03:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:03:26.964Z||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-07-08T11:03:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:03:36.505Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:03:36.511Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:04:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:04:26.961Z||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-07-08T11:04:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:04:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:04:26.965Z||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-07-08T11:04:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:04:36.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:04:36.786Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:05:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:05:26.961Z||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-07-08T11:05:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:05:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:05:26.964Z||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-07-08T11:05:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:05:36.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:05:36.524Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:06:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:06:26.961Z||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-07-08T11:06:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:06:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:06:26.964Z||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-07-08T11:06:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:06:36.559Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:06:36.689Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:07:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:07:26.964Z||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-07-08T11:07:26.964Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:07:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:07:26.964Z||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-07-08T11:07:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:07:36.504Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:07:36.528Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:08:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:08:26.961Z||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-07-08T11:08:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:08:26.964Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:08:26.964Z||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-07-08T11:08:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:08:36.511Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:08:36.530Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:09:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:09:26.961Z||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-07-08T11:09:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:09:26.964Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:09:26.964Z||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-07-08T11:09:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:09:36.503Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:09:36.507Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:10:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:10:26.961Z||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-07-08T11:10:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:10:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:10:26.964Z||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-07-08T11:10:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:10:36.510Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:10:36.512Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:11:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:11:26.961Z||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-07-08T11:11:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:11:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:11:26.966Z||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-07-08T11:11:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:11:36.507Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:11:36.515Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:12:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:12:26.961Z||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-07-08T11:12:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:12:26.964Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:12:26.964Z||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-07-08T11:12:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:12:36.550Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:12:36.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:13:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:13:26.962Z||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-07-08T11:13:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:13:26.964Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:13:26.964Z||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-07-08T11:13:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:13:36.578Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:13:36.623Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:14:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:14:26.961Z||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-07-08T11:14:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:14:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:14:26.964Z||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-07-08T11:14:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:14:36.505Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:14:36.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:15:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:15:26.961Z||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-07-08T11:15:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:15:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:15:26.966Z||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-07-08T11:15:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:15:36.508Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:15:36.514Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:16:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:16:26.961Z||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-07-08T11:16:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:16:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:16:26.966Z||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-07-08T11:16:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:16:36.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:16:36.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:17:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:17:26.961Z||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-07-08T11:17:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:17:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:17:26.964Z||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-07-08T11:17:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:17:36.508Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:17:36.518Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:18:26.960Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:18:26.961Z||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-07-08T11:18:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:18:26.964Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:18:26.965Z||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-07-08T11:18:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:18:36.509Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:18:36.513Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:26.961Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:19:26.963Z||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-07-08T11:19:26.963Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:19:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:19:26.964Z||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-07-08T11:19:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:19:27.299Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:27.304Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.305Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279150284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.336Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279152359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279151718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279148451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279150284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279152359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279151718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279148451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "cds",
  "timestamp": 1657279156314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279150284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.345Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279152359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.345Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.345Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.346Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279151718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.346Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.346Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279148451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.347Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.347Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.347Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "cds",
  "timestamp": 1657279156314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.348Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.348Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.348Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279156796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.349Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.349Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.349Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279150284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.350Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.350Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279152359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279151718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.351Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.352Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279148451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.352Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.352Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "cds",
  "timestamp": 1657279156314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279156796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.353Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279150284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279152359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.354Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279151718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279148451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "cds",
  "timestamp": 1657279156314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.355Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279156796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279150284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.356Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279152359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279151718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279148451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.357Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "cds",
  "timestamp": 1657279156314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279156796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279150284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.358Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279152359,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279151718,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279148451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.359Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "cds",
  "timestamp": 1657279156314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279156796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.360Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279162036,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279162039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "cds",
  "timestamp": 1657279156314,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.361Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279161769,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279156796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279163111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.362Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279162783,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279162698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "cds",
  "timestamp": 1657279164134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.363Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279156796,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279164231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.364Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "policy-id",
  "timestamp": 1657279163798,
  "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-07-08T11:19:27.563Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:19:27.586Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 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-07-08T11:19:27.614Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.614Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279162698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.615Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.615Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.615Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "cds",
  "timestamp": 1657279165151,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-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-07-08T11:19:27.630Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:19:27.630Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 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-07-08T11:19:27.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279164661,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:27.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:19:27.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279165290,
  "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-07-08T11:19:27.646Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:19:27.646Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 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-07-08T11:19:27.656Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.657Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279162698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.657Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:19:27.717Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:27.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:19:27.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7","serviceName":"vFW 2022-07-08 11-18-10","serviceVersion":"1.0","serviceUUID":"fa8b3d48-df63-4821-8765-9f250b5c76f9","serviceDescription":"catalog service description","serviceInvariantUUID":"a4e45f77-7253-4324-8cb0-828bbdfad46d","resources":[{"resourceInstanceName":"vFW b2075797-dc03 0","resourceName":"vFW b2075797-dc03","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"4607be9a-176c-4931-84d8-1893cd5ff990","resourceInvariantUUID":"53cb87c0-3008-4b11-ab92-d6478cb68dfa","resourceCustomizationUUID":"a2eadc68-b028-4a1e-aa68-565ce1601c61","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml","artifactChecksum":"M2I3MjhhMzZmODM2ZDIxZTQwN2FjMWM5ZWU5ZGJhNDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4e7cc9c-c1ea-475b-bd87-6e068defb591","artifactVersion":"1"},{"artifactName":"vfwb2075797dc030_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json","artifactChecksum":"NjgyMjg2ZDEwZDYxZDRjZWIxYzZiNjExZTBhZjM3NzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3c4d71b9-70ee-401b-9c9f-1f47a540c5ad","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a2f21a71-4f6b-4202-be83-7d06477bab83","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml","artifactChecksum":"ZjNjNjhhODQwOWYzOGQ1YjhjODIxOTU1M2NkOTU4OWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a14f8159-69e9-471f-9981-6a5d0f5eebd6","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ae97f0d6-a071-4050-8b37-0b2d35ccc6a8","artifactVersion":"2","generatedFromUUID":"a2f21a71-4f6b-4202-be83-7d06477bab83"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220708111810-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml","artifactChecksum":"YjY2NDZmMTIzNzRiOTNmZjdmZDNjOWE2NDQ1ZWI2ODQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fd5994a-3619-4aa1-89ac-77b472514ca1","artifactVersion":"1"},{"artifactName":"service-Vfw20220708111810-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar","artifactChecksum":"YTFlYjhiYmI1ZTQzMmRhNDExY2E2OTY0MWYxZDg2MjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:19:27.726Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:27.735Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:27.745Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:27.745Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:27.845Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-08T11:19:27.849Z||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-07-08T11:19:27.849Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:27.861Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:27.862Z||pool-3-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:28.751Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:28.751Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:28.753Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:28.753Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:19:28.855Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:28.856Z||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-07-08T11:19:28.856Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:28.910Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:28.910Z||pool-4-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:29.754Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:29.755Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:29.757Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:29.757Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:19:29.857Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:29.858Z||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-07-08T11:19:29.858Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:29.873Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:29.874Z||pool-5-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:30.758Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:30.759Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:30.761Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:30.761Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:30.861Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:30.863Z||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-07-08T11:19:30.864Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:30.876Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:30.877Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:31.761Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:31.763Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:31.766Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:31.766Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-08T11:19:31.866Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:31.867Z||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-07-08T11:19:31.867Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:31.878Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:31.879Z||pool-7-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:32.767Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:32.767Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:32.769Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:32.769Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:19:32.870Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:32.870Z||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-07-08T11:19:32.871Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:32.880Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:32.880Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:33.770Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:19:33.771Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:33.775Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:33.775Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:19:33.875Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:33.876Z||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-07-08T11:19:33.876Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:33.889Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:33.889Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:34.777Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "serviceName": "vFW 2022-07-08 11-18-10",
  "serviceVersion": "1.0",
  "serviceUUID": "fa8b3d48-df63-4821-8765-9f250b5c76f9",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a4e45f77-7253-4324-8cb0-828bbdfad46d",
  "resources": [
    {
      "resourceInstanceName": "vFW b2075797-dc03 0",
      "resourceCustomizationUUID": "a2eadc68-b028-4a1e-aa68-565ce1601c61",
      "resourceName": "vFW b2075797-dc03",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "4607be9a-176c-4931-84d8-1893cd5ff990",
      "resourceInvariantUUID": "53cb87c0-3008-4b11-ab92-d6478cb68dfa",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwb2075797dc030_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
          "artifactChecksum": "NjgyMjg2ZDEwZDYxZDRjZWIxYzZiNjExZTBhZjM3NzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3c4d71b9-70ee-401b-9c9f-1f47a540c5ad",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a2f21a71-4f6b-4202-be83-7d06477bab83",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ae97f0d6-a071-4050-8b37-0b2d35ccc6a8",
            "generatedFromUUID": "a2f21a71-4f6b-4202-be83-7d06477bab83"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ae97f0d6-a071-4050-8b37-0b2d35ccc6a8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220708111810-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
      "artifactChecksum": "YTFlYjhiYmI1ZTQzMmRhNDExY2E2OTY0MWYxZDg2MjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46"
    }
  ],
  "workloadContext": "Production"
}
2022-07-08T11:19:34.778Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:19:34.778Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa8b3d48-df63-4821-8765-9f250b5c76f9 ASDC
2022-07-08T11:19:34.890Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
ServiceName:vFW 2022-07-08 11-18-10
ServiceVersion:1.0
ServiceUUID:fa8b3d48-df63-4821-8765-9f250b5c76f9
ServiceInvariantUUID:a4e45f77-7253-4324-8cb0-828bbdfad46d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220708111810-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
ArtifactUUID:f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46
ArtifactChecksum:YTFlYjhiYmI1ZTQzMmRhNDExY2E2OTY0MWYxZDg2MjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW b2075797-dc03 0
ResourceCustomizationUUID:a2eadc68-b028-4a1e-aa68-565ce1601c61
ResourceInvariantUUID:53cb87c0-3008-4b11-ab92-d6478cb68dfa
ResourceName:vFW b2075797-dc03
ResourceType:VF
ResourceUUID:4607be9a-176c-4931-84d8-1893cd5ff990
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwb2075797dc030_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
ArtifactUUID:3c4d71b9-70ee-401b-9c9f-1f47a540c5ad
ArtifactChecksum:NjgyMjg2ZDEwZDYxZDRjZWIxYzZiNjExZTBhZjM3NzA=
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/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
ArtifactUUID:a2f21a71-4f6b-4202-be83-7d06477bab83
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/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
ArtifactUUID:ae97f0d6-a071-4050-8b37-0b2d35ccc6a8
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/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
ArtifactUUID:ae97f0d6-a071-4050-8b37-0b2d35ccc6a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-08T11:19:34.890Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa8b3d48-df63-4821-8765-9f250b5c76f9 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-07-08T11:19:34.941Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:19:34.942Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:19:34.943Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:19:34.943Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46 from URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:34.943Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:19:34.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:35.034Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:19:35.051Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46 99060
2022-07-08T11:19:35.052Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar ASDC sendASDCNotification
2022-07-08T11:19:35.052Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:35.053Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:19:35.054Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:35.056Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:35.056Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279175052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:35.156Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:35.157Z||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-07-08T11:19:35.157Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:35.176Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:35.177Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:36.056Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:19:36.060Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:19:36.060Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: f2b1f4b5-c7ec-402d-bdda-18bc24ab0a46, URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar to file: /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:36.061Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220708111810-csar.csar
2022-07-08T11:19:36.148Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:36.148Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:36.769Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3050698466117298022/Definitions/service-Vfw20220708111810-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-07-08T11:19:39.461Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.467Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW b2075797-dc03 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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.468Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.469Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-Vfw20220708111810-csar.csar
2022-07-08T11:19:39.469Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-08T11:19:39.475Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.477Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.480Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.481Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-08T11:19:39.482Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:19:39.484Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.484Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.485Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:39.489Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:39.490Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:39.491Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.492Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-08T11:19:39.492Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.492Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:19:39.493Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.493Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.493Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.494Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:39.495Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.496Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7240b37-1bc4-45a7-84c0-c2a1fa0f849b
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.497Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:39.498Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.499Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29f4f968-135c-4eac-b6c3-6952c590cc20
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:39.500Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:39.501Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ff54165f-9ecd-493d-b5b4-2bccda55e8d6
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.502Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:39.503Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:39.504Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-08 11-18-10
Description:catalog service description
Model UUID:fa8b3d48-df63-4821-8765-9f250b5c76f9
Model Version:NULL
Model InvariantUuid:a4e45f77-7253-4324-8cb0-828bbdfad46d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW b2075797-dc03
Model UUID:fe32718a-21d1-4cbb-8bb6-24378f9bf6b2
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:53cb87c0-3008-4b11-ab92-d6478cb68dfa
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a2eadc68-b028-4a1e-aa68-565ce1601c61
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5a218d69-3d2d-4523-a41d-c731e6e84823
ModelName:VfwB2075797Dc03..base_vfw..module-0
ModelUuid:5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7240b37-1bc4-45a7-84c0-c2a1fa0f849b
ModelInvariantUuid:76e3bc2d-03d1-4a7f-859c-4f30d6a2bc98
ModelName:vFW b2075797-dc03-nodes.vfwCvfc
ModelUuid:fd3e88ac-df27-4779-a2d9-e2b58ef5a14d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4a9d4647-5e66-4dc3-b12e-44a09d083c82
ModelInvariantUuid:e8a98d24-0772-47c1-b216-4fbdf23a9e04
ModelName:VfwB2075797Dc03.compute.nodes.heat.vfw
ModelUuid:26b2bae1-403d-4231-a3e6-4f7125145e75
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:29f4f968-135c-4eac-b6c3-6952c590cc20
ModelInvariantUuid:68d8f320-2f43-48ef-b5c7-0d82ef94e975
ModelName:vFW b2075797-dc03-nodes.vsnCvfc
ModelUuid:0ca546dc-a659-49cb-9a1e-b4ce7692a576
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:388e99ae-19ed-4e7c-9ad3-6439b62e4ed3
ModelInvariantUuid:e92eda2b-63b9-4cb9-9281-eac6de219745
ModelName:VfwB2075797Dc03.compute.nodes.heat.vsn
ModelUuid:3c42c468-e955-4a24-a614-9c4223a5d941
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ff54165f-9ecd-493d-b5b4-2bccda55e8d6
ModelInvariantUuid:5abd86ad-4c87-413a-af4b-493ec48f39eb
ModelName:vFW b2075797-dc03-nodes.vpgCvfc
ModelUuid:63a13568-2f12-4100-bc7d-552640715970
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:d5bfcee1-2300-450a-a799-831db7db6dc4
ModelInvariantUuid:ee2f9f47-caaf-4110-a04c-cc558b471255
ModelName:VfwB2075797Dc03.compute.nodes.heat.vpg
ModelUuid:b812cfde-43b2-4c70-818a-b29a494a125b
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-07-08T11:19:39.516Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 4607be9a-176c-4931-84d8-1893cd5ff990
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-07-08T11:19:39.618Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||vFW b2075797-dc03 0
2022-07-08T11:19:39.625Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 4607be9a-176c-4931-84d8-1893cd5ff990
2022-07-08T11:19:39.625Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3c4d71b9-70ee-401b-9c9f-1f47a540c5ad from URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
2022-07-08T11:19:39.625Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:19:39.626Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
2022-07-08T11:19:39.715Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:19:39.715Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json 3c4d71b9-70ee-401b-9c9f-1f47a540c5ad 785
2022-07-08T11:19:39.716Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json ASDC sendASDCNotification
2022-07-08T11:19:39.716Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
2022-07-08T11:19:39.716Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:19:39.717Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:39.719Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:39.719Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279179716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:39.819Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:39.820Z||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-07-08T11:19:39.820Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:39.837Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:39.837Z||pool-11-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:40.721Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB2075797Dc03..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5a218d69-3d2d-4523-a41d-c731e6e84823",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c",
    "vfModuleModelCustomizationUUID": "061f524c-3e94-4369-b14c-cf06f3b91c9b",
    "isBase": true,
    "artifacts": [
      "a2f21a71-4f6b-4202-be83-7d06477bab83",
      "ae97f0d6-a071-4050-8b37-0b2d35ccc6a8"
    ],
    "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-07-08T11:19:40.736Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2075797Dc03..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c
VfModuleModelInvariantUUID:5a218d69-3d2d-4523-a41d-c731e6e84823
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2f21a71-4f6b-4202-be83-7d06477bab83
,
ae97f0d6-a071-4050-8b37-0b2d35ccc6a8

}
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-07-08T11:19:40.740Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwB2075797Dc03..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "5a218d69-3d2d-4523-a41d-c731e6e84823",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c",
    "vfModuleModelCustomizationUUID": "061f524c-3e94-4369-b14c-cf06f3b91c9b",
    "isBase": true,
    "artifacts": [
      "a2f21a71-4f6b-4202-be83-7d06477bab83",
      "ae97f0d6-a071-4050-8b37-0b2d35ccc6a8"
    ],
    "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-07-08T11:19:40.740Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwB2075797Dc03..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ebf6342-d3eb-4d2b-81a2-a8844d7cc79c
VfModuleModelInvariantUUID:5a218d69-3d2d-4523-a41d-c731e6e84823
VfModuleModelDescription:NULL
Artifacts UUID List:{
a2f21a71-4f6b-4202-be83-7d06477bab83
,
ae97f0d6-a071-4050-8b37-0b2d35ccc6a8

}
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-07-08T11:19:40.741Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: a2f21a71-4f6b-4202-be83-7d06477bab83 from URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
2022-07-08T11:19:40.741Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:19:40.741Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
2022-07-08T11:19:40.841Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:19:40.842Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml a2f21a71-4f6b-4202-be83-7d06477bab83 20368
2022-07-08T11:19:40.843Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-08T11:19:40.843Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
2022-07-08T11:19:40.843Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:19:40.843Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:40.846Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:40.846Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279180843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:40.947Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-08T11:19:40.948Z||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-07-08T11:19:40.948Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:40.960Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:40.960Z||pool-12-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:41.847Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ae97f0d6-a071-4050-8b37-0b2d35ccc6a8 from URL: /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
2022-07-08T11:19:41.847Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:19:41.848Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
2022-07-08T11:19:41.900Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:19:41.900Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env ae97f0d6-a071-4050-8b37-0b2d35ccc6a8 2098
2022-07-08T11:19:41.901Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-08T11:19:41.901Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
2022-07-08T11:19:41.901Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:19:41.901Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:41.903Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:41.903Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279181901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:19:42.003Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:42.004Z||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-07-08T11:19:42.005Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:42.017Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:42.018Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:42.904Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fa8b3d48-df63-4821-8765-9f250b5c76f9
2022-07-08T11:19:42.904Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW b2075797-dc03 0 4607be9a-176c-4931-84d8-1893cd5ff990 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-07-08T11:19:42.942Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@412ff109, org.onap.sdc.toscaparser.api.parameters.Input@fb57aef, org.onap.sdc.toscaparser.api.parameters.Input@35d34d38, org.onap.sdc.toscaparser.api.parameters.Input@19ff1527, org.onap.sdc.toscaparser.api.parameters.Input@27e618a8]
2022-07-08T11:19:42.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-07-08T11:19:42.945Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= a2eadc68-b028-4a1e-aa68-565ce1601c61
2022-07-08T11:19:42.946Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a2eadc68-b028-4a1e-aa68-565ce1601c61 matches Tosca VF Customization UUID: a2eadc68-b028-4a1e-aa68-565ce1601c61
2022-07-08T11:19:42.946Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: a2eadc68-b028-4a1e-aa68-565ce1601c61  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-07-08T11:19:42.952Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.952Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.953Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id a2eadc68-b028-4a1e-aa68-565ce1601c61: {\"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-07-08T11:19:42.953Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36d36b3a
2022-07-08T11:19:42.953Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.954Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:19:42.954Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 061f524c-3e94-4369-b14c-cf06f3b91c9b
2022-07-08T11:19:42.955Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 061f524c-3e94-4369-b14c-cf06f3b91c9b
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-07-08T11:19:42.960Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.960Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.960Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.961Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.961Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.961Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.961Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:42.962Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:42.963Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.964Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=e7240b37-1bc4-45a7-84c0-c2a1fa0f849b
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-07-08T11:19:42.969Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.970Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.970Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.970Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.970Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:42.971Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.972Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-08T11:19:42.973Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.973Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=29f4f968-135c-4eac-b6c3-6952c590cc20
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-07-08T11:19:42.974Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.975Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.975Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.977Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.977Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-08T11:19:42.978Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-08T11:19:42.979Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-08T11:19:42.980Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ff54165f-9ecd-493d-b5b4-2bccda55e8d6
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-07-08T11:19:42.981Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.982Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.982Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:19:42.982Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.983Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Node template vFW b2075797-dc03 0 is matching search criteria
2022-07-08T11:19:42.983Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW b2075797-dc03 0] matching following query criteria: sdcType=VF, customizationUUID=a2eadc68-b028-4a1e-aa68-565ce1601c61
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-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fa8b3d48-df63-4821-8765-9f250b5c76f9: vFW b2075797-dc03
2022-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.985Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.986Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.987Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.987Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:19:42.987Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-07-08 11-18-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:19:42.987Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-07-08 11-18-10 
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-07-08T11:19:43.225Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW b2075797-dc03 4607be9a-176c-4931-84d8-1893cd5ff990 1 ASDC deployResourceStructure
2022-07-08T11:19:43.226Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json ASDC sendASDCNotification
2022-07-08T11:19:43.226Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json
2022-07-08T11:19:43.226Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:19:43.226Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:43.229Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:43.229Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279183226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:19:43.329Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:43.330Z||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-07-08T11:19:43.330Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:43.341Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:43.341Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:44.230Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-08T11:19:44.230Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml
2022-07-08T11:19:44.230Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:19:44.231Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:44.232Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:44.233Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279184230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:19:44.333Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:19:44.334Z||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-07-08T11:19:44.334Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:44.345Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:44.346Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:45.233Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-08T11:19:45.234Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env
2022-07-08T11:19:45.234Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:19:45.234Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:45.237Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:45.237Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279185233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:19:45.337Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:19:45.338Z||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-07-08T11:19:45.338Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:45.395Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:45.395Z||pool-16-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:19:46.238Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar ASDC sendASDCNotification
2022-07-08T11:19:46.238Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar
2022-07-08T11:19:46.238Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:19:46.239Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:19:46.241Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:19:46.242Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279186238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:19:46.342Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:19:46.343Z||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-07-08T11:19:46.343Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:19:46.379Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:19:46.380Z||pool-17-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:19:47.244Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:19:47.260Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
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-07-08T11:19:47.263Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:19:47.263Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:19:47.263Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:20:17.264Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:20:17.281Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
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-07-08T11:20:17.284Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:20:17.284Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:20:17.284Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:20:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:20:26.965Z||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-07-08T11:20:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:20:27.017Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:20:27.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:20:27.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279166294,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:20:27.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:20:47.284Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:20:47.295Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
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-07-08T11:20:47.298Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:20:47.298Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:20:47.298Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:21:17.298Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:21:17.308Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
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-07-08T11:21:17.311Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:21:17.311Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:21:17.311Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:21:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:21:26.965Z||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-07-08T11:21:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:21:27.006Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:21:27.007Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:21:27.007Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279162698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:21:27.007Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:21:47.311Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:21:47.322Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
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-07-08T11:21:47.324Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:21:47.325Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:21:47.325Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:22:17.325Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:22:17.336Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
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-07-08T11:22:17.339Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:22:17.339Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:22:17.340Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:22:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:22:26.965Z||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-07-08T11:22:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:22:27.003Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:22:27.008Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.008Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.009Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.009Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.009Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279162698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279162698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.010Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279162698,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.011Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279170164,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.012Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.013Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.013Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.013Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279171169,
  "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-07-08T11:22:27.021Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:22:27.021Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 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-07-08T11:22:27.030Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279166960,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.031Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279175052,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279176906,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.032Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "aai-ml",
  "timestamp": 1657279177912,
  "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-07-08T11:22:27.037Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:22:27.037Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 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-07-08T11:22:27.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279179716,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279180843,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.045Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279181901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279183226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/vfwb2075797dc030_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.046Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279184230,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279185233,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/resourceInstances/vfwb2075797dc030/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279184412,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.047Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279186238,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279185737,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220708111810/1.0/artifacts/service-Vfw20220708111810-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.048Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "clamp",
  "timestamp": 1657279186753,
  "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-07-08T11:22:27.053Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
2022-07-08T11:22:27.053Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 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-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "cds",
  "timestamp": 1657279201314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279202698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.062Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "cds",
  "timestamp": 1657279201314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279202698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "cds",
  "timestamp": 1657279201314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.063Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279202698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "cds",
  "timestamp": 1657279201314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.064Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279202698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "cds",
  "timestamp": 1657279201314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.065Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279202698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.066Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "cds",
  "timestamp": 1657279201314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279202698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.067Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "cds",
  "timestamp": 1657279201314,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.068Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657279202698,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279208451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "cds",
  "timestamp": 1657279210987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.070Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.070Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.070Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279208451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.071Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.071Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279210284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.071Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.072Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.072Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "cds",
  "timestamp": 1657279211993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-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-07-08T11:22:27.085Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:22:27.085Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b 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-07-08T11:22:27.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.093Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279208451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.093Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.093Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279210284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.094Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.094Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.094Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279208451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.095Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.095Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279211718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.096Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.096Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.096Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279210284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279212359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.097Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279208451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.098Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.098Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.098Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279211718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279210284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.099Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279212359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.100Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.100Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.100Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279208451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.101Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.101Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.101Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279210284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279211718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279212359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279208451,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279210284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279211718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279212359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279210284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279211718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279216510,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279216796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279212359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279211718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279218112,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279217567,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279216796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279212359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279211718,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279219177,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "policy-id",
  "timestamp": 1657279218632,
  "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-07-08T11:22:27.118Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:22:27.118Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b 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-07-08T11:22:27.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279216796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.126Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.126Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.126Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279212359,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279220226,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.127Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279216796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279220597,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279221248,
  "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-07-08T11:22:27.133Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:22:27.134Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b 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-07-08T11:22:27.140Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.140Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279216796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657279222252,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.141Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279216796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279216796,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:22:27.142Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279224738,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:22:27.143Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:22:47.344Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:22:47.416Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7
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-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:22:47.420Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:22:47.421Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-07-08T11:22:47.428Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:23:17.429Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 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-07-08T11:23:17.440Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and serviceModelVersionId: fa8b3d48-df63-4821-8765-9f250b5c76f9
2022-07-08T11:23:17.440Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a4e45f77-7253-4324-8cb0-828bbdfad46d
2022-07-08T11:23:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:23:26.964Z||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-07-08T11:23:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:23:27.489Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:27.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279226434,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:23:27.491Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:23:27.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279226991,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:23:27.492Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:23:27.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279227398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:23:27.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:23:27.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657279227997,
  "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-07-08T11:23:27.501Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:23:27.502Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b 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-07-08T11:23:27.511Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.511Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "aai-ml",
  "timestamp": 1657279228402,
  "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-07-08T11:23:27.517Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:23:27.517Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b 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-07-08T11:23:27.527Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.527Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279228469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:23:27.528Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:23:27.528Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:23:27.528Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "clamp",
  "timestamp": 1657279229489,
  "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-07-08T11:23:27.534Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 84104767-bb6d-4f1f-8ed5-abb4d187931b
2022-07-08T11:23:27.534Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 84104767-bb6d-4f1f-8ed5-abb4d187931b 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-07-08T11:23:31.248Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0
2022-07-08T11:23:31.358Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:23:31.814Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|INFO|500||Invoke
2022-07-08T11:23:31.821Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5e4d2c01-d2f6-4d1b-ac63-ee216e6c59d2], X-ECOMP-RequestID=[4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7], X-TransactionId=[], X-ONAP-RequestID=[4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7], Content-Type=[application/merge-patch+json]}
2022-07-08T11:23:31.926Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-08T11:23:32.287Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?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/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220708-11:23:31:152-64136], vertex-id=[376968], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:23:31 GMT], Content-Type=[application/json]}
2022-07-08T11:23:32.288Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:23:32.289Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a4e45f77-7253-4324-8cb0-828bbdfad46d/model-vers/model-ver/fa8b3d48-df63-4821-8765-9f250b5c76f9?depth=0|INFO|500||InvokeReturn
2022-07-08T11:23:32.293Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:23:32.293Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-07-08T11:23:32.296Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||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-07-08T11:23:32.297Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:23:32.299Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:23:32.299Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:32.301Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:32.301Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279412298,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:23:32.401Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:23:32.402Z||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-07-08T11:23:32.403Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:32.414Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:32.415Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-08T11:23:33.312Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:23:33.313Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|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-07-08T11:23:33.313Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:23:37.821Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:37.822Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:23:37.822Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"84104767-bb6d-4f1f-8ed5-abb4d187931b","serviceName":"basic_onboard_rofGzy","serviceVersion":"1.0","serviceUUID":"a9acf39d-d3fe-44ff-a7d1-ee699f25a301","serviceDescription":"service","serviceInvariantUUID":"24fe2814-00ca-4b96-a22c-dd75065c67de","resources":[{"resourceInstanceName":"basic_onboard_rofGzy 0","resourceName":"basic_onboard_rofGzy","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"37d4a9a0-51b9-4759-b305-5332e9e10ddd","resourceInvariantUUID":"652e6d74-7dbc-4171-ac2d-a98faff79f85","resourceCustomizationUUID":"2736236c-255f-4535-8d80-a1b53447e6aa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml","artifactChecksum":"YjliOTkzYjdkMGYwODhmNDNmM2FlMmZjZDI2OWE5Y2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"992e3901-bbda-43b2-b3da-6cd566606744","artifactVersion":"1"},{"artifactName":"basic_onboard_rofgzy0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json","artifactChecksum":"YWQ5NmRmOWQ4NGRhNzZjMTU4OTg2YWJlZDI4ZWY5NzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f435dec2-4768-4195-9acd-bed8f0ee0aa3","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cab8b14b-d269-4cc1-bea7-63181137d9e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a080ec6-34bb-454a-96b6-28cabdcc7617","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9fc715be-034a-4dae-85a6-fb309a141522","artifactVersion":"2","generatedFromUUID":"cab8b14b-d269-4cc1-bea7-63181137d9e9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardRofgzy-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml","artifactChecksum":"NTViY2Y2N2EyYzM3ZDdkMDc3YTFjN2Q1NDMzNzNkNDQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f637830e-4d95-42b0-8e19-34c8ffe0774c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardRofgzy-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar","artifactChecksum":"NDMwMWQ1MThhZDkzNTZhNGZiNTgxYzZkMDlkYTNlYTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"472c81ef-036e-40c5-bac0-39a2d0c32617","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:23:37.824Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:37.825Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:37.826Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:37.826Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:23:37.926Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:37.927Z||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-07-08T11:23:37.928Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:37.939Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:37.939Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:38.827Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:38.828Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:38.830Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:38.830Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:23:38.930Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:38.931Z||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-07-08T11:23:38.931Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:38.943Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:38.943Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:39.830Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:39.831Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:39.833Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:39.833Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:23:39.933Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:39.934Z||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-07-08T11:23:39.934Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:39.946Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:39.947Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:23:40.833Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:40.834Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:40.837Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:40.837Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:23:40.938Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-08T11:23:40.939Z||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-07-08T11:23:40.939Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:40.950Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:40.951Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:41.838Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:41.839Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:41.840Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:41.841Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-08T11:23:41.941Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:41.941Z||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-07-08T11:23:41.942Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:41.953Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:41.953Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:42.841Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:42.842Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:42.844Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:42.844Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:23:42.944Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:42.945Z||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-07-08T11:23:42.945Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:42.954Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:42.955Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:43.844Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:23:43.845Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:43.847Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:43.847Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:23:43.947Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:43.948Z||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-07-08T11:23:43.948Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:43.958Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:43.959Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:44.849Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "serviceName": "basic_onboard_rofGzy",
  "serviceVersion": "1.0",
  "serviceUUID": "a9acf39d-d3fe-44ff-a7d1-ee699f25a301",
  "serviceDescription": "service",
  "serviceInvariantUUID": "24fe2814-00ca-4b96-a22c-dd75065c67de",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_rofGzy 0",
      "resourceCustomizationUUID": "2736236c-255f-4535-8d80-a1b53447e6aa",
      "resourceName": "basic_onboard_rofGzy",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "37d4a9a0-51b9-4759-b305-5332e9e10ddd",
      "resourceInvariantUUID": "652e6d74-7dbc-4171-ac2d-a98faff79f85",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_rofgzy0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
          "artifactChecksum": "YWQ5NmRmOWQ4NGRhNzZjMTU4OTg2YWJlZDI4ZWY5NzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f435dec2-4768-4195-9acd-bed8f0ee0aa3",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "cab8b14b-d269-4cc1-bea7-63181137d9e9",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9fc715be-034a-4dae-85a6-fb309a141522",
            "generatedFromUUID": "cab8b14b-d269-4cc1-bea7-63181137d9e9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9fc715be-034a-4dae-85a6-fb309a141522",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardRofgzy-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
      "artifactChecksum": "NDMwMWQ1MThhZDkzNTZhNGZiNTgxYzZkMDlkYTNlYTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "472c81ef-036e-40c5-bac0-39a2d0c32617"
    }
  ],
  "workloadContext": "Production"
}
2022-07-08T11:23:44.849Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:23:44.849Z|4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a9acf39d-d3fe-44ff-a7d1-ee699f25a301 ASDC
2022-07-08T11:23:44.850Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:84104767-bb6d-4f1f-8ed5-abb4d187931b
ServiceName:basic_onboard_rofGzy
ServiceVersion:1.0
ServiceUUID:a9acf39d-d3fe-44ff-a7d1-ee699f25a301
ServiceInvariantUUID:24fe2814-00ca-4b96-a22c-dd75065c67de
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardRofgzy-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
ArtifactUUID:472c81ef-036e-40c5-bac0-39a2d0c32617
ArtifactChecksum:NDMwMWQ1MThhZDkzNTZhNGZiNTgxYzZkMDlkYTNlYTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_rofGzy 0
ResourceCustomizationUUID:2736236c-255f-4535-8d80-a1b53447e6aa
ResourceInvariantUUID:652e6d74-7dbc-4171-ac2d-a98faff79f85
ResourceName:basic_onboard_rofGzy
ResourceType:VF
ResourceUUID:37d4a9a0-51b9-4759-b305-5332e9e10ddd
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_rofgzy0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
ArtifactUUID:f435dec2-4768-4195-9acd-bed8f0ee0aa3
ArtifactChecksum:YWQ5NmRmOWQ4NGRhNzZjMTU4OTg2YWJlZDI4ZWY5NzY=
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/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
ArtifactUUID:cab8b14b-d269-4cc1-bea7-63181137d9e9
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/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
ArtifactUUID:9fc715be-034a-4dae-85a6-fb309a141522
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/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
ArtifactUUID:9fc715be-034a-4dae-85a6-fb309a141522
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-08T11:23:44.850Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a9acf39d-d3fe-44ff-a7d1-ee699f25a301 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-07-08T11:23:44.885Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:23:44.886Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:23:44.886Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:23:44.886Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 472c81ef-036e-40c5-bac0-39a2d0c32617 from URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:44.886Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:23:44.887Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:45.263Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:23:45.266Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar 472c81ef-036e-40c5-bac0-39a2d0c32617 71573
2022-07-08T11:23:45.266Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar ASDC sendASDCNotification
2022-07-08T11:23:45.266Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:45.266Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:23:45.267Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:45.268Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:45.268Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279425266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:23:45.369Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:45.370Z||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-07-08T11:23:45.370Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:45.393Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:45.394Z||pool-26-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:46.269Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:23:46.270Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-07-08T11:23:46.271Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 472c81ef-036e-40c5-bac0-39a2d0c32617, URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar to file: /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:46.271Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:46.271Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:46.272Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:46.440Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15440776024755443600/Definitions/service-BasicOnboardRofgzy-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-07-08T11:23:47.652Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:23:47.653Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-08T11:23:47.653Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.654Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-08T11:23:47.654Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.654Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.654Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_rofGzy 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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.656Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:47.656Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-07-08T11:23:47.656Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.656Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.657Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.657Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-08T11:23:47.657Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:23:47.658Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.658Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.658Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.659Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-07-08T11:23:47.659Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:23:47.659Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.659Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is not matching search criteria
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-08T11:23:47.660Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-08T11:23:47.661Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-08T11:23:47.661Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-08T11:23:47.661Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.661Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:23:47.662Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.662Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.662Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:47.663Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.663Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.663Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:47.663Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.664Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:47.664Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:47.664Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.664Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is not matching search criteria
2022-07-08T11:23:47.665Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-08T11:23:47.665Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-08T11:23:47.665Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f3f4dbd3-4652-4c42-8195-54499521f74e
2022-07-08T11:23:47.665Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.666Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.666Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.666Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.667Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.667Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.667Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:47.667Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:47.668Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_rofGzy
Description:service
Model UUID:a9acf39d-d3fe-44ff-a7d1-ee699f25a301
Model Version:NULL
Model InvariantUuid:24fe2814-00ca-4b96-a22c-dd75065c67de
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_rofGzy
Model UUID:a79d9ac0-53eb-4e8e-b772-c485b8d54845
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:652e6d74-7dbc-4171-ac2d-a98faff79f85
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2736236c-255f-4535-8d80-a1b53447e6aa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:41225061-adf8-4a7f-8473-4c55cb6c8746
ModelName:BasicOnboardRofgzy..base_ubuntu18..module-0
ModelUuid:fc30c042-6c24-49d2-9e99-f7ad40b626f4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:f3f4dbd3-4652-4c42-8195-54499521f74e
ModelInvariantUuid:e5c42918-4f25-4abb-b78a-98c54d5d1f7f
ModelName:basic_onboard_rofGzy-nodes.ubuntu18Cvfc
ModelUuid:71ea834e-fe8a-49dc-a3c2-44bac71a7042
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:ad5ee23f-75ed-40c3-8dca-caa12966bebf
ModelInvariantUuid:22c4597b-9bed-4339-ba1f-f90124498375
ModelName:BasicOnboardRofgzy.compute.nodes.heat.ubuntu18
ModelUuid:7cabe9ee-0cc2-495c-b08e-08784070cef0
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-07-08T11:23:47.672Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 37d4a9a0-51b9-4759-b305-5332e9e10ddd
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-07-08T11:23:47.674Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||basic_onboard_rofGzy 0
2022-07-08T11:23:47.674Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 37d4a9a0-51b9-4759-b305-5332e9e10ddd
2022-07-08T11:23:47.675Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f435dec2-4768-4195-9acd-bed8f0ee0aa3 from URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
2022-07-08T11:23:47.675Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:23:47.675Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
2022-07-08T11:23:47.729Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:23:47.730Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json f435dec2-4768-4195-9acd-bed8f0ee0aa3 798
2022-07-08T11:23:47.731Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json ASDC sendASDCNotification
2022-07-08T11:23:47.731Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
2022-07-08T11:23:47.731Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:23:47.731Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:47.734Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:47.735Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279427731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:23:47.835Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:47.836Z||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-07-08T11:23:47.836Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:47.847Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:47.848Z||pool-27-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:48.735Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRofgzy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "41225061-adf8-4a7f-8473-4c55cb6c8746",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fc30c042-6c24-49d2-9e99-f7ad40b626f4",
    "vfModuleModelCustomizationUUID": "e316bcc5-152c-451d-a09e-a3ab3a145ede",
    "isBase": true,
    "artifacts": [
      "cab8b14b-d269-4cc1-bea7-63181137d9e9",
      "9fc715be-034a-4dae-85a6-fb309a141522"
    ],
    "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-07-08T11:23:48.741Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRofgzy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc30c042-6c24-49d2-9e99-f7ad40b626f4
VfModuleModelInvariantUUID:41225061-adf8-4a7f-8473-4c55cb6c8746
VfModuleModelDescription:NULL
Artifacts UUID List:{
cab8b14b-d269-4cc1-bea7-63181137d9e9
,
9fc715be-034a-4dae-85a6-fb309a141522

}
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-07-08T11:23:48.744Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardRofgzy..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "41225061-adf8-4a7f-8473-4c55cb6c8746",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "fc30c042-6c24-49d2-9e99-f7ad40b626f4",
    "vfModuleModelCustomizationUUID": "e316bcc5-152c-451d-a09e-a3ab3a145ede",
    "isBase": true,
    "artifacts": [
      "cab8b14b-d269-4cc1-bea7-63181137d9e9",
      "9fc715be-034a-4dae-85a6-fb309a141522"
    ],
    "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-07-08T11:23:48.744Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardRofgzy..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:fc30c042-6c24-49d2-9e99-f7ad40b626f4
VfModuleModelInvariantUUID:41225061-adf8-4a7f-8473-4c55cb6c8746
VfModuleModelDescription:NULL
Artifacts UUID List:{
cab8b14b-d269-4cc1-bea7-63181137d9e9
,
9fc715be-034a-4dae-85a6-fb309a141522

}
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-07-08T11:23:48.744Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: cab8b14b-d269-4cc1-bea7-63181137d9e9 from URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
2022-07-08T11:23:48.744Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:23:48.745Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
2022-07-08T11:23:48.790Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:23:48.791Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml cab8b14b-d269-4cc1-bea7-63181137d9e9 5033
2022-07-08T11:23:48.791Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-08T11:23:48.791Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
2022-07-08T11:23:48.791Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:23:48.792Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:48.793Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:48.794Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279428791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:23:48.894Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:48.895Z||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-07-08T11:23:48.895Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:48.907Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:48.907Z||pool-28-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:49.795Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9fc715be-034a-4dae-85a6-fb309a141522 from URL: /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
2022-07-08T11:23:49.795Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-07-08T11:23:49.795Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
2022-07-08T11:23:49.844Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-07-08T11:23:49.844Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env 9fc715be-034a-4dae-85a6-fb309a141522 909
2022-07-08T11:23:49.844Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-08T11:23:49.845Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
2022-07-08T11:23:49.845Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:23:49.845Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:49.876Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:49.876Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279429844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:23:49.947Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 71 ms
2022-07-08T11:23:49.948Z||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-07-08T11:23:49.948Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:49.960Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:49.960Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:23:50.877Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: a9acf39d-d3fe-44ff-a7d1-ee699f25a301
2022-07-08T11:23:50.877Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_rofGzy 0 37d4a9a0-51b9-4759-b305-5332e9e10ddd 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-07-08T11:23:50.888Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34d753e1, org.onap.sdc.toscaparser.api.parameters.Input@3a0fdfce, org.onap.sdc.toscaparser.api.parameters.Input@5013193a, org.onap.sdc.toscaparser.api.parameters.Input@204056db, org.onap.sdc.toscaparser.api.parameters.Input@2e065169]
2022-07-08T11:23:50.889Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 2736236c-255f-4535-8d80-a1b53447e6aa
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2736236c-255f-4535-8d80-a1b53447e6aa matches Tosca VF Customization UUID: 2736236c-255f-4535-8d80-a1b53447e6aa
2022-07-08T11:23:50.890Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 2736236c-255f-4535-8d80-a1b53447e6aa  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-07-08T11:23:50.892Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.892Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 2736236c-255f-4535-8d80-a1b53447e6aa: {\"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-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f5787c
2022-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:23:50.893Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e316bcc5-152c-451d-a09e-a3ab3a145ede
2022-07-08T11:23:50.894Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e316bcc5-152c-451d-a09e-a3ab3a145ede
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-07-08T11:23:50.895Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.895Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:50.896Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:50.896Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.896Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:50.896Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is not matching search criteria
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-08T11:23:50.897Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=f3f4dbd3-4652-4c42-8195-54499521f74e
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-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.899Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_rofGzy 0 is matching search criteria
2022-07-08T11:23:50.900Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_rofGzy 0] matching following query criteria: sdcType=VF, customizationUUID=2736236c-255f-4535-8d80-a1b53447e6aa
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-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid a9acf39d-d3fe-44ff-a7d1-ee699f25a301: basic_onboard_rofGzy
2022-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.901Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.902Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.903Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.903Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:23:50.903Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_rofGzy is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:23:50.903Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_rofGzy 
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-07-08T11:23:50.982Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_rofGzy 37d4a9a0-51b9-4759-b305-5332e9e10ddd 1 ASDC deployResourceStructure
2022-07-08T11:23:50.982Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json ASDC sendASDCNotification
2022-07-08T11:23:50.982Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json
2022-07-08T11:23:50.983Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:23:50.983Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:50.985Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:50.985Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279430982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:23:51.085Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:51.087Z||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-07-08T11:23:51.087Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:51.110Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:51.110Z||pool-30-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:23:51.986Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-08T11:23:51.987Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml
2022-07-08T11:23:51.987Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:23:51.987Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:51.989Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:51.989Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279431986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:23:52.089Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:52.090Z||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-07-08T11:23:52.090Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:52.103Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:52.103Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:52.990Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-08T11:23:52.991Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env
2022-07-08T11:23:52.991Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:23:52.991Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:52.993Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:52.993Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279432990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:23:53.093Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:23:53.094Z||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-07-08T11:23:53.094Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:53.106Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:53.106Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:53.995Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar ASDC sendASDCNotification
2022-07-08T11:23:53.995Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar
2022-07-08T11:23:53.996Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:23:53.996Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:23:53.998Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:23:53.998Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279433995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:23:54.098Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:23:54.099Z||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-07-08T11:23:54.099Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:23:54.110Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:23:54.110Z||pool-33-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:23:54.999Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 84104767-bb6d-4f1f-8ed5-abb4d187931b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:23:55.011Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 84104767-bb6d-4f1f-8ed5-abb4d187931b
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-07-08T11:23:55.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:23:55.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:23:55.017Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:23:55.018Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:23:55.018Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:23:55.018Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-07-08T11:23:55.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:24:25.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 84104767-bb6d-4f1f-8ed5-abb4d187931b 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-07-08T11:24:25.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 84104767-bb6d-4f1f-8ed5-abb4d187931b and serviceModelVersionId: a9acf39d-d3fe-44ff-a7d1-ee699f25a301
2022-07-08T11:24:25.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24fe2814-00ca-4b96-a22c-dd75065c67de
2022-07-08T11:24:25.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0
2022-07-08T11:24:25.035Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:24:25.093Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|INFO|500||Invoke
2022-07-08T11:24:25.094Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[84104767-bb6d-4f1f-8ed5-abb4d187931b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7f7dcadf-d771-4bc0-9952-318c8e724c58], X-ECOMP-RequestID=[84104767-bb6d-4f1f-8ed5-abb4d187931b], X-TransactionId=[], X-ONAP-RequestID=[84104767-bb6d-4f1f-8ed5-abb4d187931b], Content-Type=[application/merge-patch+json]}
2022-07-08T11:24:25.118Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-08T11:24:25.242Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?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/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220708-11:24:24:340-11672], vertex-id=[200776], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:24:24 GMT], Content-Type=[application/json]}
2022-07-08T11:24:25.242Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:24:25.243Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24fe2814-00ca-4b96-a22c-dd75065c67de/model-vers/model-ver/a9acf39d-d3fe-44ff-a7d1-ee699f25a301?depth=0|INFO|500||InvokeReturn
2022-07-08T11:24:25.243Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:24:25.243Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-07-08T11:24:25.249Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||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-07-08T11:24:25.250Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 84104767-bb6d-4f1f-8ed5-abb4d187931b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:24:25.250Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:24:25.250Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:24:25.252Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:24:25.252Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279465250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:24:25.352Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:24:25.353Z||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-07-08T11:24:25.355Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:24:25.388Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:24:25.389Z||pool-34-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":3,"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-07-08T11:24:26.263Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:26.264Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:24:26.264Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:24:26.968Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:26.968Z||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-07-08T11:24:26.968Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:24:27.596Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:24:27.597Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.597Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4f69b664-8249-4f52-9cb9-bcd8fc7fcaa7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279412298,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:24:27.598Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.598Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.598Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.599Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.600Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279413312,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.601Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279425266,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279427731,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279428791,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:24:27.602Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279429844,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279430982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/basic_onboard_rofgzy0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.603Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279431986,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279432990,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/resourceInstances/basic_onboard_rofgzy0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.604Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279433995,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardRofgzy/1.0/artifacts/service-BasicOnboardRofgzy-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:24:27.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:27.605Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-08T11:24:27.605Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "84104767-bb6d-4f1f-8ed5-abb4d187931b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657279465250,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:24:27.605Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:24:35.807Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:24:35.808Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:35.809Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:24:35.809Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:24:45.373Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:24:45.373Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:45.374Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:24:45.374Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:24:54.923Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:24:54.924Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:24:54.924Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:24:54.925Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:25:04.474Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:25:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:25:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:25:26.962Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:25:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:25:26.965Z||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-07-08T11:25:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:25:36.507Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:25:36.509Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:26:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:26:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:26:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:26:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:26:26.966Z||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-07-08T11:26:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:26:36.518Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:26:36.530Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:27:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:27:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:27:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:27:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:27:26.964Z||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-07-08T11:27:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:27:36.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:27:36.668Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:28:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:28:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:28:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:28:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:28:26.966Z||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-07-08T11:28:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:28:36.520Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:28:36.546Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:29:26.960Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:29:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:29:26.961Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:29:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:29:26.964Z||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-07-08T11:29:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:29:36.562Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:29:36.613Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:30:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:30:26.961Z||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-07-08T11:30:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:30:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:30:26.964Z||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-07-08T11:30:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:30:36.519Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:30:36.524Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:31:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:31:26.962Z||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-07-08T11:31:26.962Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:31:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:31:26.964Z||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-07-08T11:31:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:31:36.522Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:31:36.529Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:32:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:32:26.962Z||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-07-08T11:32:26.963Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:32:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:32:26.964Z||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-07-08T11:32:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:32:36.556Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:32:36.605Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:33:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:33:26.961Z||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-07-08T11:33:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:33:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:33:26.964Z||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-07-08T11:33:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:33:36.532Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:33:36.536Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:34:26.960Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:34:26.961Z||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-07-08T11:34:26.961Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:34:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:34:26.965Z||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-07-08T11:34:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:34:27.616Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:34:27.616Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:34:27.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdebd2fe-9c22-4391-a0c3-a315897c2718","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"0fd669a1-a654-481a-adb2-f1aa5bdb9513","serviceDescription":"service","serviceInvariantUUID":"d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ca539bbc-dc83-4cc3-b0f3-5204d5fb6518","resourceInvariantUUID":"1beb6d2c-ba01-4d2b-9b53-5728d841aac7","resourceCustomizationUUID":"3f2e666b-b040-4f8f-90fa-f341997ce799","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":"NGVkY2U5NTliNWE0ODU2NzIzMmY0MzA2OGZhZTM0ZmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4faf3ae8-e0cc-4e4b-b023-5aad8a3ad2e7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDJhZmVlZmJlNTdlOTJiMGM3MzRkZTlhYmY4MDc5MTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b09e8633-cd3c-4968-8885-d7c924adc6b3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:34:27.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "cds",
  "timestamp": 1657280041314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "cds",
  "timestamp": 1657280041314,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "cds",
  "timestamp": 1657280048356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "cds",
  "timestamp": 1657280049365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-07-08T11:34:27.625Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:34:27.625Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:34:27.629Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:34:27.629Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280066960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:34:27.644Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.644Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 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-07-08T11:34:27.655Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.655Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "policy-id",
  "timestamp": 1657280048451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.655Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "policy-id",
  "timestamp": 1657280048451,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.656Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280050284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.657Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.657Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280050284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:34:27.657Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "policy-id",
  "timestamp": 1657280051457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.658Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "clamp",
  "timestamp": 1657280051719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "policy-id",
  "timestamp": 1657280052507,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.659Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "aai-ml",
  "timestamp": 1657280052359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "clamp",
  "timestamp": 1657280051719,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.660Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.661Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "policy-id",
  "timestamp": 1657280053511,
  "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-07-08T11:34:27.666Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.667Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 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-07-08T11:34:27.677Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.677Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "aai-ml",
  "timestamp": 1657280052359,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "aai-ml",
  "timestamp": 1657280055104,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.678Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280056796,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:34:27.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.679Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.679Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280056796,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:34:27.679Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "aai-ml",
  "timestamp": 1657280059090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.680Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280059623,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.681Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.681Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.681Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "aai-ml",
  "timestamp": 1657280060095,
  "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-07-08T11:34:27.686Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.686Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 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-07-08T11:34:27.694Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280061222,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:34:27.695Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.695Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.695Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280062226,
  "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-07-08T11:34:27.702Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.703Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 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-07-08T11:34:27.710Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "clamp",
  "timestamp": 1657280063494,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "clamp",
  "timestamp": 1657280064529,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:34:27.711Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:34:27.712Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:34:27.712Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "clamp",
  "timestamp": 1657280065541,
  "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-07-08T11:34:27.716Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdebd2fe-9c22-4391-a0c3-a315897c2718
2022-07-08T11:34:27.717Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdebd2fe-9c22-4391-a0c3-a315897c2718 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-07-08T11:34:27.729Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:34:27.731Z||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-07-08T11:34:27.731Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:34:27.743Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:34:27.744Z||pool-35-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:34:28.629Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:34:28.630Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:34:28.632Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:34:28.632Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280066960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:34:28.732Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:34:28.733Z||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-07-08T11:34:28.733Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:34:28.743Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:34:28.744Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:34:29.633Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "0fd669a1-a654-481a-adb2-f1aa5bdb9513",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3f2e666b-b040-4f8f-90fa-f341997ce799",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ca539bbc-dc83-4cc3-b0f3-5204d5fb6518",
      "resourceInvariantUUID": "1beb6d2c-ba01-4d2b-9b53-5728d841aac7",
      "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": "NDJhZmVlZmJlNTdlOTJiMGM3MzRkZTlhYmY4MDc5MTQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b09e8633-cd3c-4968-8885-d7c924adc6b3"
    }
  ],
  "workloadContext": "Production"
}
2022-07-08T11:34:29.633Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:34:29.634Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0fd669a1-a654-481a-adb2-f1aa5bdb9513 ASDC
2022-07-08T11:34:29.634Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:cdebd2fe-9c22-4391-a0c3-a315897c2718
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:0fd669a1-a654-481a-adb2-f1aa5bdb9513
ServiceInvariantUUID:d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7
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:b09e8633-cd3c-4968-8885-d7c924adc6b3
ArtifactChecksum:NDJhZmVlZmJlNTdlOTJiMGM3MzRkZTlhYmY4MDc5MTQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3f2e666b-b040-4f8f-90fa-f341997ce799
ResourceInvariantUUID:1beb6d2c-ba01-4d2b-9b53-5728d841aac7
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ca539bbc-dc83-4cc3-b0f3-5204d5fb6518
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-08T11:34:29.634Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0fd669a1-a654-481a-adb2-f1aa5bdb9513 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-07-08T11:34:29.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:34:29.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:34:29.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:34:29.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b09e8633-cd3c-4968-8885-d7c924adc6b3 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-08T11:34:29.661Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:34:29.661Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-08T11:34:29.746Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:34:29.749Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b09e8633-cd3c-4968-8885-d7c924adc6b3 52509
2022-07-08T11:34:29.750Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-08T11:34:29.750Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-08T11:34:29.750Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:34:29.750Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:34:29.753Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:34:29.753Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280069750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:34:29.853Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:34:29.854Z||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-07-08T11:34:29.854Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:34:29.864Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:34:29.865Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:34:30.754Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:34:30.755Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:34:30.755Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b09e8633-cd3c-4968-8885-d7c924adc6b3, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:30.756Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-08T11:34:30.757Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:30.757Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:30.980Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13967505517260465781/Definitions/service-BasicNetwork-template.yml
2022-07-08T11:34:31.507Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:34:31.508Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:34:31.508Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.509Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-08T11:34:31.509Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.509Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.510Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.510Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.510Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.510Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.511Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.511Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.511Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:34:31.512Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.512Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.512Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-08T11:34:31.513Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:34:31.513Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:34:31.513Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.513Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.514Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.515Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.515Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.515Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.515Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.516Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:0fd669a1-a654-481a-adb2-f1aa5bdb9513
Model Version:NULL
Model InvariantUuid:d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:1beb6d2c-ba01-4d2b-9b53-5728d841aac7
Model UUID:a5d14eab-5df0-4a2d-9871-73cd39360e81
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3f2e666b-b040-4f8f-90fa-f341997ce799
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-07-08T11:34:31.521Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||Processing Resource Type: VL, Model UUID: ca539bbc-dc83-4cc3-b0f3-5204d5fb6518
2022-07-08T11:34:31.521Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||No resources found for Service: 0fd669a1-a654-481a-adb2-f1aa5bdb9513
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-07-08T11:34:31.526Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||
2022-07-08T11:34:31.526Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-08T11:34:31.527Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 0fd669a1-a654-481a-adb2-f1aa5bdb9513
2022-07-08T11:34:31.527Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 0fd669a1-a654-481a-adb2-f1aa5bdb9513
2022-07-08T11:34:31.527Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-08T11:34:31.528Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_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-07-08T11:34:31.531Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@609bad8, org.onap.sdc.toscaparser.api.parameters.Input@693c068, org.onap.sdc.toscaparser.api.parameters.Input@2a3af578, org.onap.sdc.toscaparser.api.parameters.Input@7d65d4fb, org.onap.sdc.toscaparser.api.parameters.Input@36716ef5]
2022-07-08T11:34:31.532Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.532Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.532Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.532Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 0fd669a1-a654-481a-adb2-f1aa5bdb9513: Generic NeutronNet
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.533Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_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-07-08T11:34:31.578Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.578Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.578Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.579Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.579Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:34:31.579Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:34:31.579Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||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-07-08T11:34:31.632Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-08T11:34:31.632Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-07-08T11:34:31.632Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-08T11:34:31.633Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:34:31.633Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:34:31.634Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:34:31.634Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280071632,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:34:31.735Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:34:31.735Z||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-07-08T11:34:31.736Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:34:31.747Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:34:31.747Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:34:32.635Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdebd2fe-9c22-4391-a0c3-a315897c2718
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:34:32.651Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdebd2fe-9c22-4391-a0c3-a315897c2718
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-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:34:32.655Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:34:32.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:35:02.660Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdebd2fe-9c22-4391-a0c3-a315897c2718 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-07-08T11:35:02.667Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdebd2fe-9c22-4391-a0c3-a315897c2718 and serviceModelVersionId: 0fd669a1-a654-481a-adb2-f1aa5bdb9513
2022-07-08T11:35:02.667Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7
2022-07-08T11:35:02.669Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0
2022-07-08T11:35:02.681Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:35:02.767Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?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-07-08T11:35:02.770Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0|INFO|500||Invoke
2022-07-08T11:35:02.802Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-08T11:35:02.965Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0|INFO|500||InvokeReturn
2022-07-08T11:35:02.966Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0ba88aa-0fd8-49fc-9a9e-6b54ca1a61a7/model-vers/model-ver/0fd669a1-a654-481a-adb2-f1aa5bdb9513?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220708-11:35:02:015-58771], vertex-id=[229552], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:35:02 GMT], Content-Type=[application/json]}
2022-07-08T11:35:02.967Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:35:02.967Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:35:02.967Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||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-07-08T11:35:02.973Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T11:35:02.973Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdebd2fe-9c22-4391-a0c3-a315897c2718 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:35:02.974Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:35:02.974Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:02.976Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:02.977Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280102973,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:35:03.079Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-07-08T11:35:03.080Z||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-07-08T11:35:03.080Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:03.097Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:03.097Z||pool-39-thread-1|||||INFO|500||cambria reply ok (18 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-07-08T11:35:26.960Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:35:26.961Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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-07-08T11:35:26.961Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:35:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:35:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:35:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:35:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:35:27.114Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280066960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:35:27.114Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:35:27.834Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:27.834Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-08T11:35:27.834Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"d673b665-399c-48cb-a688-390d045735db","serviceName":"Demo_pNF_AQ8a6gcGmN4dlN698j5w","serviceVersion":"1.0","serviceUUID":"b87761d8-2504-4dd2-bc7b-25ef4281a403","serviceDescription":"catalog service description","serviceInvariantUUID":"b7db8c56-b75a-4210-958a-c1ec93772dd6","resources":[{"resourceInstanceName":"pNF 3997e4c3-b393 0","resourceName":"pNF 3997e4c3-b393","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"48fc8a03-c860-4857-8e97-0175cc86df62","resourceInvariantUUID":"79785dc6-bda3-4c96-8c7f-9128a9c50316","resourceCustomizationUUID":"428e5089-2c30-4ef8-980d-5c7730d52bd5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml","artifactChecksum":"NjJiOGZkMjBkOWMwOGI3NGYwYTdjNzE3OGJhNGM1MDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c71cb0e8-b1f2-4b85-b0fc-fb2d14e2c67f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar","artifactChecksum":"ZWQ5YzE5NWIzZWEwOTAxZDZkOGU0NDlmNThkYThkNzE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d44a34f8-fba3-4f6e-86c9-38414f6b592c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a17a1d5a-90b3-4dbe-8537-f07e631aa05c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml","artifactChecksum":"MjEwNDEzZWI2N2M2NDhhYzYyZTU2ZDk1MTUyMGY2MTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"27bb5334-1a78-4af6-a140-30955bb959d0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9dc0948f-ab4c-4d8e-86ff-acf3daccdee9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c922289-8053-4f24-b5ff-496445e61fa4","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml","artifactChecksum":"OTUwMWYyNDNmYzEzNjNiMGE1NGI4NzA3MGQwN2JlOTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1002b2d8-9c7f-471c-ba49-0625dde11ec8","artifactVersion":"1"},{"artifactName":"service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar","artifactChecksum":"YzUxOGY2ZGJmZmM1Y2NkZGRmN2E5MDYzZDBlODBkN2M\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4d1dae05-15a7-4638-a4ab-fff1803a46f7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:35:27.836Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:27.837Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:27.838Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:27.838Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:35:27.941Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-07-08T11:35:27.942Z||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-07-08T11:35:27.942Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:27.966Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:27.967Z||pool-40-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:28.839Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:28.840Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:28.841Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:28.841Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:35:28.941Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:28.942Z||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-07-08T11:35:28.943Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:28.955Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:28.955Z||pool-41-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:29.842Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:29.843Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:29.844Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:29.845Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:35:29.945Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:29.946Z||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-07-08T11:35:29.946Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:29.976Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:29.977Z||pool-42-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:30.845Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:30.847Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:30.852Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:30.852Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:35:30.949Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-08T11:35:30.951Z||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-07-08T11:35:30.951Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:30.978Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:30.979Z||pool-43-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:31.852Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:31.853Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:31.854Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:31.854Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:35:31.955Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:35:31.955Z||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-07-08T11:35:31.955Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:31.966Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:31.967Z||pool-44-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:32.855Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:32.856Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:32.857Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:32.857Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:35:32.957Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:32.958Z||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-07-08T11:35:32.958Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:32.969Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:32.969Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:33.858Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:33.858Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:33.860Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:33.860Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:35:33.961Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:35:33.962Z||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-07-08T11:35:33.962Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:34.026Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:34.026Z||pool-46-thread-1|||||INFO|500||cambria reply ok (65 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:34.861Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:35:34.862Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:34.863Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:34.863Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:35:34.963Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:34.964Z||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-07-08T11:35:34.964Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:34.976Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:34.976Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:35.865Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "serviceName": "Demo_pNF_AQ8a6gcGmN4dlN698j5w",
  "serviceVersion": "1.0",
  "serviceUUID": "b87761d8-2504-4dd2-bc7b-25ef4281a403",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b7db8c56-b75a-4210-958a-c1ec93772dd6",
  "resources": [
    {
      "resourceInstanceName": "pNF 3997e4c3-b393 0",
      "resourceCustomizationUUID": "428e5089-2c30-4ef8-980d-5c7730d52bd5",
      "resourceName": "pNF 3997e4c3-b393",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "48fc8a03-c860-4857-8e97-0175cc86df62",
      "resourceInvariantUUID": "79785dc6-bda3-4c96-8c7f-9128a9c50316",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
      "artifactChecksum": "YzUxOGY2ZGJmZmM1Y2NkZGRmN2E5MDYzZDBlODBkN2M\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4d1dae05-15a7-4638-a4ab-fff1803a46f7"
    }
  ],
  "workloadContext": "Production"
}
2022-07-08T11:35:35.865Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:35:35.865Z|cdebd2fe-9c22-4391-a0c3-a315897c2718|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b87761d8-2504-4dd2-bc7b-25ef4281a403 ASDC
2022-07-08T11:35:35.865Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:d673b665-399c-48cb-a688-390d045735db
ServiceName:Demo_pNF_AQ8a6gcGmN4dlN698j5w
ServiceVersion:1.0
ServiceUUID:b87761d8-2504-4dd2-bc7b-25ef4281a403
ServiceInvariantUUID:b7db8c56-b75a-4210-958a-c1ec93772dd6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
ArtifactUUID:4d1dae05-15a7-4638-a4ab-fff1803a46f7
ArtifactChecksum:YzUxOGY2ZGJmZmM1Y2NkZGRmN2E5MDYzZDBlODBkN2M=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 3997e4c3-b393 0
ResourceCustomizationUUID:428e5089-2c30-4ef8-980d-5c7730d52bd5
ResourceInvariantUUID:79785dc6-bda3-4c96-8c7f-9128a9c50316
ResourceName:pNF 3997e4c3-b393
ResourceType:PNF
ResourceUUID:48fc8a03-c860-4857-8e97-0175cc86df62
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-08T11:35:35.866Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b87761d8-2504-4dd2-bc7b-25ef4281a403 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-07-08T11:35:35.889Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:35:35.889Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:35:35.889Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:35:35.889Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 4d1dae05-15a7-4638-a4ab-fff1803a46f7 from URL: /sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:35.890Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:35:35.890Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:35.951Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:35:35.954Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar 4d1dae05-15a7-4638-a4ab-fff1803a46f7 82651
2022-07-08T11:35:35.957Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar ASDC sendASDCNotification
2022-07-08T11:35:35.957Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:35.957Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:35:35.958Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:35.959Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:35.960Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280135957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:35:36.060Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:36.061Z||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-07-08T11:35:36.061Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:36.072Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:36.072Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:35:36.960Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:35:36.961Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:35:36.961Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 4d1dae05-15a7-4638-a4ab-fff1803a46f7, URL: /sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar to file: /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:36.962Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:36.962Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:36.962Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.067Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5653760601629196274/Definitions/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml
2022-07-08T11:35:37.869Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:35:37.870Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:35:37.870Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.870Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 3997e4c3-b393 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-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.871Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.872Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:35:37.872Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:35:37.872Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.872Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Node template pNF 3997e4c3-b393 0 is matching search criteria
2022-07-08T11:35:37.873Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:35:37.873Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3997e4c3-b393 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:35:37.873Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:35:37.873Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Node template pNF 3997e4c3-b393 0 is matching search criteria
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF 3997e4c3-b393 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:35:37.874Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.875Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:35:37.875Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.875Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:35:37.875Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.876Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:35:37.876Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.876Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:35:37.876Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.876Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_AQ8a6gcGmN4dlN698j5w
Description:catalog service description
Model UUID:b87761d8-2504-4dd2-bc7b-25ef4281a403
Model Version:NULL
Model InvariantUuid:b7db8c56-b75a-4210-958a-c1ec93772dd6
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-07-08T11:35:37.880Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 48fc8a03-c860-4857-8e97-0175cc86df62
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-07-08T11:35:37.882Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||pNF 3997e4c3-b393 0
2022-07-08T11:35:37.883Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 48fc8a03-c860-4857-8e97-0175cc86df62
2022-07-08T11:35:37.883Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||No resources found for Service: b87761d8-2504-4dd2-bc7b-25ef4281a403
2022-07-08T11:35:37.883Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: b87761d8-2504-4dd2-bc7b-25ef4281a403
2022-07-08T11:35:37.883Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 3997e4c3-b393 0 48fc8a03-c860-4857-8e97-0175cc86df62 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-07-08T11:35:37.886Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fdf54c1, org.onap.sdc.toscaparser.api.parameters.Input@6458874a, org.onap.sdc.toscaparser.api.parameters.Input@513d5503, org.onap.sdc.toscaparser.api.parameters.Input@6b4eb052, org.onap.sdc.toscaparser.api.parameters.Input@3e6288a6]
2022-07-08T11:35:37.886Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:35:37.886Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.887Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid b87761d8-2504-4dd2-bc7b-25ef4281a403: pNF 3997e4c3-b393
2022-07-08T11:35:37.887Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Processing PNF resource: 48fc8a03-c860-4857-8e97-0175cc86df62
2022-07-08T11:35:37.887Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:35:37.887Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_AQ8a6gcGmN4dlN698j5w is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:35:37.887Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||Resource customization UUID: 428e5089-2c30-4ef8-980d-5c7730d52bd5 is the same as notified resource customizationUUID: 428e5089-2c30-4ef8-980d-5c7730d52bd5
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-07-08T11:35:37.930Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 3997e4c3-b393 48fc8a03-c860-4857-8e97-0175cc86df62 0 ASDC deployResourceStructure
2022-07-08T11:35:37.931Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar ASDC sendASDCNotification
2022-07-08T11:35:37.931Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar
2022-07-08T11:35:37.931Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:35:37.931Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:35:37.933Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:35:37.933Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280137931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:35:38.033Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:35:38.034Z||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-07-08T11:35:38.034Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:35:38.045Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:35:38.046Z||pool-49-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:35:38.933Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d673b665-399c-48cb-a688-390d045735db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:35:38.944Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d673b665-399c-48cb-a688-390d045735db
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-07-08T11:35:38.945Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:35:38.945Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:35:38.945Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:36:08.945Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d673b665-399c-48cb-a688-390d045735db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:36:08.960Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d673b665-399c-48cb-a688-390d045735db
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-07-08T11:36:08.965Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:36:08.966Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:36:08.966Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:36:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:36:26.965Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:36:26.965Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:36:27.025Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:36:27.027Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.027Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280066960,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:36:27.027Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.027Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.028Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280069750,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:36:27.028Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.028Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.028Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280071632,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:36:27.028Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.028Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.028Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdebd2fe-9c22-4391-a0c3-a315897c2718",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280102973,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:36:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280101314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280102698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280108453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280101314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280102698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280110284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280108453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280101314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280102698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280110284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280108453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280101314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280102698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280110284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280108453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280111719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.035Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.035Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.035Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280112359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.035Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.035Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.035Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280101314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.035Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.036Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.036Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280102698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.036Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.036Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.036Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280110284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.036Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.036Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280108453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280111719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280112359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.038Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.038Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280101314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.038Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.038Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.038Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280102698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:36:27.038Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.038Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.038Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280110284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.038Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280108453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280111719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280112359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.039Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280101314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.040Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.040Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.040Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280102698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.040Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.040Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.040Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280110284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.041Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.041Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.041Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280108453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.041Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.041Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.041Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280111719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.041Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.041Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280112359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280101314,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:36:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280102698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280110284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280108453,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:36:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280116796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280111719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280112359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280110284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:36:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280118732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280118069,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280117779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280116796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280111719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280112359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "cds",
  "timestamp": 1657280119737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-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-07-08T11:36:27.053Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d673b665-399c-48cb-a688-390d045735db
2022-07-08T11:36:27.054Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d673b665-399c-48cb-a688-390d045735db 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-07-08T11:36:27.061Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.061Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280119239,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:36:27.061Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.061Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.061Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280118809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280116796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280111719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280112359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.063Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280120243,
  "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-07-08T11:36:27.066Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d673b665-399c-48cb-a688-390d045735db
2022-07-08T11:36:27.066Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d673b665-399c-48cb-a688-390d045735db 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-07-08T11:36:27.073Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.073Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280116796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.073Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.073Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.074Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280112359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:36:27.074Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.074Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.074Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "policy-id",
  "timestamp": 1657280119825,
  "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-07-08T11:36:27.077Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d673b665-399c-48cb-a688-390d045735db
2022-07-08T11:36:27.078Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d673b665-399c-48cb-a688-390d045735db 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-07-08T11:36:27.084Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.084Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280111719,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:36:27.084Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.084Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.084Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280116796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280121592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280116796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280116796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:36:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280116796,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:36:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:36:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280125661,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:36:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:36:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280125545,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:36:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:36:38.966Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d673b665-399c-48cb-a688-390d045735db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:36:38.975Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d673b665-399c-48cb-a688-390d045735db
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-07-08T11:36:38.978Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:36:38.978Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:36:38.978Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:37:08.978Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d673b665-399c-48cb-a688-390d045735db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:37:08.989Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d673b665-399c-48cb-a688-390d045735db
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-07-08T11:37:08.992Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:37:08.992Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:37:08.993Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:37:26.965Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:37:26.966Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:37:26.966Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:37:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:37:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:37:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280126508,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:37:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:37:38.993Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d673b665-399c-48cb-a688-390d045735db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:37:39.004Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d673b665-399c-48cb-a688-390d045735db
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-07-08T11:37:39.007Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:37:39.008Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:37:39.008Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:38:09.009Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d673b665-399c-48cb-a688-390d045735db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:38:09.026Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d673b665-399c-48cb-a688-390d045735db
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-07-08T11:38:09.029Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:38:09.029Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:38:09.029Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:38:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:38:26.965Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:38:26.965Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:38:26.997Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:38:26.999Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:26.999Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.000Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.000Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.000Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "aai-ml",
  "timestamp": 1657280127512,
  "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-07-08T11:38:27.006Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d673b665-399c-48cb-a688-390d045735db
2022-07-08T11:38:27.007Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d673b665-399c-48cb-a688-390d045735db 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-07-08T11:38:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280127558,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:38:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280127592,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:38:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280128564,
  "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-07-08T11:38:27.020Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d673b665-399c-48cb-a688-390d045735db
2022-07-08T11:38:27.021Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d673b665-399c-48cb-a688-390d045735db 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-07-08T11:38:27.028Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "clamp",
  "timestamp": 1657280128623,
  "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-07-08T11:38:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d673b665-399c-48cb-a688-390d045735db
2022-07-08T11:38:27.034Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId d673b665-399c-48cb-a688-390d045735db 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-07-08T11:38:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.042Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/resourceInstances/pnf3997e4c3b3930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.043Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.044Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280126960,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280135957,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:38:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.045Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280137931,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfAq8a6gcgmn4dln698j5w/1.0/artifacts/service-DemoPnfAq8a6gcgmn4dln698j5w-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:38:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280150284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280146796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "cds",
  "timestamp": 1657280146314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.048Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280148452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.048Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.048Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.048Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280150284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.048Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.048Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.049Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280146796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.049Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.049Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.049Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "cds",
  "timestamp": 1657280146314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.049Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.050Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.050Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280148452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.050Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.050Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.050Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280150284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.050Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.051Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.051Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280146796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.051Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.051Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.051Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "cds",
  "timestamp": 1657280146314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.051Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.052Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.052Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280148452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.052Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.052Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.052Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280150284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.052Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.053Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.053Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280146796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.053Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.053Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.053Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "cds",
  "timestamp": 1657280146314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.053Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.054Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.054Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280148452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.054Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.054Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.054Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280150284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.054Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.055Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.055Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280146796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.055Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.055Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.056Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "cds",
  "timestamp": 1657280146314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.056Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.056Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.056Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280148452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.056Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.056Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.057Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280150284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.057Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.057Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.057Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280146796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.057Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.058Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.058Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "cds",
  "timestamp": 1657280146314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.058Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.058Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.059Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280148452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.059Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.059Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.059Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280150284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.060Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.060Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.060Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280146796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.060Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.061Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.061Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "cds",
  "timestamp": 1657280146314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.061Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.061Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280148452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.062Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280162326,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:38:27.063Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.063Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.063Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280162394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:38:27.064Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.064Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.064Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "cds",
  "timestamp": 1657280163171,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:38:27.064Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.064Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.065Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280161955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:38:27.065Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.065Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.065Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280163389,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:38:27.065Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.065Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.066Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "cds",
  "timestamp": 1657280164176,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:38:27.077Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df145999-ba35-4185-b7ce-ca053c72f738
2022-07-08T11:38:27.078Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df145999-ba35-4185-b7ce-ca053c72f738 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-07-08T11:38:27.084Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280162968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:38:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.085Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280162698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280164449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:38:27.086Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.087Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.087Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280162698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.087Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.087Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.087Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280164610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:38:27.088Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.088Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.088Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "policy-id",
  "timestamp": 1657280163986,
  "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-07-08T11:38:27.092Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df145999-ba35-4185-b7ce-ca053c72f738
2022-07-08T11:38:27.093Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df145999-ba35-4185-b7ce-ca053c72f738 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-07-08T11:38:27.100Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.101Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280165470,
  "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-07-08T11:38:27.107Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df145999-ba35-4185-b7ce-ca053c72f738
2022-07-08T11:38:27.107Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df145999-ba35-4185-b7ce-ca053c72f738 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-07-08T11:38:27.115Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.115Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280162698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.116Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.116Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.116Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280165613,
  "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-07-08T11:38:27.120Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df145999-ba35-4185-b7ce-ca053c72f738
2022-07-08T11:38:27.121Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df145999-ba35-4185-b7ce-ca053c72f738 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-07-08T11:38:27.129Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.129Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280166473,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:38:27.129Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.129Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.129Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280162698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.130Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.130Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.130Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280162698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.131Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.131Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.131Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280162698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.131Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.131Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.131Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280162698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.132Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.132Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.132Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280171719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.132Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.132Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.132Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280172359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.133Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.133Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.133Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280171719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.133Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.133Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.133Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280172359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.133Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.133Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.134Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280171719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.134Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.134Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.134Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280172359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.134Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.135Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.135Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280171719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.135Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.135Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.135Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280172359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.136Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.136Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.136Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280171719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.136Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.136Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.137Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280172359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.137Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.137Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.137Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280171719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.137Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.138Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.138Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280172359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.138Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.138Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.138Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280171719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.139Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.139Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.139Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280172359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:38:27.139Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.139Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.140Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280180565,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:38:27.140Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:38:27.140Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.140Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280176314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.140Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.141Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.141Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280176796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.141Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.141Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.141Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280176314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.142Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.142Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.142Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280176796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.143Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.143Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.143Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.143Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.143Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.143Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280176314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.144Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.144Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.144Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280176796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.144Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.144Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.144Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.144Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.145Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.145Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280176314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.145Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.145Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.145Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280176796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.145Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.145Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.145Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.146Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.146Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.146Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280176314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.146Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:27.146Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:38:27.146Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280176796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:38:27.146Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:38:39.029Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d673b665-399c-48cb-a688-390d045735db
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:38:39.041Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d673b665-399c-48cb-a688-390d045735db
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-07-08T11:38:39.046Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:38:39.046Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:38:39.046Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:38:39.046Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:38:39.047Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:38:39.047Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:38:39.047Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:38:39.047Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:38:39.047Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:38:39.047Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:38:39.047Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:38:39.047Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:38:39.052Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:39:09.052Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d673b665-399c-48cb-a688-390d045735db 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-07-08T11:39:09.062Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d673b665-399c-48cb-a688-390d045735db and serviceModelVersionId: b87761d8-2504-4dd2-bc7b-25ef4281a403
2022-07-08T11:39:09.062Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b7db8c56-b75a-4210-958a-c1ec93772dd6
2022-07-08T11:39:09.063Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b7db8c56-b75a-4210-958a-c1ec93772dd6/model-vers/model-ver/b87761d8-2504-4dd2-bc7b-25ef4281a403?depth=0
2022-07-08T11:39:09.069Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:39:09.130Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7db8c56-b75a-4210-958a-c1ec93772dd6/model-vers/model-ver/b87761d8-2504-4dd2-bc7b-25ef4281a403?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-07-08T11:39:09.132Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7db8c56-b75a-4210-958a-c1ec93772dd6/model-vers/model-ver/b87761d8-2504-4dd2-bc7b-25ef4281a403?depth=0|INFO|500||Invoke
2022-07-08T11:39:09.165Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7db8c56-b75a-4210-958a-c1ec93772dd6/model-vers/model-ver/b87761d8-2504-4dd2-bc7b-25ef4281a403?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-08T11:39:09.254Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7db8c56-b75a-4210-958a-c1ec93772dd6/model-vers/model-ver/b87761d8-2504-4dd2-bc7b-25ef4281a403?depth=0|INFO|500||InvokeReturn
2022-07-08T11:39:09.256Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b7db8c56-b75a-4210-958a-c1ec93772dd6/model-vers/model-ver/b87761d8-2504-4dd2-bc7b-25ef4281a403?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220708-11:39:08:373-38304], vertex-id=[413832], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:39:08 GMT], Content-Type=[application/json]}
2022-07-08T11:39:09.256Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:39:09.256Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:39:09.256Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||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-07-08T11:39:09.261Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T11:39:09.262Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d673b665-399c-48cb-a688-390d045735db and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:39:09.262Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:39:09.262Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:09.265Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:09.265Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280349262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:39:09.365Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:09.366Z||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-07-08T11:39:09.366Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:09.424Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:09.425Z||pool-50-thread-1|||||INFO|500||cambria reply ok (59 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-07-08T11:39:10.279Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:39:10.279Z|d673b665-399c-48cb-a688-390d045735db|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-07-08T11:39:10.280Z|d673b665-399c-48cb-a688-390d045735db|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:39:14.791Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:14.792Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-08T11:39:14.792Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"df145999-ba35-4185-b7ce-ca053c72f738","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"42080d61-7e72-4aad-9d05-af1c47e33efa","serviceDescription":"service","serviceInvariantUUID":"dd57f1a8-24dc-497a-a930-7f110954610d","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0557c7ff-9c16-4323-bd07-e9a9ba65a388","resourceInvariantUUID":"639af082-6c7d-4622-a48a-b9d161eb58d8","resourceCustomizationUUID":"0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1","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":"OGY5MzY0MTE4NTc0YjM2NWE1OWQ5MGUzOTQ0ZTBmOTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"27e53f0f-0f4c-4763-b61a-217fbce5c4b6","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":"ZGVkNmM1Y2QwM2NmNDE4Y2MxZTMyY2JiMmRhZmMzZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c609e880-a6fb-4645-b528-bbab6420d9fc","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":"dac2e94a-aaa8-46d1-8537-f03d9a86253d","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":"be9524b7-64ff-4cb4-a8d9-6eb0b9032088","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":"9cca8503-24aa-49b5-b2f5-1d04aa0add03","artifactVersion":"2","generatedFromUUID":"dac2e94a-aaa8-46d1-8537-f03d9a86253d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Njk3OWIwNTNmMmJhYjk1OTdmYzFlZTE4NjNiNzY1OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9c04fce6-ff75-43fa-8581-4091192306c5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTMwMTI5ZGE2MjVhMTZmMDYyMGIzZTRiNzM5MDA3MTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b990b108-6226-4deb-b8c0-b0dfe595a33d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:39:14.795Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:39:14.795Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:14.797Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:14.797Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:14.897Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:14.898Z||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-07-08T11:39:14.898Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:14.909Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:14.909Z||pool-51-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:15.799Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:39:15.801Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:15.807Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:15.808Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:39:15.907Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:39:15.908Z||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-07-08T11:39:15.908Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:15.918Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:15.918Z||pool-52-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:16.808Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:39:16.810Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:16.812Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:16.812Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:39:16.916Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-07-08T11:39:16.916Z||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-07-08T11:39:16.916Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:16.927Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:16.927Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:17.813Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:39:17.813Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:17.815Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:17.815Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:17.915Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:17.916Z||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-07-08T11:39:17.916Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:17.925Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:17.926Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:18.815Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:39:18.818Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:18.821Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:18.821Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-08T11:39:18.920Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:39:18.920Z||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-07-08T11:39:18.921Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:18.935Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:18.935Z||pool-55-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:19.822Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:39:19.823Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:19.825Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:19.825Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:19.925Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:19.927Z||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-07-08T11:39:19.927Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:19.938Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:19.938Z||pool-56-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:20.826Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:39:20.826Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:20.828Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:20.828Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:39:20.928Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:20.929Z||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-07-08T11:39:20.929Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:20.941Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:20.941Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:21.829Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "42080d61-7e72-4aad-9d05-af1c47e33efa",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd57f1a8-24dc-497a-a930-7f110954610d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0557c7ff-9c16-4323-bd07-e9a9ba65a388",
      "resourceInvariantUUID": "639af082-6c7d-4622-a48a-b9d161eb58d8",
      "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": "ZGVkNmM1Y2QwM2NmNDE4Y2MxZTMyY2JiMmRhZmMzZGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c609e880-a6fb-4645-b528-bbab6420d9fc",
          "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": "dac2e94a-aaa8-46d1-8537-f03d9a86253d",
          "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": "9cca8503-24aa-49b5-b2f5-1d04aa0add03",
            "generatedFromUUID": "dac2e94a-aaa8-46d1-8537-f03d9a86253d"
          },
          "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": "9cca8503-24aa-49b5-b2f5-1d04aa0add03",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTMwMTI5ZGE2MjVhMTZmMDYyMGIzZTRiNzM5MDA3MTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b990b108-6226-4deb-b8c0-b0dfe595a33d"
    }
  ],
  "workloadContext": "Production"
}
2022-07-08T11:39:21.830Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:39:21.830Z|d673b665-399c-48cb-a688-390d045735db|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 42080d61-7e72-4aad-9d05-af1c47e33efa ASDC
2022-07-08T11:39:21.830Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:df145999-ba35-4185-b7ce-ca053c72f738
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:42080d61-7e72-4aad-9d05-af1c47e33efa
ServiceInvariantUUID:dd57f1a8-24dc-497a-a930-7f110954610d
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:b990b108-6226-4deb-b8c0-b0dfe595a33d
ArtifactChecksum:NTMwMTI5ZGE2MjVhMTZmMDYyMGIzZTRiNzM5MDA3MTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1
ResourceInvariantUUID:639af082-6c7d-4622-a48a-b9d161eb58d8
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:0557c7ff-9c16-4323-bd07-e9a9ba65a388
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:c609e880-a6fb-4645-b528-bbab6420d9fc
ArtifactChecksum:ZGVkNmM1Y2QwM2NmNDE4Y2MxZTMyY2JiMmRhZmMzZGM=
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:dac2e94a-aaa8-46d1-8537-f03d9a86253d
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:9cca8503-24aa-49b5-b2f5-1d04aa0add03
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:9cca8503-24aa-49b5-b2f5-1d04aa0add03
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-08T11:39:21.830Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 42080d61-7e72-4aad-9d05-af1c47e33efa 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-07-08T11:39:21.867Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:39:21.867Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:39:21.868Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:39:21.868Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b990b108-6226-4deb-b8c0-b0dfe595a33d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-08T11:39:21.868Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:39:21.868Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-08T11:39:22.021Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:39:22.024Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar b990b108-6226-4deb-b8c0-b0dfe595a33d 71062
2022-07-08T11:39:22.025Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-08T11:39:22.025Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-08T11:39:22.025Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:39:22.025Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:22.027Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:22.027Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280362024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:22.127Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:22.128Z||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-07-08T11:39:22.128Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:22.140Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:22.140Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:23.027Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:39:23.028Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:39:23.029Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b990b108-6226-4deb-b8c0-b0dfe595a33d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:23.029Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-08T11:39:23.030Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:23.030Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:23.147Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP883340009048686023/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-07-08T11:39:24.295Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:39:24.295Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_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-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:24.296Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-08T11:39:24.297Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:39:24.297Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.297Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:24.297Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-08T11:39:24.297Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:39:24.297Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:39:24.298Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.298Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:24.298Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-08T11:39:24.298Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:39:24.298Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:39:24.298Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.298Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:24.298Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.299Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-08T11:39:24.299Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-08T11:39:24.299Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-08T11:39:24.299Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-08T11:39:24.299Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-08T11:39:24.299Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-08T11:39:24.299Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.299Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:39:24.300Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.300Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-08T11:39:24.300Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:39:24.300Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.300Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-08T11:39:24.300Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:39:24.300Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.301Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-08T11:39:24.301Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:39:24.301Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.301Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-08T11:39:24.301Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-08T11:39:24.301Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-08T11:39:24.301Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=75b60b31-14df-4e54-bed7-1d3ff39ad75e
2022-07-08T11:39:24.301Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.302Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:24.302Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.302Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:24.302Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.302Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:24.302Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:24.302Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:24.302Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:42080d61-7e72-4aad-9d05-af1c47e33efa
Model Version:NULL
Model InvariantUuid:dd57f1a8-24dc-497a-a930-7f110954610d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:df91f160-09c3-4812-a77b-21d5ba5e349f
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:639af082-6c7d-4622-a48a-b9d161eb58d8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2d2066dc-59bc-4109-b4dd-7235c07761a6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:07f7ce91-eaea-4a54-beea-df6c0db4c350
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:75b60b31-14df-4e54-bed7-1d3ff39ad75e
ModelInvariantUuid:42264443-84dc-4885-88b9-624af710f8ed
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:f158775f-6ff8-4a85-b8f7-2c3bf068f89b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:813f2cfe-99c7-4ae3-a8b6-3f32aa7606f3
ModelInvariantUuid:9b31054d-639c-4e3e-b575-527129373df2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:aefe4278-dd2e-4632-9c19-b19a4b99e54d
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-07-08T11:39:24.307Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 0557c7ff-9c16-4323-bd07-e9a9ba65a388
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-07-08T11:39:24.309Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||basic_vm 0
2022-07-08T11:39:24.309Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0557c7ff-9c16-4323-bd07-e9a9ba65a388
2022-07-08T11:39:24.309Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c609e880-a6fb-4645-b528-bbab6420d9fc from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-08T11:39:24.309Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:39:24.309Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-08T11:39:24.363Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:39:24.364Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json c609e880-a6fb-4645-b528-bbab6420d9fc 787
2022-07-08T11:39:24.364Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-08T11:39:24.364Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-08T11:39:24.364Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:39:24.364Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:24.366Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:24.366Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280364364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:24.466Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:24.467Z||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-07-08T11:39:24.467Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:24.489Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:24.489Z||pool-59-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:25.366Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2d2066dc-59bc-4109-b4dd-7235c07761a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07f7ce91-eaea-4a54-beea-df6c0db4c350",
    "vfModuleModelCustomizationUUID": "d7daeb21-fb3b-47e0-9512-76fe648e268b",
    "isBase": true,
    "artifacts": [
      "dac2e94a-aaa8-46d1-8537-f03d9a86253d",
      "9cca8503-24aa-49b5-b2f5-1d04aa0add03"
    ],
    "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-07-08T11:39:25.370Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07f7ce91-eaea-4a54-beea-df6c0db4c350
VfModuleModelInvariantUUID:2d2066dc-59bc-4109-b4dd-7235c07761a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
dac2e94a-aaa8-46d1-8537-f03d9a86253d
,
9cca8503-24aa-49b5-b2f5-1d04aa0add03

}
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-07-08T11:39:25.372Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "2d2066dc-59bc-4109-b4dd-7235c07761a6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "07f7ce91-eaea-4a54-beea-df6c0db4c350",
    "vfModuleModelCustomizationUUID": "d7daeb21-fb3b-47e0-9512-76fe648e268b",
    "isBase": true,
    "artifacts": [
      "dac2e94a-aaa8-46d1-8537-f03d9a86253d",
      "9cca8503-24aa-49b5-b2f5-1d04aa0add03"
    ],
    "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-07-08T11:39:25.372Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:07f7ce91-eaea-4a54-beea-df6c0db4c350
VfModuleModelInvariantUUID:2d2066dc-59bc-4109-b4dd-7235c07761a6
VfModuleModelDescription:NULL
Artifacts UUID List:{
dac2e94a-aaa8-46d1-8537-f03d9a86253d
,
9cca8503-24aa-49b5-b2f5-1d04aa0add03

}
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-07-08T11:39:25.372Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: dac2e94a-aaa8-46d1-8537-f03d9a86253d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-08T11:39:25.372Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:39:25.372Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-08T11:39:25.562Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:39:25.562Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml dac2e94a-aaa8-46d1-8537-f03d9a86253d 5033
2022-07-08T11:39:25.563Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-08T11:39:25.563Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-08T11:39:25.563Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:39:25.563Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:25.565Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:25.565Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280365563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:25.665Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:25.666Z||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-07-08T11:39:25.666Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:25.687Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:25.687Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:39:26.565Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9cca8503-24aa-49b5-b2f5-1d04aa0add03 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-08T11:39:26.566Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:39:26.566Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-08T11:39:26.638Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:39:26.639Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 9cca8503-24aa-49b5-b2f5-1d04aa0add03 903
2022-07-08T11:39:26.639Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-08T11:39:26.639Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-08T11:39:26.639Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:39:26.639Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:26.641Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:26.641Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280366639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:26.741Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:26.742Z||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-07-08T11:39:26.742Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:26.784Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:26.785Z||pool-61-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:39:26.965Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:39:26.965Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:39:27.012Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:27.013Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.013Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280176314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280176796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280186532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.014Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280187501,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280176314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.015Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280176796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.016Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "aai-ml",
  "timestamp": 1657280188505,
  "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-07-08T11:39:27.022Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df145999-ba35-4185-b7ce-ca053c72f738
2022-07-08T11:39:27.022Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df145999-ba35-4185-b7ce-ca053c72f738 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-07-08T11:39:27.029Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280176314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280176796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280176314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.030Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280176796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280188451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280189564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.031Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280188451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280190284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280190966,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280191724,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.032Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.033Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "clamp",
  "timestamp": 1657280190633,
  "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-07-08T11:39:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df145999-ba35-4185-b7ce-ca053c72f738
2022-07-08T11:39:27.037Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df145999-ba35-4185-b7ce-ca053c72f738 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-07-08T11:39:27.046Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657280182698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280188451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280190284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.047Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.048Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.048Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "cds",
  "timestamp": 1657280192728,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-08T11:39:27.058Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f813196c-ad4c-484c-8596-0e3116ef833d
2022-07-08T11:39:27.059Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f813196c-ad4c-484c-8596-0e3116ef833d 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-07-08T11:39:27.066Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.066Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280188451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.066Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280190284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280193169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280190284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.067Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.068Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280188451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.068Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.068Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.068Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657280194173,
  "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-07-08T11:39:27.072Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f813196c-ad4c-484c-8596-0e3116ef833d
2022-07-08T11:39:27.072Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f813196c-ad4c-484c-8596-0e3116ef833d 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-07-08T11:39:27.079Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.079Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280188451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280190284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280190284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280188451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.080Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280190284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.081Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.081Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.081Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280188451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.081Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.081Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.081Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280190284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.081Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.081Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.081Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280188451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280190284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280198690,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280200112,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.082Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280199713,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:27.083Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.083Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.083Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280201225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.083Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.083Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.083Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "policy-id",
  "timestamp": 1657280200725,
  "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-07-08T11:39:27.088Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f813196c-ad4c-484c-8596-0e3116ef833d
2022-07-08T11:39:27.088Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f813196c-ad4c-484c-8596-0e3116ef833d 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-07-08T11:39:27.095Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.095Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280202318,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280201738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280202359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.096Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280201738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.097Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.097Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.097Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280202359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.097Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.097Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.097Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280204427,
  "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-07-08T11:39:27.101Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f813196c-ad4c-484c-8596-0e3116ef833d
2022-07-08T11:39:27.101Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f813196c-ad4c-484c-8596-0e3116ef833d 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-07-08T11:39:27.107Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.107Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280201738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.108Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.108Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.108Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280202359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.108Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.108Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.108Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657280205431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:27.108Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.108Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.109Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280201738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.109Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.109Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.109Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280202359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.109Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.109Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.109Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280201738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.109Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.110Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.110Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280202359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.110Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.110Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.110Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280201738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.110Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.110Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.110Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280202359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.110Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.111Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.111Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280201738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.111Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.111Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.111Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280202359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.111Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.111Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.111Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280201738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.111Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.112Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.112Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280202359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:39:27.112Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.112Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.112Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280201738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.112Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.112Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.112Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280202359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:39:27.112Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:39:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280212473,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280218537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.113Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "aai-ml",
  "timestamp": 1657280219541,
  "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-07-08T11:39:27.118Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f813196c-ad4c-484c-8596-0e3116ef833d
2022-07-08T11:39:27.118Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f813196c-ad4c-484c-8596-0e3116ef833d 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-07-08T11:39:27.126Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.126Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280224537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:39:27.126Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.126Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.126Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280226603,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:27.127Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:39:27.127Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:39:27.127Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "clamp",
  "timestamp": 1657280227633,
  "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-07-08T11:39:27.132Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f813196c-ad4c-484c-8596-0e3116ef833d
2022-07-08T11:39:27.132Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f813196c-ad4c-484c-8596-0e3116ef833d 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-07-08T11:39:27.642Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 42080d61-7e72-4aad-9d05-af1c47e33efa
2022-07-08T11:39:27.642Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 0557c7ff-9c16-4323-bd07-e9a9ba65a388 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-07-08T11:39:27.657Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@608df8e0, org.onap.sdc.toscaparser.api.parameters.Input@2c2a25fa, org.onap.sdc.toscaparser.api.parameters.Input@3263d86, org.onap.sdc.toscaparser.api.parameters.Input@7e82b0ba, org.onap.sdc.toscaparser.api.parameters.Input@71c70d72]
2022-07-08T11:39:27.658Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.658Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:27.659Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-08T11:39:27.659Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1
2022-07-08T11:39:27.659Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1 matches Tosca VF Customization UUID: 0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1
2022-07-08T11:39:27.659Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1  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-07-08T11:39:27.661Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.661Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:27.661Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1: {\"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-07-08T11:39:27.662Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@55ab554b
2022-07-08T11:39:27.662Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.662Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:39:27.662Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d7daeb21-fb3b-47e0-9512-76fe648e268b
2022-07-08T11:39:27.662Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d7daeb21-fb3b-47e0-9512-76fe648e268b
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-07-08T11:39:27.664Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.665Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-08T11:39:27.665Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:39:27.665Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.665Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-08T11:39:27.665Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:39:27.666Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.666Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-08T11:39:27.666Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-08T11:39:27.666Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-08T11:39:27.666Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=75b60b31-14df-4e54-bed7-1d3ff39ad75e
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-07-08T11:39:27.668Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.668Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-08T11:39:27.668Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:39:27.669Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.669Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-08T11:39:27.669Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=0dcf9b7d-d81f-4cb8-88bf-0d9f5dfcecf1
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-07-08T11:39:27.670Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.670Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:27.671Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 42080d61-7e72-4aad-9d05-af1c47e33efa: basic_vm
2022-07-08T11:39:27.671Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.671Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:27.671Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.671Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:27.671Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.672Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:27.672Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.672Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:27.672Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:39:27.672Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:39:27.672Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||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-07-08T11:39:27.724Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 0557c7ff-9c16-4323-bd07-e9a9ba65a388 1 ASDC deployResourceStructure
2022-07-08T11:39:27.725Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-07-08T11:39:27.725Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-08T11:39:27.725Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:39:27.726Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:27.727Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:27.727Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280367725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:27.828Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:27.828Z||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-07-08T11:39:27.829Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:27.840Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:27.840Z||pool-62-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:28.732Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-08T11:39:28.732Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-08T11:39:28.732Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:39:28.733Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:28.748Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:28.748Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280368732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:28.834Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 86 ms
2022-07-08T11:39:28.835Z||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-07-08T11:39:28.835Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:28.846Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:28.846Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:39:29.751Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-08T11:39:29.751Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-08T11:39:29.751Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:39:29.752Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:29.754Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:29.754Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280369750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:29.854Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:29.855Z||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-07-08T11:39:29.855Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:29.865Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:29.865Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:39:30.755Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-07-08T11:39:30.755Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-08T11:39:30.755Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:39:30.756Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:39:30.758Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:39:30.758Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280370755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:39:30.858Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:39:30.859Z||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-07-08T11:39:30.859Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:39:30.871Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:39:30.872Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:39:31.758Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df145999-ba35-4185-b7ce-ca053c72f738
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:39:31.768Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df145999-ba35-4185-b7ce-ca053c72f738
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-07-08T11:39:31.770Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:39:31.770Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:39:31.770Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:39:31.770Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:39:31.770Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:39:31.771Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:39:31.771Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:39:31.771Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:39:31.771Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:39:31.771Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:39:31.771Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:39:31.775Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:40:01.776Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df145999-ba35-4185-b7ce-ca053c72f738 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-07-08T11:40:01.781Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df145999-ba35-4185-b7ce-ca053c72f738 and serviceModelVersionId: 42080d61-7e72-4aad-9d05-af1c47e33efa
2022-07-08T11:40:01.781Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd57f1a8-24dc-497a-a930-7f110954610d
2022-07-08T11:40:01.782Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd57f1a8-24dc-497a-a930-7f110954610d/model-vers/model-ver/42080d61-7e72-4aad-9d05-af1c47e33efa?depth=0
2022-07-08T11:40:01.787Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:40:01.844Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd57f1a8-24dc-497a-a930-7f110954610d/model-vers/model-ver/42080d61-7e72-4aad-9d05-af1c47e33efa?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-07-08T11:40:01.845Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd57f1a8-24dc-497a-a930-7f110954610d/model-vers/model-ver/42080d61-7e72-4aad-9d05-af1c47e33efa?depth=0|INFO|500||Invoke
2022-07-08T11:40:01.867Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd57f1a8-24dc-497a-a930-7f110954610d/model-vers/model-ver/42080d61-7e72-4aad-9d05-af1c47e33efa?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-08T11:40:01.984Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd57f1a8-24dc-497a-a930-7f110954610d/model-vers/model-ver/42080d61-7e72-4aad-9d05-af1c47e33efa?depth=0|INFO|500||InvokeReturn
2022-07-08T11:40:01.985Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd57f1a8-24dc-497a-a930-7f110954610d/model-vers/model-ver/42080d61-7e72-4aad-9d05-af1c47e33efa?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220708-11:40:01:074-37851], vertex-id=[397480], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:40:01 GMT], Content-Type=[application/json]}
2022-07-08T11:40:01.985Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:40:01.986Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:40:01.986Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||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-07-08T11:40:01.989Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T11:40:01.989Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df145999-ba35-4185-b7ce-ca053c72f738 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:40:01.990Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:40:01.990Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:01.992Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:01.992Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280401990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:40:02.092Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:02.093Z||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-07-08T11:40:02.093Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:02.116Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:02.117Z||pool-66-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-07-08T11:40:03.003Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-08T11:40:03.003Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f813196c-ad4c-484c-8596-0e3116ef833d","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5f127ef1-cfb5-4925-b944-b8c36840f290","serviceDescription":"service","serviceInvariantUUID":"8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"708d9004-1de2-4470-87f9-bd0585c935d2","resourceInvariantUUID":"9bccb9bc-c7ff-4f4a-8a94-f38f21f9d525","resourceCustomizationUUID":"4fb35b06-d5e6-45ab-b095-9f24da52e445","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":"YWUwM2NiZGY3NTViNWEwMWYzMzVmODJkZTBmOWNmN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0bccd44a-72f9-478b-a3ef-79dcc3ff10a9","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":"92fe0b5e-c99d-4e25-a318-7fc72a809d0d","artifactVersion":"2","generatedFromUUID":"c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929"},{"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":"c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929","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":"M2I2NGMwYmQxMmMyZmEwMjM2YjdjNDVhYzU3MmRjMzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"51006acf-0030-4a61-98e4-d36b87ffdd33","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":"5c0bd51d-30be-4141-9311-4d72dd175e6a","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":"780068c1-df77-4ad6-b3a1-d9bf214d840a","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":"32af5818-e024-45e9-942c-cdfa06874faf","artifactVersion":"2","generatedFromUUID":"5c0bd51d-30be-4141-9311-4d72dd175e6a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YzQ5NzNmMTI2NmQ4MDRkYmY4NTkyMDBlMmMxMzI4NDc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f5c233ef-738d-4775-9380-7605623fbbc7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZDE0MWRmM2NiY2IyZWFmMjE2YWFhZDgzN2M3ZjlmMDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e396f995-44fc-4902-af57-9fc340197eb0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:40:03.004Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:40:03.004Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:03.006Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:03.006Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:40:03.106Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:03.107Z||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-07-08T11:40:03.107Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:03.118Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:03.118Z||pool-67-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:04.006Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:40:04.007Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:04.009Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:04.009Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-08T11:40:04.109Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:04.110Z||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-07-08T11:40:04.110Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:04.123Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:04.123Z||pool-68-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:05.010Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:40:05.010Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:05.012Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:05.013Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-08T11:40:05.113Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:05.114Z||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-07-08T11:40:05.114Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:05.125Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:05.126Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:40:06.013Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:40:06.014Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:06.017Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:06.017Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:40:06.117Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:06.118Z||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-07-08T11:40:06.118Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:06.131Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:06.132Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:07.017Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:40:07.019Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:07.021Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:07.021Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:40:07.121Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:40:07.122Z||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-07-08T11:40:07.122Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:07.134Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:07.134Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:08.022Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:40:08.023Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:08.025Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:08.026Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:40:08.126Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:40:08.126Z||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-07-08T11:40:08.127Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:08.137Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:08.138Z||pool-72-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:09.026Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:40:09.027Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:09.029Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:09.029Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-08T11:40:09.129Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:09.130Z||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-07-08T11:40:09.130Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:09.142Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:09.142Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:10.029Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:40:10.030Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:10.032Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:10.032Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:40:10.133Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:40:10.134Z||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-07-08T11:40:10.134Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:10.146Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:10.146Z||pool-74-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:11.033Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:40:11.034Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:11.038Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:11.038Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:40:11.138Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:11.138Z||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-07-08T11:40:11.139Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:11.150Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:11.150Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:40:12.039Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5f127ef1-cfb5-4925-b944-b8c36840f290",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "4fb35b06-d5e6-45ab-b095-9f24da52e445",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "708d9004-1de2-4470-87f9-bd0585c935d2",
      "resourceInvariantUUID": "9bccb9bc-c7ff-4f4a-8a94-f38f21f9d525",
      "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": "92fe0b5e-c99d-4e25-a318-7fc72a809d0d",
          "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": "c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929",
          "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": "M2I2NGMwYmQxMmMyZmEwMjM2YjdjNDVhYzU3MmRjMzQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "51006acf-0030-4a61-98e4-d36b87ffdd33",
          "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": "5c0bd51d-30be-4141-9311-4d72dd175e6a",
          "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": "32af5818-e024-45e9-942c-cdfa06874faf",
            "generatedFromUUID": "5c0bd51d-30be-4141-9311-4d72dd175e6a"
          },
          "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": "32af5818-e024-45e9-942c-cdfa06874faf",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "ZDE0MWRmM2NiY2IyZWFmMjE2YWFhZDgzN2M3ZjlmMDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e396f995-44fc-4902-af57-9fc340197eb0"
    }
  ],
  "workloadContext": "Production"
}
2022-07-08T11:40:12.040Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:40:12.040Z|df145999-ba35-4185-b7ce-ca053c72f738|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5f127ef1-cfb5-4925-b944-b8c36840f290 ASDC
2022-07-08T11:40:12.040Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f813196c-ad4c-484c-8596-0e3116ef833d
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5f127ef1-cfb5-4925-b944-b8c36840f290
ServiceInvariantUUID:8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3
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:e396f995-44fc-4902-af57-9fc340197eb0
ArtifactChecksum:ZDE0MWRmM2NiY2IyZWFmMjE2YWFhZDgzN2M3ZjlmMDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:4fb35b06-d5e6-45ab-b095-9f24da52e445
ResourceInvariantUUID:9bccb9bc-c7ff-4f4a-8a94-f38f21f9d525
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:708d9004-1de2-4470-87f9-bd0585c935d2
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:92fe0b5e-c99d-4e25-a318-7fc72a809d0d
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:c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929
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:51006acf-0030-4a61-98e4-d36b87ffdd33
ArtifactChecksum:M2I2NGMwYmQxMmMyZmEwMjM2YjdjNDVhYzU3MmRjMzQ=
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:5c0bd51d-30be-4141-9311-4d72dd175e6a
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:32af5818-e024-45e9-942c-cdfa06874faf
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:32af5818-e024-45e9-942c-cdfa06874faf
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-08T11:40:12.040Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5f127ef1-cfb5-4925-b944-b8c36840f290 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-07-08T11:40:12.071Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:40:12.072Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:40:12.072Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:40:12.072Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e396f995-44fc-4902-af57-9fc340197eb0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-08T11:40:12.072Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:40:12.073Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-08T11:40:12.318Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:40:12.321Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar e396f995-44fc-4902-af57-9fc340197eb0 68958
2022-07-08T11:40:12.321Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-08T11:40:12.322Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-08T11:40:12.322Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:40:12.322Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:12.323Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:12.324Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280412321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:12.424Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:12.425Z||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-07-08T11:40:12.425Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:12.436Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:12.437Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:13.324Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:40:13.325Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:40:13.325Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: e396f995-44fc-4902-af57-9fc340197eb0, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-08T11:40:13.325Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-08T11:40:13.325Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-08T11:40:13.326Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-08T11:40:13.451Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15643226727142190315/Definitions/service-BasicCnf-template.yml
2022-07-08T11:40:14.550Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:40:14.551Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:40:14.551Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-08T11:40:14.551Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-08T11:40:14.551Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-08T11:40:14.551Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-08T11:40:14.551Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-08T11:40:14.551Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-08T11:40:14.551Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:40:14.552Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.552Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:14.552Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-08T11:40:14.552Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:40:14.552Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:40:14.552Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.552Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:14.553Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-08T11:40:14.553Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:40:14.553Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:40:14.553Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.553Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:14.553Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.553Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-08T11:40:14.553Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-08T11:40:14.554Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-08T11:40:14.554Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-08T11:40:14.554Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.554Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:40:14.554Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.554Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-08T11:40:14.554Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:40:14.555Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.555Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-08T11:40:14.555Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:40:14.555Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.555Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-08T11:40:14.555Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:40:14.555Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-08T11:40:14.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-08T11:40:14.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=51344ac2-1cf6-483c-975a-b691dccc1788
2022-07-08T11:40:14.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:14.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:14.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.557Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:14.557Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:14.557Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:14.557Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5f127ef1-cfb5-4925-b944-b8c36840f290
Model Version:NULL
Model InvariantUuid:8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:0de35a5f-eb65-4f75-9af7-e577e8e40bfa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9bccb9bc-c7ff-4f4a-8a94-f38f21f9d525
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4fb35b06-d5e6-45ab-b095-9f24da52e445
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e51fba1a-7238-4629-a45c-b59e7915379f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:7fa666b6-4a7e-48f1-9900-36bbd3de52d3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:51344ac2-1cf6-483c-975a-b691dccc1788
ModelInvariantUuid:b8876b5a-a875-4f95-a56f-360d77cd7377
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:963982ef-d6c7-4135-be7c-d06574ee9b18
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:fbdd39d9-88df-447e-82d5-d46b675a119b
ModelInvariantUuid:913b7bd8-c4b7-48b0-bccc-fb6e290a0f81
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:0addcc2a-e1f9-4985-96f4-666dd86bff6c
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-07-08T11:40:14.560Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 708d9004-1de2-4470-87f9-bd0585c935d2
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-07-08T11:40:14.562Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-07-08T11:40:14.562Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 708d9004-1de2-4470-87f9-bd0585c935d2
2022-07-08T11:40:14.563Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 92fe0b5e-c99d-4e25-a318-7fc72a809d0d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-08T11:40:14.563Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:40:14.563Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-08T11:40:14.609Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:40:14.609Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 92fe0b5e-c99d-4e25-a318-7fc72a809d0d 12
2022-07-08T11:40:14.609Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-07-08T11:40:14.610Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-08T11:40:14.610Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:40:14.610Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:14.616Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:14.616Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280414609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:14.712Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-08T11:40:14.713Z||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-07-08T11:40:14.713Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:14.723Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:14.725Z||pool-77-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:15.617Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-08T11:40:15.618Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:40:15.618Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-08T11:40:15.677Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:40:15.678Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929 2688
2022-07-08T11:40:15.678Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-07-08T11:40:15.678Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-08T11:40:15.679Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:40:15.679Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:15.682Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:15.682Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280415678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:15.782Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:15.783Z||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-07-08T11:40:15.783Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:15.797Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:15.797Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:16.684Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 51006acf-0030-4a61-98e4-d36b87ffdd33 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-08T11:40:16.684Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:40:16.684Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-08T11:40:16.730Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:40:16.730Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 51006acf-0030-4a61-98e4-d36b87ffdd33 828
2022-07-08T11:40:16.730Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-07-08T11:40:16.730Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-08T11:40:16.730Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:40:16.731Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:16.732Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:16.733Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280416730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:16.833Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:16.833Z||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-07-08T11:40:16.833Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:16.845Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:16.845Z||pool-79-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:40:17.733Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e51fba1a-7238-4629-a45c-b59e7915379f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fa666b6-4a7e-48f1-9900-36bbd3de52d3",
    "vfModuleModelCustomizationUUID": "41d80150-4c82-4f5f-8291-c6b12520e389",
    "isBase": true,
    "artifacts": [
      "c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929",
      "5c0bd51d-30be-4141-9311-4d72dd175e6a",
      "32af5818-e024-45e9-942c-cdfa06874faf"
    ],
    "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-07-08T11:40:17.736Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7fa666b6-4a7e-48f1-9900-36bbd3de52d3
VfModuleModelInvariantUUID:e51fba1a-7238-4629-a45c-b59e7915379f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929
,
5c0bd51d-30be-4141-9311-4d72dd175e6a
,
32af5818-e024-45e9-942c-cdfa06874faf

}
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-07-08T11:40:17.738Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "e51fba1a-7238-4629-a45c-b59e7915379f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7fa666b6-4a7e-48f1-9900-36bbd3de52d3",
    "vfModuleModelCustomizationUUID": "41d80150-4c82-4f5f-8291-c6b12520e389",
    "isBase": true,
    "artifacts": [
      "c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929",
      "5c0bd51d-30be-4141-9311-4d72dd175e6a",
      "32af5818-e024-45e9-942c-cdfa06874faf"
    ],
    "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-07-08T11:40:17.738Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7fa666b6-4a7e-48f1-9900-36bbd3de52d3
VfModuleModelInvariantUUID:e51fba1a-7238-4629-a45c-b59e7915379f
VfModuleModelDescription:NULL
Artifacts UUID List:{
c0c8fa29-e404-4aa3-8f0d-d2f6f7f64929
,
5c0bd51d-30be-4141-9311-4d72dd175e6a
,
32af5818-e024-45e9-942c-cdfa06874faf

}
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-07-08T11:40:17.738Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5c0bd51d-30be-4141-9311-4d72dd175e6a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-08T11:40:17.738Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:40:17.738Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-08T11:40:17.782Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:40:17.782Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5c0bd51d-30be-4141-9311-4d72dd175e6a 1164
2022-07-08T11:40:17.783Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-07-08T11:40:17.783Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-08T11:40:17.783Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:40:17.783Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:17.784Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:17.785Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280417783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:17.885Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:17.886Z||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-07-08T11:40:17.886Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:17.898Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:17.899Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:18.785Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 32af5818-e024-45e9-942c-cdfa06874faf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-08T11:40:18.786Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:40:18.786Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-08T11:40:18.844Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:40:18.844Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 32af5818-e024-45e9-942c-cdfa06874faf 200
2022-07-08T11:40:18.844Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-07-08T11:40:18.844Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-08T11:40:18.844Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:40:18.845Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:18.846Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:18.846Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280418844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:18.946Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:18.947Z||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-07-08T11:40:18.947Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:18.958Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:18.958Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:19.847Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 5f127ef1-cfb5-4925-b944-b8c36840f290
2022-07-08T11:40:19.847Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 708d9004-1de2-4470-87f9-bd0585c935d2 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=?
2022-07-08T11:40:19.858Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_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-07-08T11:40:19.862Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24580f2a, org.onap.sdc.toscaparser.api.parameters.Input@622455f, org.onap.sdc.toscaparser.api.parameters.Input@3dd3c89b, org.onap.sdc.toscaparser.api.parameters.Input@7394fed6, org.onap.sdc.toscaparser.api.parameters.Input@17519ed1]
2022-07-08T11:40:19.863Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.864Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:19.864Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-08T11:40:19.864Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4fb35b06-d5e6-45ab-b095-9f24da52e445
2022-07-08T11:40:19.864Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4fb35b06-d5e6-45ab-b095-9f24da52e445 matches Tosca VF Customization UUID: 4fb35b06-d5e6-45ab-b095-9f24da52e445
2022-07-08T11:40:19.864Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4fb35b06-d5e6-45ab-b095-9f24da52e445  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-07-08T11:40:19.866Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.866Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:19.867Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4fb35b06-d5e6-45ab-b095-9f24da52e445: {\"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-07-08T11:40:19.867Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74cf86bc
2022-07-08T11:40:19.867Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.867Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:40:19.868Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 41d80150-4c82-4f5f-8291-c6b12520e389
2022-07-08T11:40:19.868Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 41d80150-4c82-4f5f-8291-c6b12520e389
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-07-08T11:40:19.869Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.870Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-08T11:40:19.870Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:40:19.870Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.871Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-08T11:40:19.871Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:40:19.871Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.871Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-08T11:40:19.871Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-08T11:40:19.872Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=51344ac2-1cf6-483c-975a-b691dccc1788
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-07-08T11:40:19.873Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.873Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-08T11:40:19.873Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:40:19.873Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.873Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-08T11:40:19.874Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4fb35b06-d5e6-45ab-b095-9f24da52e445
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-07-08T11:40:19.875Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.875Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:19.875Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 5f127ef1-cfb5-4925-b944-b8c36840f290: basic_cnf
2022-07-08T11:40:19.875Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.876Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:19.876Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.876Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:19.876Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.876Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:19.877Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.877Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:19.877Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:40:19.877Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:40:19.877Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||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-07-08T11:40:19.931Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 708d9004-1de2-4470-87f9-bd0585c935d2 1 ASDC deployResourceStructure
2022-07-08T11:40:19.932Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-07-08T11:40:19.932Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-07-08T11:40:19.932Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-08T11:40:19.932Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:19.934Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:19.934Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280419931,
  "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-07-08T11:40:20.034Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:20.035Z||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-07-08T11:40:20.035Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:20.048Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:20.049Z||pool-82-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:20.935Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-07-08T11:40:20.935Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-07-08T11:40:20.935Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-08T11:40:20.935Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:20.937Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:20.937Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280420935,
  "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-07-08T11:40:21.037Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:21.038Z||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-07-08T11:40:21.038Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:21.048Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:21.048Z||pool-83-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:21.938Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-07-08T11:40:21.938Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-08T11:40:21.938Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:40:21.938Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:21.940Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:21.940Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280421938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:40:22.040Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:22.041Z||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-07-08T11:40:22.041Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:22.052Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:22.053Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:22.941Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-07-08T11:40:22.942Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-08T11:40:22.942Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:40:22.942Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:22.944Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:22.944Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280422941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:40:23.044Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:23.045Z||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-07-08T11:40:23.045Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:23.056Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:23.056Z||pool-85-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:23.945Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-07-08T11:40:23.945Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-08T11:40:23.945Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:40:23.946Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:23.947Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:23.948Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280423945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:40:24.048Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:24.050Z||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-07-08T11:40:24.050Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:24.063Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:24.063Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:24.948Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-07-08T11:40:24.949Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-08T11:40:24.949Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:40:24.949Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:24.951Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:24.951Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280424948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:40:25.051Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:25.052Z||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-07-08T11:40:25.052Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:25.100Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:25.101Z||pool-87-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:40:25.952Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f813196c-ad4c-484c-8596-0e3116ef833d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:40:25.962Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f813196c-ad4c-484c-8596-0e3116ef833d
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-07-08T11:40:25.964Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:40:25.965Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:40:25.965Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:40:25.965Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:40:25.965Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:40:25.965Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:40:25.965Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:40:25.966Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:40:25.966Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:40:25.966Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:40:25.966Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:40:25.970Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:40:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:40:26.965Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T11:40:26.965Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:40:27.020Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:27.021Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.021Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d673b665-399c-48cb-a688-390d045735db",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280349262,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:40:27.022Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:40:27.022Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.022Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:40:27.022Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:40:27.022Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.022Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:40:27.023Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280362024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280364364,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280365563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-08T11:40:27.024Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280366639,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:40:27.025Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:40:55.971Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f813196c-ad4c-484c-8596-0e3116ef833d 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-07-08T11:40:55.976Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f813196c-ad4c-484c-8596-0e3116ef833d and serviceModelVersionId: 5f127ef1-cfb5-4925-b944-b8c36840f290
2022-07-08T11:40:55.976Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3
2022-07-08T11:40:55.977Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3/model-vers/model-ver/5f127ef1-cfb5-4925-b944-b8c36840f290?depth=0
2022-07-08T11:40:55.980Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:40:56.018Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3/model-vers/model-ver/5f127ef1-cfb5-4925-b944-b8c36840f290?depth=0|INFO|500||Invoke
2022-07-08T11:40:56.019Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3/model-vers/model-ver/5f127ef1-cfb5-4925-b944-b8c36840f290?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3/model-vers/model-ver/5f127ef1-cfb5-4925-b944-b8c36840f290?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f813196c-ad4c-484c-8596-0e3116ef833d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b4c32a84-b0a3-40e3-bd56-8593a2ab4852], X-ECOMP-RequestID=[f813196c-ad4c-484c-8596-0e3116ef833d], X-TransactionId=[], X-ONAP-RequestID=[f813196c-ad4c-484c-8596-0e3116ef833d], Content-Type=[application/merge-patch+json]}
2022-07-08T11:40:56.036Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3/model-vers/model-ver/5f127ef1-cfb5-4925-b944-b8c36840f290?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-08T11:40:56.118Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3/model-vers/model-ver/5f127ef1-cfb5-4925-b944-b8c36840f290?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/8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3/model-vers/model-ver/5f127ef1-cfb5-4925-b944-b8c36840f290?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220708-11:40:55:243-28211], vertex-id=[225352], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:40:55 GMT], Content-Type=[application/json]}
2022-07-08T11:40:56.118Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3/model-vers/model-ver/5f127ef1-cfb5-4925-b944-b8c36840f290?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:40:56.119Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8fca4b8c-dfdb-4e56-bdc2-a36ab82ba0f3/model-vers/model-ver/5f127ef1-cfb5-4925-b944-b8c36840f290?depth=0|INFO|500||InvokeReturn
2022-07-08T11:40:56.119Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:40:56.119Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||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-07-08T11:40:56.124Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T11:40:56.124Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f813196c-ad4c-484c-8596-0e3116ef833d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:40:56.124Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:40:56.125Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:40:56.126Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:40:56.126Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280456124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:40:56.228Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:40:56.229Z||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-07-08T11:40:56.229Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:40:56.246Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:40:56.247Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 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-07-08T11:40:57.136Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:40:57.137Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:40:57.137Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:41:06.747Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:41:06.748Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:41:06.748Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:41:06.748Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:41:16.345Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:41:16.346Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:41:16.346Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:41:16.346Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:41:25.922Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:41:25.922Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:41:25.923Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:41:25.923Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:41:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:41:26.965Z||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-07-08T11:41:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:41:27.022Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:41:27.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280367725,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:41:27.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280368732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:41:27.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280369750,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:41:27.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280370755,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:41:27.024Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df145999-ba35-4185-b7ce-ca053c72f738",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280401990,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:41:27.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:41:27.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-08T11:41:27.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:41:27.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:41:27.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:41:27.027Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.027Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280350279,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:41:27.027Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280412321,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280414609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280415678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.028Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280416730,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:41:27.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280417783,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:41:27.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.029Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280418844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:41:27.029Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.029Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280419931,
  "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-07-08T11:41:27.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280420935,
  "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-07-08T11:41:27.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.030Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280421938,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:41:27.030Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.030Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280422941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:41:27.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280423945,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:41:27.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:27.031Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:41:27.031Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280424948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:41:27.031Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:41:35.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:41:35.556Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:41:35.557Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:41:35.557Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:41:45.127Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:42:26.960Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:42:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:42:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:42:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:42:26.964Z||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-07-08T11:42:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:42:27.518Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:42:27.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:42:27.518Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f813196c-ad4c-484c-8596-0e3116ef833d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657280456124,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:42:27.519Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:42:36.544Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:43:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:43:26.962Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:43:26.962Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:43:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:43:26.964Z||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-07-08T11:43:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:43:36.539Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:43:36.659Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:44:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:44:26.963Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:44:26.963Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:44:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:44:26.964Z||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-07-08T11:44:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:44:36.546Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:44:36.651Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:45:26.960Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:45:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:45:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:45:26.964Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:45:26.964Z||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-07-08T11:45:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:45:36.517Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:45:36.517Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:46:26.960Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:46:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:46:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:46:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:46:26.964Z||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-07-08T11:46:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:46:36.525Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:46:36.563Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:47:26.960Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:47:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:47:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:47:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:47:26.965Z||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-07-08T11:47:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:47:36.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:47:36.535Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:48:26.960Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:48:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:48:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:48:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:48:26.964Z||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-07-08T11:48:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:48:36.510Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:48:36.523Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:49:26.960Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:49:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:49:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:49:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:49:26.965Z||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-07-08T11:49:26.966Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:49:36.546Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:49:36.554Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:26.960Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:50:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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-07-08T11:50:26.961Z|f813196c-ad4c-484c-8596-0e3116ef833d|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:50:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:50:26.965Z||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-07-08T11:50:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:50:36.543Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:36.861Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:36.862Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-08T11:50:36.862Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"89c5a092-d504-40c5-9889-600759d83748","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"a8191a3a-d623-488a-b4aa-d1061f79712a","serviceDescription":"service","serviceInvariantUUID":"442c129c-264d-4460-b6fe-e95c18f04fa8","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"edcdada5-fb4d-4412-9e37-56d3b49e935f","resourceInvariantUUID":"601bec05-1bdc-40a5-a9a6-15ecc4f8f1bd","resourceCustomizationUUID":"4b328131-94cc-422e-9ea4-e01fd018b66d","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":"MzVhNDkwNmIxZTEwYjY3NDNmYjAzYjAyZTI1Yzg0YzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"31a3c76f-639a-4f8f-b175-bc1df5ab0860","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":"OTNhMTAzZDc3ZjkyZDFlNzljMTFkOTAwZjgyNThkNTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2d087a5d-75c6-4a6b-bb3b-4e17a55595ab","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":"3a03ab97-67ab-4842-bc92-34b5f8199d4d","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":"71c5671b-b7dd-4de2-aee0-c7485dce13f6","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":"9dda5716-9127-4b2c-b8a6-f5594fe77c83","artifactVersion":"2","generatedFromUUID":"ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5"},{"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":"7fe10e09-b3ef-4be3-a11a-7bea5b06bb54","artifactVersion":"2","generatedFromUUID":"3a03ab97-67ab-4842-bc92-34b5f8199d4d"},{"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":"ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5","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":"7885af12-3df1-4d7c-a96e-8993bd785f9d","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":"YmNhMGIyYzBkOGEzN2FhZGEyNTgwOTRmZjA2OGY1M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f29ca738-1e42-46ea-a8f8-2926e5b00786","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"YmYzNGQzNWQ0NWIyNTY3NGM1Njc4MGFkZmRjNzNiOTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2db1a0cf-e4ac-49e4-a833-90bff4b57635","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:50:36.865Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:36.865Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:36.880Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:36.880Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:50:36.969Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms
2022-07-08T11:50:36.970Z||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-07-08T11:50:36.971Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:36.983Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:36.984Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:50:37.881Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:37.881Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:37.884Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:37.884Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:50:37.984Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:37.985Z||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-07-08T11:50:37.985Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:37.995Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:37.995Z||pool-90-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:38.885Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:38.885Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:38.887Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:38.887Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:50:38.987Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:38.988Z||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-07-08T11:50:38.988Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:39.003Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:39.003Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:39.888Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:39.889Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:39.891Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:39.891Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:50:39.992Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:50:39.992Z||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-07-08T11:50:39.992Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:40.004Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:40.005Z||pool-92-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:50:40.892Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:40.893Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:40.894Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:40.895Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-08T11:50:40.995Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:40.996Z||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-07-08T11:50:40.997Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:41.012Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:41.013Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:41.895Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:41.896Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:41.898Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:41.898Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-08T11:50:41.998Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:41.999Z||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-07-08T11:50:41.999Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:42.007Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:42.008Z||pool-94-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:50:42.898Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:42.899Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:42.901Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:42.901Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-08T11:50:43.001Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:50:43.002Z||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-07-08T11:50:43.002Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:43.011Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:43.012Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:43.902Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:43.903Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:43.905Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:43.905Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:50:44.005Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:44.006Z||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-07-08T11:50:44.006Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:44.017Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:44.017Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:44.906Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:44.906Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:44.908Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:44.908Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:50:45.008Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:45.009Z||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-07-08T11:50:45.009Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:45.020Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:45.021Z||pool-97-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:45.909Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:50:45.909Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:45.915Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:45.915Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:50:46.011Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-08T11:50:46.012Z||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-07-08T11:50:46.012Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:46.028Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:46.029Z||pool-98-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:46.917Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "a8191a3a-d623-488a-b4aa-d1061f79712a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "442c129c-264d-4460-b6fe-e95c18f04fa8",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "4b328131-94cc-422e-9ea4-e01fd018b66d",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "edcdada5-fb4d-4412-9e37-56d3b49e935f",
      "resourceInvariantUUID": "601bec05-1bdc-40a5-a9a6-15ecc4f8f1bd",
      "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": "OTNhMTAzZDc3ZjkyZDFlNzljMTFkOTAwZjgyNThkNTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "2d087a5d-75c6-4a6b-bb3b-4e17a55595ab",
          "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": "3a03ab97-67ab-4842-bc92-34b5f8199d4d",
          "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": "7fe10e09-b3ef-4be3-a11a-7bea5b06bb54",
            "generatedFromUUID": "3a03ab97-67ab-4842-bc92-34b5f8199d4d"
          },
          "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": "9dda5716-9127-4b2c-b8a6-f5594fe77c83",
          "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": "7fe10e09-b3ef-4be3-a11a-7bea5b06bb54",
          "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": "ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "YmYzNGQzNWQ0NWIyNTY3NGM1Njc4MGFkZmRjNzNiOTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2db1a0cf-e4ac-49e4-a833-90bff4b57635"
    }
  ],
  "workloadContext": "Production"
}
2022-07-08T11:50:46.917Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:50:46.917Z|f813196c-ad4c-484c-8596-0e3116ef833d|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 a8191a3a-d623-488a-b4aa-d1061f79712a ASDC
2022-07-08T11:50:46.918Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:89c5a092-d504-40c5-9889-600759d83748
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:a8191a3a-d623-488a-b4aa-d1061f79712a
ServiceInvariantUUID:442c129c-264d-4460-b6fe-e95c18f04fa8
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:2db1a0cf-e4ac-49e4-a833-90bff4b57635
ArtifactChecksum:YmYzNGQzNWQ0NWIyNTY3NGM1Njc4MGFkZmRjNzNiOTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:4b328131-94cc-422e-9ea4-e01fd018b66d
ResourceInvariantUUID:601bec05-1bdc-40a5-a9a6-15ecc4f8f1bd
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:edcdada5-fb4d-4412-9e37-56d3b49e935f
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:2d087a5d-75c6-4a6b-bb3b-4e17a55595ab
ArtifactChecksum:OTNhMTAzZDc3ZjkyZDFlNzljMTFkOTAwZjgyNThkNTg=
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:3a03ab97-67ab-4842-bc92-34b5f8199d4d
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:7fe10e09-b3ef-4be3-a11a-7bea5b06bb54
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:9dda5716-9127-4b2c-b8a6-f5594fe77c83
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:7fe10e09-b3ef-4be3-a11a-7bea5b06bb54
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:ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-08T11:50:46.919Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8191a3a-d623-488a-b4aa-d1061f79712a 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-07-08T11:50:46.961Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:50:46.962Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:50:46.963Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:50:46.963Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2db1a0cf-e4ac-49e4-a833-90bff4b57635 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-08T11:50:46.963Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:50:46.964Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-08T11:50:47.323Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:50:47.331Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2db1a0cf-e4ac-49e4-a833-90bff4b57635 158204
2022-07-08T11:50:47.332Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-08T11:50:47.332Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-08T11:50:47.332Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:50:47.332Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:47.334Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:47.334Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281047332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:50:47.434Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:50:47.435Z||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-07-08T11:50:47.435Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:47.453Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:47.453Z||pool-99-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:48.335Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:50:48.336Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:50:48.336Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2db1a0cf-e4ac-49e4-a833-90bff4b57635, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-08T11:50:48.337Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-08T11:50:48.337Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-08T11:50:48.337Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-08T11:50:48.550Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11847893983433270534/Definitions/service-BasicCnfMacro-template.yml
2022-07-08T11:50:49.734Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:50:49.734Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:50:49.734Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-08T11:50:49.735Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-08T11:50:49.735Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-08T11:50:49.735Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:49.735Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:49.735Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:49.735Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:50:49.735Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.735Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:49.735Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-08T11:50:49.736Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:50:49.736Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:50:49.736Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.736Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:49.736Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-08T11:50:49.736Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:50:49.736Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:50:49.737Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.737Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:49.737Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.737Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-08T11:50:49.737Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-08T11:50:49.737Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-08T11:50:49.737Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-08T11:50:49.737Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.738Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:50:49.738Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.738Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-08T11:50:49.738Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:50:49.738Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.739Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-08T11:50:49.739Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:50:49.739Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.739Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-08T11:50:49.739Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:50:49.739Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.739Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-08T11:50:49.740Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:50:49.740Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.740Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-08T11:50:49.740Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-08T11:50:49.740Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=ccd9a487-a31f-4320-a7b9-c76709a41d08
2022-07-08T11:50:49.740Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.740Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:49.741Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.741Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:49.741Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.741Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:49.741Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:49.741Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:49.741Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:a8191a3a-d623-488a-b4aa-d1061f79712a
Model Version:NULL
Model InvariantUuid:442c129c-264d-4460-b6fe-e95c18f04fa8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:991e3325-a220-4f82-885f-3ae6f96bb07d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:601bec05-1bdc-40a5-a9a6-15ecc4f8f1bd
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:4b328131-94cc-422e-9ea4-e01fd018b66d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:648ab87a-6fe9-4bac-9bd6-e1d736a680a1
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:0c4ed1cc-caca-4c8c-8faa-7796f9227ca2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:d6b6faa0-4335-416e-941e-d58cb8bcb6c9
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:e7389bb6-5949-436e-a708-90887e9d7eb4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ccd9a487-a31f-4320-a7b9-c76709a41d08
ModelInvariantUuid:b5284bf7-d4d2-4be5-976a-c557e4b7b7a8
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:1aa16f4b-e1f6-400e-869d-98862f2b5d40
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:16d970af-96c6-4568-adbd-4f5ba8f8459e
ModelInvariantUuid:9426a8f4-1b3c-4ec2-845d-19d54b0d2a98
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:959769df-c867-46b6-bd0d-27ddd153124b
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-07-08T11:50:49.748Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: edcdada5-fb4d-4412-9e37-56d3b49e935f
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-07-08T11:50:49.752Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0
2022-07-08T11:50:49.752Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: edcdada5-fb4d-4412-9e37-56d3b49e935f
2022-07-08T11:50:49.752Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2d087a5d-75c6-4a6b-bb3b-4e17a55595ab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-08T11:50:49.752Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:50:49.752Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:49.807Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:50:49.807Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2d087a5d-75c6-4a6b-bb3b-4e17a55595ab 1565
2022-07-08T11:50:49.808Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:49.808Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:49.808Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:50:49.808Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:49.809Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:49.810Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281049807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:50:49.910Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:50:49.913Z||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-07-08T11:50:49.913Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:49.937Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:49.938Z||pool-100-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:50.810Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d6b6faa0-4335-416e-941e-d58cb8bcb6c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7389bb6-5949-436e-a708-90887e9d7eb4",
    "vfModuleModelCustomizationUUID": "94db295e-7a96-4f18-b497-0fef88681d2f",
    "isBase": true,
    "artifacts": [
      "3a03ab97-67ab-4842-bc92-34b5f8199d4d",
      "7fe10e09-b3ef-4be3-a11a-7bea5b06bb54"
    ],
    "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": "648ab87a-6fe9-4bac-9bd6-e1d736a680a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c4ed1cc-caca-4c8c-8faa-7796f9227ca2",
    "vfModuleModelCustomizationUUID": "f9e2b740-ddf4-49da-b00c-3a7bfa9938de",
    "isBase": false,
    "artifacts": [
      "ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5"
    ],
    "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-07-08T11:50:50.814Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7389bb6-5949-436e-a708-90887e9d7eb4
VfModuleModelInvariantUUID:d6b6faa0-4335-416e-941e-d58cb8bcb6c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a03ab97-67ab-4842-bc92-34b5f8199d4d
,
7fe10e09-b3ef-4be3-a11a-7bea5b06bb54

}
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:0c4ed1cc-caca-4c8c-8faa-7796f9227ca2
VfModuleModelInvariantUUID:648ab87a-6fe9-4bac-9bd6-e1d736a680a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5

}
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-07-08T11:50:50.817Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "d6b6faa0-4335-416e-941e-d58cb8bcb6c9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e7389bb6-5949-436e-a708-90887e9d7eb4",
    "vfModuleModelCustomizationUUID": "94db295e-7a96-4f18-b497-0fef88681d2f",
    "isBase": true,
    "artifacts": [
      "3a03ab97-67ab-4842-bc92-34b5f8199d4d",
      "7fe10e09-b3ef-4be3-a11a-7bea5b06bb54"
    ],
    "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": "648ab87a-6fe9-4bac-9bd6-e1d736a680a1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "0c4ed1cc-caca-4c8c-8faa-7796f9227ca2",
    "vfModuleModelCustomizationUUID": "f9e2b740-ddf4-49da-b00c-3a7bfa9938de",
    "isBase": false,
    "artifacts": [
      "ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5"
    ],
    "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-07-08T11:50:50.817Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e7389bb6-5949-436e-a708-90887e9d7eb4
VfModuleModelInvariantUUID:d6b6faa0-4335-416e-941e-d58cb8bcb6c9
VfModuleModelDescription:NULL
Artifacts UUID List:{
3a03ab97-67ab-4842-bc92-34b5f8199d4d
,
7fe10e09-b3ef-4be3-a11a-7bea5b06bb54

}
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:0c4ed1cc-caca-4c8c-8faa-7796f9227ca2
VfModuleModelInvariantUUID:648ab87a-6fe9-4bac-9bd6-e1d736a680a1
VfModuleModelDescription:NULL
Artifacts UUID List:{
ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5

}
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-07-08T11:50:50.817Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 3a03ab97-67ab-4842-bc92-34b5f8199d4d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-08T11:50:50.817Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:50:50.818Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:50.928Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:50:50.929Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 3a03ab97-67ab-4842-bc92-34b5f8199d4d 914
2022-07-08T11:50:50.929Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:50.929Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:50.929Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:50:50.930Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:50.932Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:50.932Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281050929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:50:51.032Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:51.033Z||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-07-08T11:50:51.033Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:51.048Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:51.048Z||pool-101-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:51.932Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9dda5716-9127-4b2c-b8a6-f5594fe77c83 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-08T11:50:51.933Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:50:51.933Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:52.025Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:50:52.025Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 9dda5716-9127-4b2c-b8a6-f5594fe77c83 12
2022-07-08T11:50:52.026Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:52.026Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:52.026Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:50:52.026Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:52.029Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:52.029Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281052025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:50:52.129Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:52.129Z||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-07-08T11:50:52.130Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:52.141Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:52.141Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:53.029Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7fe10e09-b3ef-4be3-a11a-7bea5b06bb54 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-08T11:50:53.030Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:50:53.031Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:53.137Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:50:53.138Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 7fe10e09-b3ef-4be3-a11a-7bea5b06bb54 96
2022-07-08T11:50:53.138Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:53.138Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:53.139Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:50:53.139Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:53.141Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:53.141Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281053138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:50:53.241Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:53.242Z||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-07-08T11:50:53.242Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:53.254Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:53.254Z||pool-103-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:54.141Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-08T11:50:54.142Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:50:54.142Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:54.190Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:50:54.191Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ad1a3ed9-a89b-4a04-b8d3-1f5845183bb5 20206
2022-07-08T11:50:54.192Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:54.192Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:54.192Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:50:54.192Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:54.194Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:54.194Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281054191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:50:54.294Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:54.295Z||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-07-08T11:50:54.295Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:54.308Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:54.308Z||pool-104-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:50:55.198Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: a8191a3a-d623-488a-b4aa-d1061f79712a
2022-07-08T11:50:55.198Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 edcdada5-fb4d-4412-9e37-56d3b49e935f 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-07-08T11:50:55.207Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@23712b1, org.onap.sdc.toscaparser.api.parameters.Input@40d9e67c, org.onap.sdc.toscaparser.api.parameters.Input@745b2700, org.onap.sdc.toscaparser.api.parameters.Input@46d2fe63, org.onap.sdc.toscaparser.api.parameters.Input@7c4ace92]
2022-07-08T11:50:55.208Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.208Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:55.209Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-08T11:50:55.209Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 4b328131-94cc-422e-9ea4-e01fd018b66d
2022-07-08T11:50:55.209Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4b328131-94cc-422e-9ea4-e01fd018b66d matches Tosca VF Customization UUID: 4b328131-94cc-422e-9ea4-e01fd018b66d
2022-07-08T11:50:55.209Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 4b328131-94cc-422e-9ea4-e01fd018b66d  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-07-08T11:50:55.211Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.211Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:55.212Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 4b328131-94cc-422e-9ea4-e01fd018b66d: {\"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-07-08T11:50:55.212Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@f11ab6a
2022-07-08T11:50:55.212Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.212Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:50:55.213Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f9e2b740-ddf4-49da-b00c-3a7bfa9938de
2022-07-08T11:50:55.213Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f9e2b740-ddf4-49da-b00c-3a7bfa9938de
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-07-08T11:50:55.215Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.215Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-08T11:50:55.215Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:50:55.216Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.216Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-08T11:50:55.216Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:50:55.216Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.216Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-08T11:50:55.217Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=4b328131-94cc-422e-9ea4-e01fd018b66d
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-07-08T11:50:55.218Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.218Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:55.219Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid a8191a3a-d623-488a-b4aa-d1061f79712a: basic_cnf_macro
2022-07-08T11:50:55.219Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.219Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:55.219Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.219Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:55.220Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.220Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:55.220Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.220Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:55.220Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:50:55.220Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:50:55.221Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:55.264Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro edcdada5-fb4d-4412-9e37-56d3b49e935f 2 ASDC deployResourceStructure
2022-07-08T11:50:55.264Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:55.264Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:55.264Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:50:55.265Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:55.266Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:55.266Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281055264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:50:55.366Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:55.367Z||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-07-08T11:50:55.367Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:55.378Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:55.378Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:56.267Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:56.267Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:56.268Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:50:56.268Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:56.270Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:56.270Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281056267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:50:56.370Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:56.371Z||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-07-08T11:50:56.371Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:56.381Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:56.381Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:57.271Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:57.272Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:57.272Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-08T11:50:57.272Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:57.275Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:57.275Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281057270,
  "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-07-08T11:50:57.375Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:50:57.376Z||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-07-08T11:50:57.376Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:57.416Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:57.416Z||pool-107-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:58.276Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:58.276Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:58.277Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:50:58.277Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:58.280Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:58.280Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281058276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:50:58.379Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:50:58.379Z||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-07-08T11:50:58.380Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:58.422Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:58.422Z||pool-108-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:50:59.280Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:59.281Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:50:59.281Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-08T11:50:59.281Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:50:59.282Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:50:59.282Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281059280,
  "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-07-08T11:50:59.383Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:50:59.383Z||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-07-08T11:50:59.383Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:50:59.399Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:50:59.400Z||pool-109-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:51:00.284Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-07-08T11:51:00.284Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-08T11:51:00.284Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:51:00.284Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:51:00.318Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:51:00.318Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281060284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:00.386Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 68 ms
2022-07-08T11:51:00.387Z||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-07-08T11:51:00.387Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:51:00.398Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:51:00.399Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:51:01.319Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89c5a092-d504-40c5-9889-600759d83748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:51:01.327Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89c5a092-d504-40c5-9889-600759d83748
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-07-08T11:51:01.329Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:51:01.329Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:51:01.329Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:51:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:51:26.964Z||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-07-08T11:51:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:51:27.112Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:51:27.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281030284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281026960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281031314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281028451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.152Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281046531,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281047332,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.153Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281047334,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281046130,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.154Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281047596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281047171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.155Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281048678,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.156Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.157Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.157Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "policy-id",
  "timestamp": 1657281048180,
  "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-07-08T11:51:27.162Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89c5a092-d504-40c5-9889-600759d83748
2022-07-08T11:51:27.162Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89c5a092-d504-40c5-9889-600759d83748 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-07-08T11:51:27.170Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.170Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "cds",
  "timestamp": 1657281049716,
  "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-07-08T11:51:27.174Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89c5a092-d504-40c5-9889-600759d83748
2022-07-08T11:51:27.174Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89c5a092-d504-40c5-9889-600759d83748 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-07-08T11:51:27.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281049807,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.182Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281049755,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281050929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.184Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281050839,
  "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-07-08T11:51:27.189Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89c5a092-d504-40c5-9889-600759d83748
2022-07-08T11:51:27.189Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89c5a092-d504-40c5-9889-600759d83748 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-07-08T11:51:27.195Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.195Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.195Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281052025,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.196Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281051842,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281041719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281042359,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.197Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281053138,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.198Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281042698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.198Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.198Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.198Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281053152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281054191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.199Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.199Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.199Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.199Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281055264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281056267,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:51:27.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281057270,
  "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-07-08T11:51:27.201Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281046796,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:51:27.201Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:51:27.201Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.201Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281058276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281057707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281059280,
  "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-07-08T11:51:27.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281060284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.202Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281060068,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:27.203Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281060555,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:27.203Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.203Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.203Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281061071,
  "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-07-08T11:51:27.207Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89c5a092-d504-40c5-9889-600759d83748
2022-07-08T11:51:27.208Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89c5a092-d504-40c5-9889-600759d83748 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-07-08T11:51:27.216Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.216Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "aai-ml",
  "timestamp": 1657281061560,
  "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-07-08T11:51:27.220Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89c5a092-d504-40c5-9889-600759d83748
2022-07-08T11:51:27.220Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89c5a092-d504-40c5-9889-600759d83748 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-07-08T11:51:27.227Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.227Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281066672,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:51:27.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281072670,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:51:27.228Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:51:27.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:51:27.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "clamp",
  "timestamp": 1657281073693,
  "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-07-08T11:51:27.232Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 89c5a092-d504-40c5-9889-600759d83748
2022-07-08T11:51:27.232Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89c5a092-d504-40c5-9889-600759d83748 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-07-08T11:51:31.329Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89c5a092-d504-40c5-9889-600759d83748
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:51:31.341Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89c5a092-d504-40c5-9889-600759d83748
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-07-08T11:51:31.343Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:51:31.344Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:51:31.344Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:51:31.344Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:51:31.344Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:51:31.344Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:51:31.344Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:51:31.344Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:51:31.344Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:51:31.344Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:51:31.345Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:51:31.349Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:52:01.349Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89c5a092-d504-40c5-9889-600759d83748 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-07-08T11:52:01.354Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89c5a092-d504-40c5-9889-600759d83748 and serviceModelVersionId: a8191a3a-d623-488a-b4aa-d1061f79712a
2022-07-08T11:52:01.354Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 442c129c-264d-4460-b6fe-e95c18f04fa8
2022-07-08T11:52:01.355Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/442c129c-264d-4460-b6fe-e95c18f04fa8/model-vers/model-ver/a8191a3a-d623-488a-b4aa-d1061f79712a?depth=0
2022-07-08T11:52:01.359Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:52:01.398Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/442c129c-264d-4460-b6fe-e95c18f04fa8/model-vers/model-ver/a8191a3a-d623-488a-b4aa-d1061f79712a?depth=0|INFO|500||Invoke
2022-07-08T11:52:01.399Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/442c129c-264d-4460-b6fe-e95c18f04fa8/model-vers/model-ver/a8191a3a-d623-488a-b4aa-d1061f79712a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/442c129c-264d-4460-b6fe-e95c18f04fa8/model-vers/model-ver/a8191a3a-d623-488a-b4aa-d1061f79712a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[89c5a092-d504-40c5-9889-600759d83748], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ee907cb3-1d46-4c3b-a8fb-5d0776dac859], X-ECOMP-RequestID=[89c5a092-d504-40c5-9889-600759d83748], X-TransactionId=[], X-ONAP-RequestID=[89c5a092-d504-40c5-9889-600759d83748], Content-Type=[application/merge-patch+json]}
2022-07-08T11:52:01.418Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/442c129c-264d-4460-b6fe-e95c18f04fa8/model-vers/model-ver/a8191a3a-d623-488a-b4aa-d1061f79712a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-08T11:52:01.599Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/442c129c-264d-4460-b6fe-e95c18f04fa8/model-vers/model-ver/a8191a3a-d623-488a-b4aa-d1061f79712a?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/442c129c-264d-4460-b6fe-e95c18f04fa8/model-vers/model-ver/a8191a3a-d623-488a-b4aa-d1061f79712a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220708-11:52:00:612-30541], vertex-id=[229536], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:52:00 GMT], Content-Type=[application/json]}
2022-07-08T11:52:01.599Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/442c129c-264d-4460-b6fe-e95c18f04fa8/model-vers/model-ver/a8191a3a-d623-488a-b4aa-d1061f79712a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:52:01.600Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/442c129c-264d-4460-b6fe-e95c18f04fa8/model-vers/model-ver/a8191a3a-d623-488a-b4aa-d1061f79712a?depth=0|INFO|500||InvokeReturn
2022-07-08T11:52:01.600Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:52:01.600Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||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-07-08T11:52:01.604Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T11:52:01.605Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89c5a092-d504-40c5-9889-600759d83748 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:52:01.605Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:52:01.605Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:01.606Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:01.606Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281121605,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:52:01.707Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-08T11:52:01.707Z||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-07-08T11:52:01.708Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:01.722Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:01.722Z||pool-111-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-08T11:52:02.615Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:52:02.615Z|89c5a092-d504-40c5-9889-600759d83748|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-07-08T11:52:02.616Z|89c5a092-d504-40c5-9889-600759d83748|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:52:03.414Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:03.415Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-08T11:52:03.415Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"97a67518-e13a-46e8-abae-0d1ff89bd580","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"79bc37c1-419b-45c7-98d5-f49133930b00","serviceDescription":"service","serviceInvariantUUID":"8720d761-516c-4b65-9319-5afa1fa3ec28","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c40b04a1-8117-4c65-b56c-39ec5fb4cd51","resourceInvariantUUID":"3a4b904d-417b-4ba7-acf0-b0b930271233","resourceCustomizationUUID":"5c4aeab9-1037-42ca-92a0-7228d98b0a5d","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":"YTc1NTZlZGIzZmQwOGQyYTQ4N2Y1N2E1MDk3ZTBlYTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3a80918d-0ecc-42d8-b4c0-2510ea556b4a","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":"5ccff3bb-2f8e-412b-8aa9-8dec1e40cac5","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":"7a774239-e239-4ab9-8bb2-18ecc92736a0","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":"MDZhMWU1NzY2YTYzZjhmYjBhYmFlMWJiMTAzMzlmMTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a0d37d08-0e09-41c5-b2be-3aaa20736895","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":"27230066-500c-452e-876a-24058e8e7a78","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":"61a26a27-c51f-4288-9461-dd1fcc812aca","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":"0554d35a-35eb-4ad3-8f1f-9c643457fb7d","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":"YWI0MDA1NjI5YjJjNDk1ODIxYmQ1YTRlNDVhM2Y3OTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0bbc9168-2b0d-483a-a8b1-1b0fa8623a12","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTI1MjE3ZDU5M2ZhYTBjMjk3YzI5MTQwYTQzODIxZjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04c76e68-eeb8-4cd7-98f2-831da75e72d5","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:52:03.417Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:52:03.417Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:03.419Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:03.419Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:52:03.519Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:03.520Z||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-07-08T11:52:03.520Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:03.530Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:03.531Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:04.420Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:52:04.420Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:04.422Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:04.422Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:52:04.522Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:04.522Z||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-07-08T11:52:04.523Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:04.534Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:04.534Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:05.422Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:52:05.422Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:05.424Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:05.424Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:52:05.524Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:05.525Z||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-07-08T11:52:05.525Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:05.536Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:05.536Z||pool-114-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:06.424Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:52:06.425Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:06.426Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:06.426Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:52:06.527Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:52:06.527Z||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-07-08T11:52:06.527Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:06.541Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:06.541Z||pool-115-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:07.427Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:52:07.427Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:07.429Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:07.429Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:52:07.529Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:07.530Z||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-07-08T11:52:07.530Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:07.550Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:07.551Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:08.429Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:52:08.430Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:08.431Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:08.431Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:52:08.531Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:08.533Z||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-07-08T11:52:08.533Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:08.544Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:08.544Z||pool-117-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:52:09.432Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:52:09.432Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:09.435Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:09.435Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:52:09.535Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:09.536Z||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-07-08T11:52:09.536Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:09.546Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:09.547Z||pool-118-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:10.435Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:52:10.436Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:10.437Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:10.437Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:52:10.537Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:10.538Z||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-07-08T11:52:10.539Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:10.556Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:10.556Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:11.438Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:52:11.438Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:11.441Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:11.441Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:52:11.541Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:11.542Z||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-07-08T11:52:11.542Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:11.553Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:11.554Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:12.442Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "79bc37c1-419b-45c7-98d5-f49133930b00",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8720d761-516c-4b65-9319-5afa1fa3ec28",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "5c4aeab9-1037-42ca-92a0-7228d98b0a5d",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c40b04a1-8117-4c65-b56c-39ec5fb4cd51",
      "resourceInvariantUUID": "3a4b904d-417b-4ba7-acf0-b0b930271233",
      "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": "MTI1MjE3ZDU5M2ZhYTBjMjk3YzI5MTQwYTQzODIxZjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "04c76e68-eeb8-4cd7-98f2-831da75e72d5"
    }
  ],
  "workloadContext": "Production"
}
2022-07-08T11:52:12.442Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:52:12.442Z|89c5a092-d504-40c5-9889-600759d83748|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 79bc37c1-419b-45c7-98d5-f49133930b00 ASDC
2022-07-08T11:52:12.442Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:97a67518-e13a-46e8-abae-0d1ff89bd580
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:79bc37c1-419b-45c7-98d5-f49133930b00
ServiceInvariantUUID:8720d761-516c-4b65-9319-5afa1fa3ec28
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:04c76e68-eeb8-4cd7-98f2-831da75e72d5
ArtifactChecksum:MTI1MjE3ZDU5M2ZhYTBjMjk3YzI5MTQwYTQzODIxZjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:5c4aeab9-1037-42ca-92a0-7228d98b0a5d
ResourceInvariantUUID:3a4b904d-417b-4ba7-acf0-b0b930271233
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c40b04a1-8117-4c65-b56c-39ec5fb4cd51
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-08T11:52:12.443Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 79bc37c1-419b-45c7-98d5-f49133930b00 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-07-08T11:52:12.470Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:52:12.471Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:52:12.471Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:52:12.471Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 04c76e68-eeb8-4cd7-98f2-831da75e72d5 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-08T11:52:12.471Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:52:12.472Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-08T11:52:12.534Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:52:12.539Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 04c76e68-eeb8-4cd7-98f2-831da75e72d5 105666
2022-07-08T11:52:12.539Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-08T11:52:12.539Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-08T11:52:12.539Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:52:12.539Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:12.541Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:12.541Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281132539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:52:12.642Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:12.643Z||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-07-08T11:52:12.643Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:12.656Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:12.656Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:13.542Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:52:13.542Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:52:13.543Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 04c76e68-eeb8-4cd7-98f2-831da75e72d5, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:13.543Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-08T11:52:13.544Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:13.544Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:13.708Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3101003374959725386/Definitions/service-TestPnfMacro-template.yml
2022-07-08T11:52:14.428Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:52:14.428Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:52:14.428Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:14.428Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-08T11:52:14.428Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:14.428Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:14.428Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:52:14.429Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:52:14.430Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:52:14.430Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:52:14.430Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-08T11:52:14.430Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:52:14.430Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:52:14.430Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:52:14.430Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:52:14.430Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:52:14.431Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:52:14.431Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:52:14.431Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:52:14.431Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:52:14.431Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:52:14.431Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:52:14.431Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:52:14.431Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:79bc37c1-419b-45c7-98d5-f49133930b00
Model Version:NULL
Model InvariantUuid:8720d761-516c-4b65-9319-5afa1fa3ec28
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-07-08T11:52:14.438Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: c40b04a1-8117-4c65-b56c-39ec5fb4cd51
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-07-08T11:52:14.440Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||test-pnf 0
2022-07-08T11:52:14.440Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c40b04a1-8117-4c65-b56c-39ec5fb4cd51
2022-07-08T11:52:14.440Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 79bc37c1-419b-45c7-98d5-f49133930b00
2022-07-08T11:52:14.440Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 79bc37c1-419b-45c7-98d5-f49133930b00
2022-07-08T11:52:14.440Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c40b04a1-8117-4c65-b56c-39ec5fb4cd51 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-07-08T11:52:14.443Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1f89e973, org.onap.sdc.toscaparser.api.parameters.Input@abb7a73, org.onap.sdc.toscaparser.api.parameters.Input@3a93b1d4, org.onap.sdc.toscaparser.api.parameters.Input@317a975b, org.onap.sdc.toscaparser.api.parameters.Input@61e83276]
2022-07-08T11:52:14.444Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:52:14.444Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:52:14.444Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 79bc37c1-419b-45c7-98d5-f49133930b00: test-pnf
2022-07-08T11:52:14.444Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||Processing PNF resource: c40b04a1-8117-4c65-b56c-39ec5fb4cd51
2022-07-08T11:52:14.444Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:52:14.444Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:52:14.445Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||Resource customization UUID: 5c4aeab9-1037-42ca-92a0-7228d98b0a5d is the same as notified resource customizationUUID: 5c4aeab9-1037-42ca-92a0-7228d98b0a5d
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-07-08T11:52:14.473Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c40b04a1-8117-4c65-b56c-39ec5fb4cd51 0 ASDC deployResourceStructure
2022-07-08T11:52:14.473Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-07-08T11:52:14.474Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-08T11:52:14.474Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:52:14.474Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:52:14.475Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:52:14.475Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281134473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:52:14.576Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:52:14.576Z||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-07-08T11:52:14.576Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:52:14.591Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:14.592Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:52:15.480Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:52:15.490Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
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-07-08T11:52:15.493Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:52:15.493Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:52:15.493Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:52:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:52:26.964Z||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-07-08T11:52:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:52:27.018Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:52:27.018Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:52:27.018Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281076796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:52:27.019Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:52:45.494Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:52:45.503Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
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-07-08T11:52:45.505Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:52:45.505Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:52:45.505Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:53:15.505Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:53:15.515Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
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-07-08T11:53:15.516Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:53:15.516Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:53:15.517Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:53:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:53:26.964Z||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-07-08T11:53:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:53:27.019Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:53:27.020Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:53:27.020Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281082698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:53:27.020Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:53:45.517Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:53:45.526Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
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-07-08T11:53:45.528Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:53:45.528Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:53:45.528Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:54:15.528Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:54:15.543Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
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-07-08T11:54:15.544Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:54:15.544Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-08T11:54:15.544Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-08T11:54:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:54:26.965Z||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-07-08T11:54:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:54:27.022Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:54:27.045Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.046Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281076796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.046Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281082698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281076796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.047Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.047Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.047Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281082698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281076796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281082698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.048Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.048Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.048Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281088451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281076796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281082698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.049Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.049Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.049Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281090284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281088451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.050Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281076796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.050Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.050Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281082698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.051Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.051Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281090284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.051Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281088451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281076796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.052Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.052Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.052Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281082698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.053Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.053Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281090284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.053Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281088451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.054Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281076796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.054Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.054Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281082698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.055Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.055Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.055Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281090284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281088451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.056Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.056Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281076796,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.056Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281082698,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.057Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.057Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.057Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281090284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281088451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.058Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.058Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.058Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281095326,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281095330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.059Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.059Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.059Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281090284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281088451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.060Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.060Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.060Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281096354,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.061Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.061Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.061Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281090284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281088451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.062Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.062Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.062Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281097186,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.062Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.063Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.063Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.063Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281097357,
  "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-07-08T11:54:27.072Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 97a67518-e13a-46e8-abae-0d1ff89bd580
2022-07-08T11:54:27.072Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97a67518-e13a-46e8-abae-0d1ff89bd580 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-07-08T11:54:27.080Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.080Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281090284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281088451,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.081Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.081Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.081Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281098190,
  "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-07-08T11:54:27.085Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 97a67518-e13a-46e8-abae-0d1ff89bd580
2022-07-08T11:54:27.085Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97a67518-e13a-46e8-abae-0d1ff89bd580 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-07-08T11:54:27.091Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281090284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281098516,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.092Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281099553,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281101114,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.093Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.093Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.093Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "policy-id",
  "timestamp": 1657281100576,
  "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-07-08T11:54:27.097Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 97a67518-e13a-46e8-abae-0d1ff89bd580
2022-07-08T11:54:27.097Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97a67518-e13a-46e8-abae-0d1ff89bd580 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-07-08T11:54:27.108Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.108Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "cds",
  "timestamp": 1657281102356,
  "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-07-08T11:54:27.113Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 97a67518-e13a-46e8-abae-0d1ff89bd580
2022-07-08T11:54:27.113Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97a67518-e13a-46e8-abae-0d1ff89bd580 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-07-08T11:54:27.122Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.122Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.122Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.123Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.123Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.123Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.124Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.124Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.124Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281102698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.125Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.125Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.125Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.126Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.126Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.126Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.127Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.127Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.127Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281102698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.128Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.128Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.128Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.129Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.129Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.129Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.130Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.130Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.130Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281102698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.131Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.131Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.131Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.132Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.132Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.132Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281102698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.133Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.133Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.133Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281106796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.134Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.134Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.134Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.135Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.135Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.135Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281102698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.136Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.136Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.136Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281106796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.137Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.138Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.138Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.138Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281102698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.139Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281106796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281091314,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.140Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.141Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.142Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281108454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.142Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.142Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281102698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.143Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.143Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.143Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281106796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.144Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.144Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.144Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.145Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.145Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.145Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281111538,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.146Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.146Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657281102698,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.146Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.146Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281108454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.147Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.147Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281110284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.147Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.148Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281106796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.148Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.148Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.149Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.149Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.149Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281108454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.150Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.150Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.150Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281110284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.151Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.151Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.151Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "cds",
  "timestamp": 1657281112786,
  "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-07-08T11:54:27.164Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fa980a7e-05f7-4149-92e6-529b28d9c774
2022-07-08T11:54:27.165Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa980a7e-05f7-4149-92e6-529b28d9c774 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-07-08T11:54:27.173Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.173Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281106796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.173Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281112778,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.174Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.174Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.174Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281110284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.175Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.175Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281108454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.175Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281106796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.176Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.176Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.176Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281110284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.177Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281108454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.177Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.177Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281106796,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.178Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.178Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.178Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281110284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.179Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281108454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.179Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.179Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281115513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.180Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.180Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.180Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281110284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.181Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281108454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.181Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.181Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281110284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.182Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.182Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.182Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281108454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.183Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.183Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281117330,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.183Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.183Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281117729,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.184Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.184Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.184Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281110284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.185Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.185Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281117641,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.185Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.185Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.186Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "aai-ml",
  "timestamp": 1657281118333,
  "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-07-08T11:54:27.192Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 97a67518-e13a-46e8-abae-0d1ff89bd580
2022-07-08T11:54:27.192Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97a67518-e13a-46e8-abae-0d1ff89bd580 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-07-08T11:54:27.200Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.200Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657281118732,
  "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-07-08T11:54:27.205Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fa980a7e-05f7-4149-92e6-529b28d9c774
2022-07-08T11:54:27.205Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa980a7e-05f7-4149-92e6-529b28d9c774 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-07-08T11:54:27.213Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281119024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.214Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.214Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281118676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.214Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.215Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281120105,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.215Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.215Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.215Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "policy-id",
  "timestamp": 1657281119710,
  "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-07-08T11:54:27.220Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa980a7e-05f7-4149-92e6-529b28d9c774
2022-07-08T11:54:27.220Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa980a7e-05f7-4149-92e6-529b28d9c774 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-07-08T11:54:27.228Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.228Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.229Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89c5a092-d504-40c5-9889-600759d83748",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281121605,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:54:27.229Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.229Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.229Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281120653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.230Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.230Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281121188,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.230Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.231Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.231Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.231Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281122211,
  "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-07-08T11:54:27.237Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fa980a7e-05f7-4149-92e6-529b28d9c774
2022-07-08T11:54:27.237Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa980a7e-05f7-4149-92e6-529b28d9c774 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-07-08T11:54:27.243Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.243Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.243Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.244Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281122720,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.244Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.244Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.244Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657281123218,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.245Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.245Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.245Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.245Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "clamp",
  "timestamp": 1657281123739,
  "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-07-08T11:54:27.250Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 97a67518-e13a-46e8-abae-0d1ff89bd580
2022-07-08T11:54:27.250Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 97a67518-e13a-46e8-abae-0d1ff89bd580 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-07-08T11:54:27.257Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.257Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.258Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.258Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.258Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.259Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.259Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.259Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.260Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.260Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.260Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.261Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.261Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.261Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.262Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281102359,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.262Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.262Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.263Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.263Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.263Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281127420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.264Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.264Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.264Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.264Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.265Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.265Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.265Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.266Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.266Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.266Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.267Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.267Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.267Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.268Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.268Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.268Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:54:27.269Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.269Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.269Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281132539,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:54:27.269Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.270Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281101722,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:54:27.270Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:54:27.270Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281134473,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.271Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.271Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.271Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281134028,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:54:27.272Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:54:27.272Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:54:27.272Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "aai-ml",
  "timestamp": 1657281135034,
  "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-07-08T11:54:27.279Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fa980a7e-05f7-4149-92e6-529b28d9c774
2022-07-08T11:54:27.279Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa980a7e-05f7-4149-92e6-529b28d9c774 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-07-08T11:54:45.545Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:54:45.566Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580
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-07-08T11:54:45.568Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:54:45.568Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:54:45.568Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:54:45.568Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:54:45.569Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:54:45.569Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:54:45.569Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:54:45.569Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:54:45.569Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:54:45.569Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:54:45.569Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:54:45.569Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:54:45.574Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:55:15.575Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 97a67518-e13a-46e8-abae-0d1ff89bd580 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-07-08T11:55:15.588Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 97a67518-e13a-46e8-abae-0d1ff89bd580 and serviceModelVersionId: 79bc37c1-419b-45c7-98d5-f49133930b00
2022-07-08T11:55:15.588Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8720d761-516c-4b65-9319-5afa1fa3ec28
2022-07-08T11:55:15.590Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8720d761-516c-4b65-9319-5afa1fa3ec28/model-vers/model-ver/79bc37c1-419b-45c7-98d5-f49133930b00?depth=0
2022-07-08T11:55:15.597Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:55:15.654Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8720d761-516c-4b65-9319-5afa1fa3ec28/model-vers/model-ver/79bc37c1-419b-45c7-98d5-f49133930b00?depth=0|INFO|500||Invoke
2022-07-08T11:55:15.654Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8720d761-516c-4b65-9319-5afa1fa3ec28/model-vers/model-ver/79bc37c1-419b-45c7-98d5-f49133930b00?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8720d761-516c-4b65-9319-5afa1fa3ec28/model-vers/model-ver/79bc37c1-419b-45c7-98d5-f49133930b00?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[97a67518-e13a-46e8-abae-0d1ff89bd580], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ade203f5-c3c9-4ccb-bfe8-718873cb8c41], X-ECOMP-RequestID=[97a67518-e13a-46e8-abae-0d1ff89bd580], X-TransactionId=[], X-ONAP-RequestID=[97a67518-e13a-46e8-abae-0d1ff89bd580], Content-Type=[application/merge-patch+json]}
2022-07-08T11:55:15.679Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8720d761-516c-4b65-9319-5afa1fa3ec28/model-vers/model-ver/79bc37c1-419b-45c7-98d5-f49133930b00?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-08T11:55:15.749Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8720d761-516c-4b65-9319-5afa1fa3ec28/model-vers/model-ver/79bc37c1-419b-45c7-98d5-f49133930b00?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/8720d761-516c-4b65-9319-5afa1fa3ec28/model-vers/model-ver/79bc37c1-419b-45c7-98d5-f49133930b00?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220708-11:55:14:869-84606], vertex-id=[233632], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:55:14 GMT], Content-Type=[application/json]}
2022-07-08T11:55:15.749Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8720d761-516c-4b65-9319-5afa1fa3ec28/model-vers/model-ver/79bc37c1-419b-45c7-98d5-f49133930b00?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:55:15.750Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8720d761-516c-4b65-9319-5afa1fa3ec28/model-vers/model-ver/79bc37c1-419b-45c7-98d5-f49133930b00?depth=0|INFO|500||InvokeReturn
2022-07-08T11:55:15.753Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:55:15.753Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||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-07-08T11:55:15.759Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T11:55:15.759Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 97a67518-e13a-46e8-abae-0d1ff89bd580 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:55:15.759Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:55:15.760Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:15.762Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:15.763Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281315759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:55:15.863Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:15.864Z||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-07-08T11:55:15.864Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:15.880Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:15.881Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 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-07-08T11:55:16.782Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-08T11:55:16.782Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fa980a7e-05f7-4149-92e6-529b28d9c774","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ff45c9ff-7266-4b93-92bb-adb772a031e0","serviceDescription":"service","serviceInvariantUUID":"cca01e78-3489-4a65-845e-de24a3eb18b7","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"101290ec-b033-4f86-ab0e-dfe0ff3daaba","resourceInvariantUUID":"b8db848f-3add-4b9e-88af-e6df41a6c528","resourceCustomizationUUID":"1aecec27-e708-4f66-ad44-bda6611982d8","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":"ZmIxMTMyY2I4YmY0MmE1ZWJhMTUyMGQyMTc1Y2Q4ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"801a633d-7ba1-4659-bc77-04fd4232a039","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":"M2U1ZDBhNWQ0ODZhOTkxOTU1OTgxOWJiN2NlZjNhNzk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e05f2167-bbee-4171-8ce9-e408a23adbc0","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":"6f5f7147-268b-4026-b24c-1c7039b69abf","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":"7f4dac5d-694a-441e-aa13-0b593fab575d","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":"1bde37e8-f805-4186-8180-14ee97c44529","artifactVersion":"2","generatedFromUUID":"6f5f7147-268b-4026-b24c-1c7039b69abf"},{"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":"ZmJmMjRjZGJkNjFmZDU0MWE3ZTYzMzZjOTM2MzA5ZDQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"95f1e67a-8aa6-425e-ad16-f618571249b1","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":"NTcxM2MyMDEyZDlkZmU5Zjg1YTFmZmQ0NDRlOWUxZGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d402307-a978-4436-a8ca-243c19e72d13","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDgyZDNiMzZhMDU3MDJiOWY3YTk2ZTBiMjI4NmMyODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5d011660-4be4-4b99-aeb9-c4a0609b0f04","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-08T11:55:16.783Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:55:16.783Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:16.785Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:16.785Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:55:16.885Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:16.887Z||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-07-08T11:55:16.887Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:16.902Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:16.902Z||pool-124-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:55:17.786Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:55:17.786Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:17.788Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:17.788Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:55:17.889Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:17.889Z||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-07-08T11:55:17.889Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:17.899Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:17.899Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:18.789Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:55:18.789Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:18.791Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:18.791Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:55:18.891Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:55:18.892Z||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-07-08T11:55:18.892Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:18.904Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:18.905Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:55:19.792Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:55:19.792Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:19.794Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:19.794Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:55:19.895Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:55:19.895Z||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-07-08T11:55:19.895Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:19.910Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:19.910Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:20.795Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:55:20.796Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:20.797Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:20.798Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-08T11:55:20.898Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:20.898Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-08T11:55:20.899Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:20.910Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:20.910Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:21.798Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:55:21.799Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:21.800Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:21.800Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:55:21.901Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:21.902Z||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-07-08T11:55:21.902Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:21.913Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:21.914Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:22.801Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:55:22.802Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:22.803Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:22.804Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:55:22.905Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-08T11:55:22.906Z||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-07-08T11:55:22.906Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:22.917Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:22.917Z||pool-130-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:23.804Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-08T11:55:23.805Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:23.807Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:23.807Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:55:23.907Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:23.908Z||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-07-08T11:55:23.908Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:23.924Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:23.925Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":3,"count":1}
2022-07-08T11:55:24.808Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ff45c9ff-7266-4b93-92bb-adb772a031e0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "cca01e78-3489-4a65-845e-de24a3eb18b7",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "1aecec27-e708-4f66-ad44-bda6611982d8",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "101290ec-b033-4f86-ab0e-dfe0ff3daaba",
      "resourceInvariantUUID": "b8db848f-3add-4b9e-88af-e6df41a6c528",
      "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": "M2U1ZDBhNWQ0ODZhOTkxOTU1OTgxOWJiN2NlZjNhNzk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e05f2167-bbee-4171-8ce9-e408a23adbc0",
          "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": "6f5f7147-268b-4026-b24c-1c7039b69abf",
          "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": "1bde37e8-f805-4186-8180-14ee97c44529",
            "generatedFromUUID": "6f5f7147-268b-4026-b24c-1c7039b69abf"
          },
          "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": "1bde37e8-f805-4186-8180-14ee97c44529",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDgyZDNiMzZhMDU3MDJiOWY3YTk2ZTBiMjI4NmMyODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5d011660-4be4-4b99-aeb9-c4a0609b0f04"
    }
  ],
  "workloadContext": "Production"
}
2022-07-08T11:55:24.808Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-08T11:55:24.808Z|97a67518-e13a-46e8-abae-0d1ff89bd580|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ff45c9ff-7266-4b93-92bb-adb772a031e0 ASDC
2022-07-08T11:55:24.809Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:fa980a7e-05f7-4149-92e6-529b28d9c774
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ff45c9ff-7266-4b93-92bb-adb772a031e0
ServiceInvariantUUID:cca01e78-3489-4a65-845e-de24a3eb18b7
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:5d011660-4be4-4b99-aeb9-c4a0609b0f04
ArtifactChecksum:NDgyZDNiMzZhMDU3MDJiOWY3YTk2ZTBiMjI4NmMyODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:1aecec27-e708-4f66-ad44-bda6611982d8
ResourceInvariantUUID:b8db848f-3add-4b9e-88af-e6df41a6c528
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:101290ec-b033-4f86-ab0e-dfe0ff3daaba
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:e05f2167-bbee-4171-8ce9-e408a23adbc0
ArtifactChecksum:M2U1ZDBhNWQ0ODZhOTkxOTU1OTgxOWJiN2NlZjNhNzk=
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:6f5f7147-268b-4026-b24c-1c7039b69abf
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:1bde37e8-f805-4186-8180-14ee97c44529
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:1bde37e8-f805-4186-8180-14ee97c44529
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-08T11:55:24.809Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ff45c9ff-7266-4b93-92bb-adb772a031e0 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-07-08T11:55:24.840Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:55:24.841Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:55:24.841Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:55:24.841Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5d011660-4be4-4b99-aeb9-c4a0609b0f04 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-08T11:55:24.841Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:55:24.842Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-08T11:55:25.173Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:55:25.178Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 5d011660-4be4-4b99-aeb9-c4a0609b0f04 78812
2022-07-08T11:55:25.178Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-08T11:55:25.178Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-08T11:55:25.178Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:55:25.178Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:25.180Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:25.181Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281325178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:55:25.281Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:25.281Z||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-07-08T11:55:25.282Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:25.294Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:25.295Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:55:26.181Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-08T11:55:26.182Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-08T11:55:26.182Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 5d011660-4be4-4b99-aeb9-c4a0609b0f04, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:26.182Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-08T11:55:26.183Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:26.183Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:26.339Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP917411679481156930/Definitions/service-BasicVmMacro-template.yml
2022-07-08T11:55:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:55:26.965Z||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-07-08T11:55:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:55:27.029Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:27.029Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:55:27.029Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281145660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:55:27.030Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:55:27.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:55:27.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281149692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:55:27.031Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:55:27.031Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-08T11:55:27.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "clamp",
  "timestamp": 1657281150704,
  "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-07-08T11:55:27.287Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fa980a7e-05f7-4149-92e6-529b28d9c774
2022-07-08T11:55:27.288Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId fa980a7e-05f7-4149-92e6-529b28d9c774 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 (?, ?, ?, ?, ?)
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-07-08T11:55:27.535Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-08T11:55:27.535Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:55:27.535Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:27.535Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-08T11:55:27.536Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:27.536Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_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-07-08T11:55:27.536Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:27.536Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:27.536Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:27.536Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:27.536Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:27.536Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:27.537Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-08T11:55:27.537Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-08T11:55:27.537Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.537Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:27.537Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-08T11:55:27.537Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:55:27.538Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:55:27.538Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.538Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:27.538Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-08T11:55:27.538Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-08T11:55:27.538Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-08T11:55:27.538Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.538Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:27.539Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.539Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-08T11:55:27.539Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-08T11:55:27.539Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-08T11:55:27.539Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-08T11:55:27.539Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-08T11:55:27.539Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-08T11:55:27.540Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.540Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:55:27.540Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.540Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-08T11:55:27.540Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:55:27.540Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.540Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-08T11:55:27.540Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:55:27.541Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.541Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-08T11:55:27.541Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:55:27.541Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.541Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-08T11:55:27.541Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-08T11:55:27.541Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-08T11:55:27.541Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c587a2f-1fde-46fe-b661-03f62b27ed72
2022-07-08T11:55:27.542Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.542Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:27.542Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.542Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:27.542Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.542Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:27.542Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:27.542Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:27.542Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ff45c9ff-7266-4b93-92bb-adb772a031e0
Model Version:NULL
Model InvariantUuid:cca01e78-3489-4a65-845e-de24a3eb18b7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:67e55a3c-22db-4a59-bfc2-d3076006f7a9
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b8db848f-3add-4b9e-88af-e6df41a6c528
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:1aecec27-e708-4f66-ad44-bda6611982d8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:18eae4c7-f520-4f81-a8f0-18f3cc5f3684
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:60870da7-c3aa-4dad-b09a-e43a14c23ca3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6c587a2f-1fde-46fe-b661-03f62b27ed72
ModelInvariantUuid:4fea1914-c2be-4c20-9469-226e2fd249a9
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:37370607-99e0-4cf2-8330-95cb5ddc172c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:1e283e42-500e-426c-8ecb-550bc0d8b441
ModelInvariantUuid:ac83436f-be86-4c0c-963c-c1a5f6f16937
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:85450a89-5a62-4fdb-ba0a-98ebdb005006
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-07-08T11:55:27.548Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 101290ec-b033-4f86-ab0e-dfe0ff3daaba
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-07-08T11:55:27.551Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||basic_vm_macro 0
2022-07-08T11:55:27.551Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 101290ec-b033-4f86-ab0e-dfe0ff3daaba
2022-07-08T11:55:27.551Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e05f2167-bbee-4171-8ce9-e408a23adbc0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-08T11:55:27.551Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:55:27.551Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-08T11:55:27.597Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:55:27.597Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e05f2167-bbee-4171-8ce9-e408a23adbc0 792
2022-07-08T11:55:27.598Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-08T11:55:27.598Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-08T11:55:27.598Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:55:27.598Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:27.600Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:27.600Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281327598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:55:27.700Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:27.700Z||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-07-08T11:55:27.701Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:27.713Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:27.713Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:28.600Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "18eae4c7-f520-4f81-a8f0-18f3cc5f3684",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "60870da7-c3aa-4dad-b09a-e43a14c23ca3",
    "vfModuleModelCustomizationUUID": "64fb9dae-6037-4589-9ca6-8283a082ed7d",
    "isBase": true,
    "artifacts": [
      "6f5f7147-268b-4026-b24c-1c7039b69abf",
      "1bde37e8-f805-4186-8180-14ee97c44529"
    ],
    "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-07-08T11:55:28.604Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:60870da7-c3aa-4dad-b09a-e43a14c23ca3
VfModuleModelInvariantUUID:18eae4c7-f520-4f81-a8f0-18f3cc5f3684
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f5f7147-268b-4026-b24c-1c7039b69abf
,
1bde37e8-f805-4186-8180-14ee97c44529

}
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-07-08T11:55:28.605Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "18eae4c7-f520-4f81-a8f0-18f3cc5f3684",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "60870da7-c3aa-4dad-b09a-e43a14c23ca3",
    "vfModuleModelCustomizationUUID": "64fb9dae-6037-4589-9ca6-8283a082ed7d",
    "isBase": true,
    "artifacts": [
      "6f5f7147-268b-4026-b24c-1c7039b69abf",
      "1bde37e8-f805-4186-8180-14ee97c44529"
    ],
    "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-07-08T11:55:28.605Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:60870da7-c3aa-4dad-b09a-e43a14c23ca3
VfModuleModelInvariantUUID:18eae4c7-f520-4f81-a8f0-18f3cc5f3684
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f5f7147-268b-4026-b24c-1c7039b69abf
,
1bde37e8-f805-4186-8180-14ee97c44529

}
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-07-08T11:55:28.606Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 6f5f7147-268b-4026-b24c-1c7039b69abf from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-08T11:55:28.606Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:55:28.606Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-08T11:55:28.646Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:55:28.646Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 6f5f7147-268b-4026-b24c-1c7039b69abf 5033
2022-07-08T11:55:28.646Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-08T11:55:28.647Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-08T11:55:28.647Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:55:28.647Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:28.648Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:28.648Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281328646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:55:28.748Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:28.749Z||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-07-08T11:55:28.749Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:28.761Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:28.761Z||pool-134-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:29.649Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 1bde37e8-f805-4186-8180-14ee97c44529 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-08T11:55:29.649Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-08T11:55:29.649Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-08T11:55:29.699Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-08T11:55:29.700Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 1bde37e8-f805-4186-8180-14ee97c44529 903
2022-07-08T11:55:29.700Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-08T11:55:29.700Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-08T11:55:29.700Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-08T11:55:29.701Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:29.703Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:29.703Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281329700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:55:29.803Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:29.803Z||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-07-08T11:55:29.804Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:29.814Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:29.814Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:30.703Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ff45c9ff-7266-4b93-92bb-adb772a031e0
2022-07-08T11:55:30.703Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 101290ec-b033-4f86-ab0e-dfe0ff3daaba 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-07-08T11:55:30.716Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@659f1e8e, org.onap.sdc.toscaparser.api.parameters.Input@40da51a6, org.onap.sdc.toscaparser.api.parameters.Input@6b5b50a7, org.onap.sdc.toscaparser.api.parameters.Input@4a41aced, org.onap.sdc.toscaparser.api.parameters.Input@5737a045]
2022-07-08T11:55:30.718Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.718Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:30.718Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-07-08T11:55:30.718Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 1aecec27-e708-4f66-ad44-bda6611982d8
2022-07-08T11:55:30.719Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1aecec27-e708-4f66-ad44-bda6611982d8 matches Tosca VF Customization UUID: 1aecec27-e708-4f66-ad44-bda6611982d8
2022-07-08T11:55:30.719Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 1aecec27-e708-4f66-ad44-bda6611982d8  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-07-08T11:55:30.720Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.720Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:30.721Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 1aecec27-e708-4f66-ad44-bda6611982d8: {\"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-07-08T11:55:30.721Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@337ccebf
2022-07-08T11:55:30.721Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.721Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-08T11:55:30.722Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 64fb9dae-6037-4589-9ca6-8283a082ed7d
2022-07-08T11:55:30.722Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 64fb9dae-6037-4589-9ca6-8283a082ed7d
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-07-08T11:55:30.724Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.724Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-08T11:55:30.724Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:55:30.725Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.725Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-08T11:55:30.725Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:55:30.725Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.725Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-08T11:55:30.725Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-08T11:55:30.725Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-08T11:55:30.726Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=6c587a2f-1fde-46fe-b661-03f62b27ed72
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-07-08T11:55:30.727Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.727Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-08T11:55:30.728Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-08T11:55:30.728Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.728Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-08T11:55:30.728Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=1aecec27-e708-4f66-ad44-bda6611982d8
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-07-08T11:55:30.729Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.729Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:30.730Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ff45c9ff-7266-4b93-92bb-adb772a031e0: basic_vm_macro
2022-07-08T11:55:30.730Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.730Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:30.730Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.730Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:30.730Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.731Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:30.731Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.731Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:30.731Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-08T11:55:30.731Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-08T11:55:30.731Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||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-07-08T11:55:30.809Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 101290ec-b033-4f86-ab0e-dfe0ff3daaba 1 ASDC deployResourceStructure
2022-07-08T11:55:30.809Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-07-08T11:55:30.809Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-08T11:55:30.809Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:55:30.810Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:30.811Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:30.811Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281330809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:55:30.912Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-08T11:55:30.912Z||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-07-08T11:55:30.912Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:30.922Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:30.923Z||pool-136-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:55:31.812Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-07-08T11:55:31.813Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-08T11:55:31.813Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:55:31.813Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:31.815Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:31.816Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281331812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:55:31.916Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:31.916Z||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-07-08T11:55:31.916Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:31.928Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:31.928Z||pool-137-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:32.817Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-07-08T11:55:32.817Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-08T11:55:32.817Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:55:32.818Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:32.820Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:32.820Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281332817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:55:32.920Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:32.921Z||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-07-08T11:55:32.921Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:32.933Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:32.933Z||pool-138-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-07-08T11:55:33.821Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-07-08T11:55:33.821Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-08T11:55:33.821Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-08T11:55:33.822Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:55:33.824Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:55:33.824Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281333821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:55:33.924Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-08T11:55:33.925Z||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-07-08T11:55:33.925Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:55:33.937Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:55:33.937Z||pool-139-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-08T11:55:34.825Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fa980a7e-05f7-4149-92e6-529b28d9c774
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-07-08T11:55:34.834Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fa980a7e-05f7-4149-92e6-529b28d9c774
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-07-08T11:55:34.836Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-08T11:55:34.836Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-08T11:55:34.836Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-08T11:55:34.837Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-08T11:55:34.837Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:55:34.837Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:55:34.837Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:55:34.837Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:55:34.837Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:55:34.837Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-08T11:55:34.838Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-08T11:55:34.843Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-08T11:56:04.843Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fa980a7e-05f7-4149-92e6-529b28d9c774 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-07-08T11:56:04.848Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fa980a7e-05f7-4149-92e6-529b28d9c774 and serviceModelVersionId: ff45c9ff-7266-4b93-92bb-adb772a031e0
2022-07-08T11:56:04.848Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cca01e78-3489-4a65-845e-de24a3eb18b7
2022-07-08T11:56:04.849Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cca01e78-3489-4a65-845e-de24a3eb18b7/model-vers/model-ver/ff45c9ff-7266-4b93-92bb-adb772a031e0?depth=0
2022-07-08T11:56:04.852Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-08T11:56:04.904Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cca01e78-3489-4a65-845e-de24a3eb18b7/model-vers/model-ver/ff45c9ff-7266-4b93-92bb-adb772a031e0?depth=0|INFO|500||Invoke
2022-07-08T11:56:04.904Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cca01e78-3489-4a65-845e-de24a3eb18b7/model-vers/model-ver/ff45c9ff-7266-4b93-92bb-adb772a031e0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cca01e78-3489-4a65-845e-de24a3eb18b7/model-vers/model-ver/ff45c9ff-7266-4b93-92bb-adb772a031e0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[fa980a7e-05f7-4149-92e6-529b28d9c774], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd6929cf-8ee4-49c2-b7ad-cdabcc68ff7f], X-ECOMP-RequestID=[fa980a7e-05f7-4149-92e6-529b28d9c774], X-TransactionId=[], X-ONAP-RequestID=[fa980a7e-05f7-4149-92e6-529b28d9c774], Content-Type=[application/merge-patch+json]}
2022-07-08T11:56:04.926Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cca01e78-3489-4a65-845e-de24a3eb18b7/model-vers/model-ver/ff45c9ff-7266-4b93-92bb-adb772a031e0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-08T11:56:05.067Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cca01e78-3489-4a65-845e-de24a3eb18b7/model-vers/model-ver/ff45c9ff-7266-4b93-92bb-adb772a031e0?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/cca01e78-3489-4a65-845e-de24a3eb18b7/model-vers/model-ver/ff45c9ff-7266-4b93-92bb-adb772a031e0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220708-11:56:04:116-60497], vertex-id=[245920], Content-Length=[0], Date=[Fri, 08 Jul 2022 11:56:04 GMT], Content-Type=[application/json]}
2022-07-08T11:56:05.068Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cca01e78-3489-4a65-845e-de24a3eb18b7/model-vers/model-ver/ff45c9ff-7266-4b93-92bb-adb772a031e0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-08T11:56:05.068Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cca01e78-3489-4a65-845e-de24a3eb18b7/model-vers/model-ver/ff45c9ff-7266-4b93-92bb-adb772a031e0?depth=0|INFO|500||InvokeReturn
2022-07-08T11:56:05.069Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-08T11:56:05.069Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||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-07-08T11:56:05.076Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-08T11:56:05.076Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fa980a7e-05f7-4149-92e6-529b28d9c774 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-08T11:56:05.077Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-08T11:56:05.077Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-08T11:56:05.079Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-08T11:56:05.079Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281365077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:56:05.179Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-07-08T11:56:05.180Z||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-07-08T11:56:05.180Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as ibutFvCtldZgQpRD) ...
2022-07-08T11:56:05.212Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:56:05.213Z||pool-140-thread-1|||||INFO|500||cambria reply ok (33 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-07-08T11:56:06.092Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:56:06.092Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T11:56:06.092Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:56:16.641Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:56:16.642Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:56:16.642Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T11:56:16.642Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:56:26.186Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:56:26.187Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:56:26.188Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T11:56:26.188Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:56:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:56:26.964Z||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-07-08T11:56:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:56:27.022Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:56:27.022Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.022Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "97a67518-e13a-46e8-abae-0d1ff89bd580",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281315759,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:56:27.023Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:56:27.023Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.023Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:56:27.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:56:27.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-08T11:56:27.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:56:27.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-08T11:56:27.024Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:56:27.024Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.024Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:56:27.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:56:27.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-08T11:56:27.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:56:27.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:56:27.025Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:56:27.025Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.025Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-08T11:56:27.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:56:27.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281122615,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-08T11:56:27.026Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-07-08T11:56:27.026Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:56:27.026Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281325178,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:56:27.026Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:56:35.797Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:56:35.798Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:56:35.798Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T11:56:35.799Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:56:45.391Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:56:45.392Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:56:45.392Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T11:56:45.392Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:56:54.939Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:57:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:57:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T11:57:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:57:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:57:26.964Z||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-07-08T11:57:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:57:27.515Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:57:27.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:57:27.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281327598,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:57:27.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:57:27.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:57:27.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281328646,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:57:27.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:57:27.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:57:27.516Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281329700,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-08T11:57:27.516Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:57:27.516Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281330809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281331812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281332817,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281333821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fa980a7e-05f7-4149-92e6-529b28d9c774",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657281365077,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-08T11:57:27.517Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-08T11:57:36.528Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:58:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:58:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T11:58:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:58:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:58:26.964Z||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-07-08T11:58:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:58:36.554Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:58:36.682Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:59:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:59:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T11:59:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T11:59:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T11:59:26.964Z||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-07-08T11:59:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T11:59:36.550Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T11:59:36.643Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:00:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:00:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:00:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:00:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:00:26.964Z||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-07-08T12:00:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:00:36.528Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:00:36.643Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:01:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:01:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:01:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:01:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:01:26.964Z||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-07-08T12:01:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:01:36.520Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:01:36.539Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:02:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:02:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:02:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:02:26.964Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:02:26.964Z||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-07-08T12:02:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:02:36.553Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:02:36.606Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:03:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:03:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:03:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:03:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:03:26.964Z||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-07-08T12:03:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:03:36.516Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:03:36.517Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:04:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:04:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:04:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:04:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:04:26.964Z||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-07-08T12:04:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:04:36.526Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:04:36.539Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:05:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:05:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:05:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:05:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:05:26.964Z||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-07-08T12:05:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:05:36.522Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:05:36.528Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:06:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:06:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:06:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:06:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:06:26.964Z||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-07-08T12:06:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:06:36.547Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:06:36.628Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:07:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:07:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:07:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:07:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:07:26.964Z||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-07-08T12:07:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:07:36.544Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:07:36.554Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:08:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:08:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:08:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:08:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:08:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T12:08:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:08:36.573Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:08:36.780Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:09:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:09:26.962Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:09:26.962Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:09:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:09:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T12:09:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:09:36.655Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:09:36.660Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:10:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:10:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:10:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:10:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:10:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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-07-08T12:10:26.964Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:10:36.525Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:10:36.529Z|84104767-bb6d-4f1f-8ed5-abb4d187931b|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:11:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:11:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:11:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:11:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:11:26.964Z||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-07-08T12:11:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:11:36.533Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:11:36.535Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:12:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:12:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:12:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:12:26.964Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:12:26.964Z||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-07-08T12:12:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:12:36.504Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:12:36.504Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:13:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:13:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:13:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:13:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:13:26.965Z||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-07-08T12:13:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:13:36.521Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:13:36.570Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:14:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:14:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:14:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:14:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:14:26.964Z||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-07-08T12:14:26.964Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:14:36.553Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:14:36.680Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:15:26.960Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:15:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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-07-08T12:15:26.961Z|fa980a7e-05f7-4149-92e6-529b28d9c774|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 ibutFvCtldZgQpRD) ...
2022-07-08T12:15:26.964Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-08T12:15:26.964Z||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-07-08T12:15:26.965Z||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 ibutFvCtldZgQpRD) ...
2022-07-08T12:15:36.565Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-08T12:15:36.733Z|fa980a7e-05f7-4149-92e6-529b28d9c774|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK