Results

By type

          JVM Arguments:  -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml  -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml  

  .   ____          _            __ _ _
 /\\ / ___'_ __ _ _(_)_ __  __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
 \\/  ___)| |_)| | | | | || (_| |  ) ) ) )
  '  |____| .__|_| |_|_| |_\__, | / / / /
 =========|_|==============|___/=/_/_/_/
 :: Spring Boot ::        (v2.3.7.RELEASE)

2022-06-07T07:31:57.071Z||main|||||INFO|500||The following profiles are active: basic
2022-06-07T07:32:22.609Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-07T07:32:22.610Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-07T07:32:23.021Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-07T07:32:33.405Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-07T07:32:34.331Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-07T07:32:35.337Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-07T07:32:35.361Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-07T07:32:35.680Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-07T07:32:36.311Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-07T07:32:37.873Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-07T07:32:41.919Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T07:32:46.957Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T07:32:47.070Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-07T07:32:48.128Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-07T07:32:48.707Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-07T07:32:51.251Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-07T07:32:53.347Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-07T07:32:53.386Z||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$$51610b81.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-07T07:32:53.387Z||main|||||WARN|500||The sdc end point is not alive
2022-06-07T07:32:59.914Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-07T07:33:06.868Z||main|||||WARN|500||---
2022-06-07T07:33:06.870Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-07T07:33:06.871Z||main|||||WARN|500||---
2022-06-07T07:33:07.951Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-07T07:33:19.403Z||main|||||INFO|500||Started Application in 88.784 seconds (JVM running for 93.713)
2022-06-07T07:33:19.447Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T07:33:19.458Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T07:33:19.485Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T07:33:19.535Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T07:33:19.623Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d17b4b3a-b276-455a-a8b9-d3d45accc08f url= /sdc/v1/artifactTypes
2022-06-07T07:33:19.623Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T07:33:20.804Z||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.54.77] 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$$fb5b7f3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-07T07:33:20.812Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@5219dc53
2022-06-07T07:33:20.813Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-07T07:33:20.846Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-07T07:33:20.850Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-07T07:33:20.855Z||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$$fb5b7f3.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-07T07:34:09.393Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-07T07:34:09.394Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-07T07:34:09.395Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-07T07:34:09.402Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-07T07:34:09.410Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 9541cd20-9914-48a1-b85e-e13a93468f4d url= /sdc/v1/artifactTypes
2022-06-07T07:34:09.410Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-07T07:34:09.761Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-07T07:34:09.781Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-07T07:34:09.826Z||scheduling-1|||||DEBUG|500||create keys
2022-06-07T07:34:09.889Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-07T07:34:09.942Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:34:09.968Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 1545fad1-01fe-42b8-bf31-fc178fbb288a url= /sdc/v1/registerForDistribution
2022-06-07T07:34:10.162Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 1545fad1-01fe-42b8-bf31-fc178fbb288a url= /sdc/v1/registerForDistribution
2022-06-07T07:34:10.163Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-07T07:34:10.186Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:34:10.188Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:34:10.207Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-07T07:34:10.212Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:34:10.212Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:34:10.212Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:34:10.212Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:34:20.636Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:34:20.681Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:35:10.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:35:10.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:35:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:35:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:35:10.179Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:35:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:35:19.747Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:35:19.751Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:36:10.173Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:36:10.175Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:36:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:36:10.179Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:36:10.182Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:36:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:36:19.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:36:19.763Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:37:10.173Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:37:10.175Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:37:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:37:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:37:10.179Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:37:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:37:19.743Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:37:19.746Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:38:10.174Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:38:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:38:10.182Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:38:10.182Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:38:10.184Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:38:10.183Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:38:19.765Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:38:19.767Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:39:10.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:39:10.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:39:10.176Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:39:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:39:10.178Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:39:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:39:19.745Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:39:19.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:40:10.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:40:10.175Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:40:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:40:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:40:10.178Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:40:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:40:19.774Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:40:19.776Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:41:10.173Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:41:10.174Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:41:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:41:10.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:41:10.181Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:41:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:41:19.738Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:41:19.750Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:42:10.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:42:10.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:42:10.181Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:42:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:42:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:42:10.183Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:42:19.770Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:42:19.774Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:42:29.310Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-07T07:43:10.173Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:43:10.176Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:43:10.177Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:43:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:43:10.178Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:43:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:43:19.748Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:43:19.756Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:44:10.172Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:44:10.174Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:44:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:44:10.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:44:10.182Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:44:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:44:19.742Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:44:19.745Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:45:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:45:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:45:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:45:10.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:45:10.200Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:45:10.200Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:45:19.745Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:45:19.760Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:46:10.176Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:46:10.177Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:46:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:46:10.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:46:10.179Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:46:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:46:19.777Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:46:19.777Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:47:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:47:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:47:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:47:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:47:10.180Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:47:10.181Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:47:19.750Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:47:19.752Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:48:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:48:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:48:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:48:10.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:48:10.182Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:48:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:48:19.754Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:48:19.755Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:49:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:49:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:49:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:49:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:49:10.179Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:49:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:49:19.736Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:49:19.735Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:50:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:50:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:50:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:50:10.178Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:50:10.180Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:50:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:50:19.735Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:50:19.741Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:51:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:51:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:51:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:51:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:51:10.178Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:51:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:51:19.739Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:51:19.739Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:52:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:52:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:52:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:52:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:52:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:52:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:52:19.739Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:52:19.740Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:53:10.174Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:53:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:53:10.177Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:53:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:53:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:53:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:53:19.738Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:53:19.738Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:54:10.173Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:54:10.175Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:54:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:54:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:54:10.178Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:54:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:54:19.734Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:54:19.736Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:55:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:55:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:55:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:55:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:55:10.179Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:55:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:55:19.732Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:55:19.741Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:56:10.172Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:56:10.174Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:56:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:56:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:56:10.179Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:56:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:56:19.735Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:56:19.737Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:57:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:57:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:57:10.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T07:57:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:57:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:57:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:57:19.753Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:57:19.754Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:58:10.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:58:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:58:10.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T07:58:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:58:10.178Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:58:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:58:19.728Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:58:19.729Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:59:10.174Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:59:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T07:59:10.179Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:59:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T07:59:10.179Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T07:59:10.180Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T07:59:19.767Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T07:59:19.771Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:00:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:00:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:00:10.175Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:00:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:00:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:00:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:00:19.730Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:00:19.735Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:01:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:01:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:01:10.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:01:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:01:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:01:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:01:19.735Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:01:19.736Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:02:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:02:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:02:10.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:02:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:02:10.179Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:02:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:02:19.751Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:02:19.754Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:03:10.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:03:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:03:10.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:03:10.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:03:10.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:03:10.181Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:03:19.778Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:03:19.781Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:04:10.176Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:04:10.177Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:04:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:04:10.177Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:04:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:04:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:04:19.738Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:04:19.738Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:05:10.173Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:05:10.177Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:05:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:05:10.177Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:05:10.178Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:05:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:05:19.739Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:05:19.739Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:06:10.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:06:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:06:10.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:06:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:06:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:06:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:06:19.740Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:06:19.749Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:07:10.172Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:07:10.174Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:07:10.174Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:07:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:07:10.178Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:07:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:07:19.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:07:19.743Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:08:10.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:08:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:08:10.174Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:08:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:08:10.179Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:08:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:08:19.739Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:08:19.745Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:09:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:09:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:09:10.174Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:09:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:09:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:09:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:09:19.735Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:09:19.739Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:10:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:10:10.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:10:10.176Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:10:10.177Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:10:10.178Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:10:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:10:19.743Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:10:19.755Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:11:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:11:10.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:11:10.175Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:11:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:11:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:11:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:11:19.735Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:11:19.740Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:12:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:12:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:12:10.174Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:12:10.178Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:12:10.179Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:12:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:12:19.737Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:12:19.739Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:13:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:13:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:13:10.174Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:13:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:13:10.179Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:13:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:13:19.740Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:13:19.744Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:14:10.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:14:10.173Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:14:10.174Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:14:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:14:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:14:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:14:19.738Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:14:19.741Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:15:10.173Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:15:10.175Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:15:10.176Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:15:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:15:10.177Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:15:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:15:19.745Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:15:19.744Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:16:10.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:16:10.176Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:16:10.176Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:16:10.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:16:10.180Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:16:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:16:19.749Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:16:19.749Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:17:10.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:17:10.173Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:17:10.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:17:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:17:10.178Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:17:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:17:19.743Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:17:19.743Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:18:10.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:18:10.174Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:18:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:18:10.177Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:18:10.178Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:18:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:18:19.739Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:18:19.739Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:10.172Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:19:10.174Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:19:10.174Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:19:10.178Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:19:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:10.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:10.815Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.815Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"c53a859c-c37b-42a7-bd7e-3d85ab3441ac","serviceName":"vFW 2022-06-07 08-17-58","serviceVersion":"1.0","serviceUUID":"8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c","serviceDescription":"catalog service description","serviceInvariantUUID":"35e0cf91-e266-4299-814b-f457d4828591","resources":[{"resourceInstanceName":"vFW 8e0a263e-048e 0","resourceName":"vFW 8e0a263e-048e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"922973af-9a8c-45ce-8f2d-3df193067d7d","resourceInvariantUUID":"15215318-db70-4e64-a93c-0a14976fde46","resourceCustomizationUUID":"9ee9f2c1-4cf4-487f-9506-71d465a45f2c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml","artifactChecksum":"MTA0OTlkZTcxMTdiMGM1NTVlYTcyYjkxNjE1YTdlMTQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e40cef0c-35d7-4c52-bf50-7a49ca3b247b","artifactVersion":"1"},{"artifactName":"vfw8e0a263e048e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json","artifactChecksum":"YzljZWY5NGQ3MThhMzg1OTY2Mzg2MzAwYzA2MmExNmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7f7f62dc-87fa-44cc-9b28-1be0d0d9440f","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"49eedc08-888d-48bc-a537-660466e90027","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml","artifactChecksum":"NmJlZmY0NjE3ZWQ2YWNjNzQ5Mzc0NTcwYjZiNGFlNGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b89fc03e-861c-48a7-974b-c8912bb22223","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c834075b-bd04-4009-8884-cf62557dd9df","artifactVersion":"2","generatedFromUUID":"49eedc08-888d-48bc-a537-660466e90027"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220607081758-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml","artifactChecksum":"MzlhMzc5OTRmYjAxY2Q1OGQ2MzhlYzFjNmUxYmQ3ZjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"89c7fafb-a3fa-473b-aa7d-d60e96108da0","artifactVersion":"1"},{"artifactName":"service-Vfw20220607081758-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar","artifactChecksum":"NzdkMDBmYjBiZjQ0YjZkODRjMjZkYzM2NDEyYTU5ZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c5a19163-5ffd-4ce8-b8c1-70b3db7d477b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:19:10.831Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:10.832Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:10.833Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.833Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589939127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.841Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:10.857Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:10.857Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.865Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589948361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.866Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "cds",
  "timestamp": 1654589942350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:19:10.867Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.867Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589939127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.867Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:19:10.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.868Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589948361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:19:10.868Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:19:10.868Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:19:10.869Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "cds",
  "timestamp": 1654589942350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:19:10.869Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:19:10.957Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-07T08:19:10.962Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:10.962Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:10.986Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:10.987Z||pool-3-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:19:11.867Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:11.867Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:11.870Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:11.870Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:19:11.970Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:11.971Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:11.971Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:11.991Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:11.992Z||pool-4-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:12.871Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:12.873Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:12.877Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:12.878Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:19:12.978Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T08:19:12.979Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:12.980Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:12.998Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:12.999Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:13.879Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:13.880Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:13.884Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:13.884Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:19:13.984Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:13.985Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:13.985Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:14.004Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:14.005Z||pool-6-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:14.885Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:14.886Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:14.889Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:14.889Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T08:19:14.989Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:14.991Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:14.991Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:15.010Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:15.011Z||pool-7-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:15.890Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:15.891Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:15.894Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:15.894Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:19:15.994Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:15.996Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:15.997Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:16.021Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:16.022Z||pool-8-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:16.895Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:19:16.896Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:16.899Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:16.900Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:19:17.000Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:17.001Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:17.001Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:17.020Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:17.021Z||pool-9-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:17.902Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "serviceName": "vFW 2022-06-07 08-17-58",
  "serviceVersion": "1.0",
  "serviceUUID": "8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "35e0cf91-e266-4299-814b-f457d4828591",
  "resources": [
    {
      "resourceInstanceName": "vFW 8e0a263e-048e 0",
      "resourceCustomizationUUID": "9ee9f2c1-4cf4-487f-9506-71d465a45f2c",
      "resourceName": "vFW 8e0a263e-048e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "922973af-9a8c-45ce-8f2d-3df193067d7d",
      "resourceInvariantUUID": "15215318-db70-4e64-a93c-0a14976fde46",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw8e0a263e048e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
          "artifactChecksum": "YzljZWY5NGQ3MThhMzg1OTY2Mzg2MzAwYzA2MmExNmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "7f7f62dc-87fa-44cc-9b28-1be0d0d9440f",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "49eedc08-888d-48bc-a537-660466e90027",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "c834075b-bd04-4009-8884-cf62557dd9df",
            "generatedFromUUID": "49eedc08-888d-48bc-a537-660466e90027"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "c834075b-bd04-4009-8884-cf62557dd9df",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220607081758-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
      "artifactChecksum": "NzdkMDBmYjBiZjQ0YjZkODRjMjZkYzM2NDEyYTU5ZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c5a19163-5ffd-4ce8-b8c1-70b3db7d477b"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T08:19:17.904Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:19:17.904Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c ASDC
2022-06-07T08:19:18.075Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:c53a859c-c37b-42a7-bd7e-3d85ab3441ac
ServiceName:vFW 2022-06-07 08-17-58
ServiceVersion:1.0
ServiceUUID:8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c
ServiceInvariantUUID:35e0cf91-e266-4299-814b-f457d4828591
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220607081758-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
ArtifactUUID:c5a19163-5ffd-4ce8-b8c1-70b3db7d477b
ArtifactChecksum:NzdkMDBmYjBiZjQ0YjZkODRjMjZkYzM2NDEyYTU5ZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 8e0a263e-048e 0
ResourceCustomizationUUID:9ee9f2c1-4cf4-487f-9506-71d465a45f2c
ResourceInvariantUUID:15215318-db70-4e64-a93c-0a14976fde46
ResourceName:vFW 8e0a263e-048e
ResourceType:VF
ResourceUUID:922973af-9a8c-45ce-8f2d-3df193067d7d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw8e0a263e048e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
ArtifactUUID:7f7f62dc-87fa-44cc-9b28-1be0d0d9440f
ArtifactChecksum:YzljZWY5NGQ3MThhMzg1OTY2Mzg2MzAwYzA2MmExNmQ=
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/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
ArtifactUUID:49eedc08-888d-48bc-a537-660466e90027
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/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
ArtifactUUID:c834075b-bd04-4009-8884-cf62557dd9df
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/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
ArtifactUUID:c834075b-bd04-4009-8884-cf62557dd9df
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T08:19:18.076Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:19:18.361Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:19:18.363Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T08:19:18.365Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T08:19:18.366Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c5a19163-5ffd-4ce8-b8c1-70b3db7d477b from URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:18.366Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T08:19:18.368Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:18.487Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T08:19:18.510Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar c5a19163-5ffd-4ce8-b8c1-70b3db7d477b 99023
2022-06-07T08:19:18.511Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar ASDC sendASDCNotification
2022-06-07T08:19:18.511Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:18.512Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:19:18.513Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:18.516Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:18.516Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589958510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:19:18.616Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:18.618Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:18.618Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:18.636Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:18.638Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:19:19.517Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:19:19.519Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-07T08:19:19.519Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c5a19163-5ffd-4ce8-b8c1-70b3db7d477b, URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar to file: /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:19.520Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220607081758-csar.csar
2022-06-07T08:19:19.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:19.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:20.567Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1146524530090325613/Definitions/service-Vfw20220607081758-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-06-07T08:19:24.621Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:19:24.631Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-07T08:19:24.631Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.631Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.632Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8e0a263e-048e 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-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:24.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-07T08:19:24.644Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.647Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.654Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.655Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-07T08:19:24.657Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:19:24.659Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.660Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.660Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.660Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-07T08:19:24.660Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:19:24.661Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.661Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.667Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.667Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:24.668Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:24.668Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.669Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:24.670Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:24.670Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:24.670Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.671Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.671Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:24.671Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.671Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:24.672Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.672Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T08:19:24.672Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.672Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:19:24.675Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.675Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.675Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:24.676Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.676Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.676Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:24.677Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.677Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:24.677Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:24.678Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.678Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:24.678Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:24.678Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T08:19:24.679Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:24.679Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:24.679Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:24.679Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.680Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.680Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:24.680Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.680Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:24.681Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.681Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18359ab4-01de-4364-9699-a3ef757c77dc
2022-06-07T08:19:24.681Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.682Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.683Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:24.684Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.684Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da7f2def-5398-4bf9-9aad-e766df056bc8
2022-06-07T08:19:24.684Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.684Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:24.685Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.686Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:24.686Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:24.686Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:24.687Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:24.687Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:24.687Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T08:19:24.687Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0106e47b-7daa-495a-8f1c-a2f16e7a1cb2
2022-06-07T08:19:24.688Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.688Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.688Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.689Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.689Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.689Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.689Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:24.690Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:24.690Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-07 08-17-58
Description:catalog service description
Model UUID:8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c
Model Version:NULL
Model InvariantUuid:35e0cf91-e266-4299-814b-f457d4828591
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 8e0a263e-048e
Model UUID:c129cabc-e88f-4976-996c-111e24d7c267
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:15215318-db70-4e64-a93c-0a14976fde46
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9ee9f2c1-4cf4-487f-9506-71d465a45f2c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e
ModelName:Vfw8e0a263e048e..base_vfw..module-0
ModelUuid:2d09737d-a70c-4cac-b5e9-a06b0127316e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:18359ab4-01de-4364-9699-a3ef757c77dc
ModelInvariantUuid:7cee7009-b298-4858-87e4-c067d1263e83
ModelName:vFW 8e0a263e-048e-nodes.vfwCvfc
ModelUuid:38c85295-545e-4207-8c52-676dbc827693
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:364c527c-b1f3-4105-96d7-a8e3ab6b2979
ModelInvariantUuid:355715ea-f98a-4ae8-9acd-69a09d306742
ModelName:Vfw8e0a263e048e.compute.nodes.heat.vfw
ModelUuid:d5f12eac-57df-4f79-9f77-6a17ff81df39
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:da7f2def-5398-4bf9-9aad-e766df056bc8
ModelInvariantUuid:c7250472-2ec7-4582-a585-057aa37becf8
ModelName:vFW 8e0a263e-048e-nodes.vsnCvfc
ModelUuid:f2fbe81e-e77c-4466-b35e-1ac5cd60276b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:0f54e55a-9bad-445e-872a-079751c50edd
ModelInvariantUuid:092ec1c5-e1d4-44ed-ab28-7b95d97ffa1c
ModelName:Vfw8e0a263e048e.compute.nodes.heat.vsn
ModelUuid:ea3de8fb-03e5-4e73-85f2-cf8c712c1026
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0106e47b-7daa-495a-8f1c-a2f16e7a1cb2
ModelInvariantUuid:01f1c999-384e-45a8-9c81-1e6209d18aac
ModelName:vFW 8e0a263e-048e-nodes.vpgCvfc
ModelUuid:f0c443e4-53b7-4c2c-a4ad-1f0d97d0a56b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:9890eb8c-d4b6-4298-87f2-b5e778252b8d
ModelInvariantUuid:576bbbc3-8b83-4b89-ada2-1a9106fb020e
ModelName:Vfw8e0a263e048e.compute.nodes.heat.vpg
ModelUuid:ec1af158-a9d3-4867-a9ee-1a65dd965e27
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:19:24.726Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 922973af-9a8c-45ce-8f2d-3df193067d7d
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:19:24.841Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||vFW 8e0a263e-048e 0
2022-06-07T08:19:24.850Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 922973af-9a8c-45ce-8f2d-3df193067d7d
2022-06-07T08:19:24.850Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f7f62dc-87fa-44cc-9b28-1be0d0d9440f from URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
2022-06-07T08:19:24.851Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T08:19:24.851Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
2022-06-07T08:19:24.925Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T08:19:24.926Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json 7f7f62dc-87fa-44cc-9b28-1be0d0d9440f 785
2022-06-07T08:19:24.927Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json ASDC sendASDCNotification
2022-06-07T08:19:24.927Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
2022-06-07T08:19:24.927Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:19:24.927Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:24.930Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:24.930Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589964927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:19:25.030Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:25.031Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:25.031Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:25.053Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:25.055Z||pool-11-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:25.932Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8e0a263e048e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d09737d-a70c-4cac-b5e9-a06b0127316e",
    "vfModuleModelCustomizationUUID": "99393584-11e4-4105-945e-a077c977ee0a",
    "isBase": true,
    "artifacts": [
      "49eedc08-888d-48bc-a537-660466e90027",
      "c834075b-bd04-4009-8884-cf62557dd9df"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:19:25.952Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e0a263e048e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d09737d-a70c-4cac-b5e9-a06b0127316e
VfModuleModelInvariantUUID:e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
49eedc08-888d-48bc-a537-660466e90027
,
c834075b-bd04-4009-8884-cf62557dd9df

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:19:25.956Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw8e0a263e048e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2d09737d-a70c-4cac-b5e9-a06b0127316e",
    "vfModuleModelCustomizationUUID": "99393584-11e4-4105-945e-a077c977ee0a",
    "isBase": true,
    "artifacts": [
      "49eedc08-888d-48bc-a537-660466e90027",
      "c834075b-bd04-4009-8884-cf62557dd9df"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:19:25.956Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw8e0a263e048e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2d09737d-a70c-4cac-b5e9-a06b0127316e
VfModuleModelInvariantUUID:e4fa8e80-77d2-4f3d-b1c5-8d7947e6ca2e
VfModuleModelDescription:NULL
Artifacts UUID List:{
49eedc08-888d-48bc-a537-660466e90027
,
c834075b-bd04-4009-8884-cf62557dd9df

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_vfw
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:19:25.957Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 49eedc08-888d-48bc-a537-660466e90027 from URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
2022-06-07T08:19:25.957Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T08:19:25.957Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
2022-06-07T08:19:26.023Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T08:19:26.025Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml 49eedc08-888d-48bc-a537-660466e90027 20368
2022-06-07T08:19:26.025Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T08:19:26.026Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
2022-06-07T08:19:26.026Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:19:26.026Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:26.030Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:26.030Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589966025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:19:26.130Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:26.131Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:26.131Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:26.164Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:26.165Z||pool-12-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:27.031Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c834075b-bd04-4009-8884-cf62557dd9df from URL: /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
2022-06-07T08:19:27.031Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-07T08:19:27.032Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
2022-06-07T08:19:27.084Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-07T08:19:27.085Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env c834075b-bd04-4009-8884-cf62557dd9df 2098
2022-06-07T08:19:27.085Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T08:19:27.085Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
2022-06-07T08:19:27.086Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:19:27.086Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:27.088Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:27.089Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589967085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:19:27.189Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:27.190Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:27.190Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:27.210Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:27.211Z||pool-13-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:19:28.089Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c
2022-06-07T08:19:28.090Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8e0a263e-048e 0 922973af-9a8c-45ce-8f2d-3df193067d7d ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:19:28.153Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14ae2090, org.onap.sdc.toscaparser.api.parameters.Input@1c5d27b3, org.onap.sdc.toscaparser.api.parameters.Input@1fb05fb1, org.onap.sdc.toscaparser.api.parameters.Input@30fe3c72, org.onap.sdc.toscaparser.api.parameters.Input@55b1305d]
2022-06-07T08:19:28.157Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.158Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.158Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-07T08:19:28.159Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 9ee9f2c1-4cf4-487f-9506-71d465a45f2c
2022-06-07T08:19:28.159Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9ee9f2c1-4cf4-487f-9506-71d465a45f2c matches Tosca VF Customization UUID: 9ee9f2c1-4cf4-487f-9506-71d465a45f2c
2022-06-07T08:19:28.159Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 9ee9f2c1-4cf4-487f-9506-71d465a45f2c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T08:19:28.170Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.170Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.173Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 9ee9f2c1-4cf4-487f-9506-71d465a45f2c: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-07T08:19:28.173Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@223b1b8a
2022-06-07T08:19:28.173Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.174Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:19:28.175Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 99393584-11e4-4105-945e-a077c977ee0a
2022-06-07T08:19:28.177Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 99393584-11e4-4105-945e-a077c977ee0a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T08:19:28.185Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.187Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.187Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.188Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.189Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.189Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.189Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.190Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:28.190Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:28.190Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-07T08:19:28.190Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:28.191Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:28.191Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:28.192Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.192Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.192Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:28.192Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.193Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:28.193Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.193Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=18359ab4-01de-4364-9699-a3ef757c77dc
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:19:28.205Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.207Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.207Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.208Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.208Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:28.208Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:28.209Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:28.209Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.209Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.210Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:28.210Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.210Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:28.211Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-07T08:19:28.211Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-07T08:19:28.211Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.212Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-07T08:19:28.212Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.213Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da7f2def-5398-4bf9-9aad-e766df056bc8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:19:28.217Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.218Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.219Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.225Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.225Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is not matching search criteria
2022-06-07T08:19:28.226Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-07T08:19:28.226Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-07T08:19:28.226Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.227Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.227Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-07T08:19:28.227Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.228Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-07T08:19:28.228Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-07T08:19:28.228Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-07T08:19:28.228Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-07T08:19:28.229Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-07T08:19:28.229Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-07T08:19:28.229Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0106e47b-7daa-495a-8f1c-a2f16e7a1cb2
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:19:28.234Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.235Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.235Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:19:28.236Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.237Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Node template vFW 8e0a263e-048e 0 is matching search criteria
2022-06-07T08:19:28.237Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 8e0a263e-048e 0] matching following query criteria: sdcType=VF, customizationUUID=9ee9f2c1-4cf4-487f-9506-71d465a45f2c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:19:28.241Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.242Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.243Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c: vFW 8e0a263e-048e
2022-06-07T08:19:28.243Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.243Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.244Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.244Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.245Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.245Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.246Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.246Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.246Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:19:28.247Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-07 08-17-58 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:19:28.249Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-07 08-17-58 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:19:28.618Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8e0a263e-048e 922973af-9a8c-45ce-8f2d-3df193067d7d 1 ASDC deployResourceStructure
2022-06-07T08:19:28.619Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json ASDC sendASDCNotification
2022-06-07T08:19:28.619Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json
2022-06-07T08:19:28.619Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:19:28.619Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:28.622Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:28.622Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589968619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:19:28.722Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:19:28.724Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:28.724Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:28.744Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:28.744Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:29.625Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-07T08:19:29.627Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml
2022-06-07T08:19:29.627Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:19:29.628Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:29.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:29.633Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589969625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:19:29.733Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:19:29.735Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:29.735Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:29.755Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:29.755Z||pool-15-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:30.635Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-07T08:19:30.636Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env
2022-06-07T08:19:30.636Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:19:30.636Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:30.639Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:30.639Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589970635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:19:30.740Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:30.741Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:30.741Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:30.761Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:30.762Z||pool-16-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:31.640Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar ASDC sendASDCNotification
2022-06-07T08:19:31.641Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar
2022-06-07T08:19:31.642Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:19:31.643Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:19:31.646Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:19:31.646Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589971640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:19:31.747Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:19:31.749Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:19:31.749Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:19:31.767Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:19:31.768Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:19:32.651Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:19:32.694Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:19:32.711Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:19:32.713Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:19:32.713Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:20:02.714Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:20:02.730Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:20:02.736Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:20:02.737Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:20:02.737Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:20:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:20:10.179Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:20:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:20:10.320Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:20:10.321Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:20:10.321Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:20:10.322Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:20:32.737Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:20:32.750Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:20:32.754Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:20:32.754Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:20:32.755Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:21:02.755Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:21:02.785Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:21:02.790Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:21:02.791Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:21:02.791Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:21:10.181Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:21:10.184Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:21:10.184Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:21:10.220Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:21:10.242Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.243Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589939127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.245Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.246Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.246Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589948361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.247Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.247Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "cds",
  "timestamp": 1654589942350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.247Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589939127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589948361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "cds",
  "timestamp": 1654589942350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.250Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589951628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.251Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.251Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.251Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589952283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.255Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.256Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.256Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.256Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.257Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589939127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.257Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.257Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589948361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "cds",
  "timestamp": 1654589942350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.258Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589951628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.259Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589952283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.260Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.260Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.260Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.261Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589939127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.261Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.261Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589948361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.262Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.262Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.262Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "cds",
  "timestamp": 1654589942350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.263Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.263Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.263Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589951628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.264Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.264Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.264Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589952283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.265Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.265Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.265Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.266Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589939127,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.266Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.266Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.267Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589954477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.267Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.267Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.268Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589948361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.268Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.268Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "cds",
  "timestamp": 1654589942350,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.269Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.269Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.269Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589951628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589952283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.270Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589954477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.271Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.272Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589956368,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.272Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.272Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "cds",
  "timestamp": 1654589955817,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.273Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.273Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.273Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589951628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.274Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.274Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.274Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589952283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589950172,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.275Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589954477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.276Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.276Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.276Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "cds",
  "timestamp": 1654589956851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.295Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.297Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.320Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.321Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589957457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.321Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589951628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.322Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589952283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.323Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.323Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589954477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.323Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.324Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589957185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.324Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.324Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589958526,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.325Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.325Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.325Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589958510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589951628,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.326Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589952283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589954477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.327Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.328Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589957185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.328Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.328Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.329Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589959597,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.338Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.338Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.353Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.353Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589959442,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.354Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.354Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.354Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589954477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589960212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.355Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589957185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.356Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.356Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.356Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589960602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.357Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.357Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589960453,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.357Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589954477,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589957185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.358Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.359Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "policy-id",
  "timestamp": 1654589961458,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.368Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.369Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T08:21:10.388Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.389Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589957185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.389Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.390Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589962373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.390Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.390Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589957185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589957185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.391Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589964927,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589965692,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.392Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589966025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.393Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.393Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.393Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654589966697,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.405Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.405Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.420Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.421Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589967085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.422Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.422Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589968619,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/vfw8e0a263e048e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.422Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.423Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589969625,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.423Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.423Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.424Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589970635,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/resourceInstances/vfw8e0a263e048e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.424Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.424Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654589971640,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.425Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.425Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.425Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589974030,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589976039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "clamp",
  "timestamp": 1654589977043,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.436Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.436Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.451Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.452Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589979007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220607081758/1.0/artifacts/service-Vfw20220607081758-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.452Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.453Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.453Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "aai-ml",
  "timestamp": 1654589980013,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.459Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c53a859c-c37b-42a7-bd7e-3d85ab3441ac
2022-06-07T08:21:10.460Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId c53a859c-c37b-42a7-bd7e-3d85ab3441ac and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.472Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "cds",
  "timestamp": 1654589987349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.473Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.473Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.473Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589988361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.474Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.474Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654589991628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.475Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.475Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.475Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "cds",
  "timestamp": 1654589987349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.476Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.476Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589988361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.476Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654589991628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589999127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.477Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "cds",
  "timestamp": 1654589987349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589988361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.478Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654589991628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589999127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.479Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "cds",
  "timestamp": 1654589987349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589988361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.480Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.481Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654589991628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.481Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.481Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589999127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.482Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.482Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.482Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589988361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.483Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.483Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "cds",
  "timestamp": 1654589987349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.483Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.484Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654589991628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.484Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.484Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589999127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.485Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.485Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.485Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589988361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.486Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.486Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "cds",
  "timestamp": 1654589987349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.486Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.487Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654589991628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.487Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.487Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589999127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.488Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.488Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.488Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654589988361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.489Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.489Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.489Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "cds",
  "timestamp": 1654589987349,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.490Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.490Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.490Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654589991628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:21:10.491Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.491Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.492Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589999127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590005201,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.493Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "cds",
  "timestamp": 1654590004636,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.494Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.494Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654590004824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.494Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654589999127,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.495Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "cds",
  "timestamp": 1654590005643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.524Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:21:10.524Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654590005829,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590006265,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "policy-id",
  "timestamp": 1654590006834,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.551Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:21:10.551Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:21:10.567Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590007324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:21:10.568Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:10.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590008347,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:10.575Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:21:10.575Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T08:21:10.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-07T08:21:10.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590009350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:21:10.586Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:21:32.792Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:21:32.812Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:21:32.817Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:21:32.818Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:21:32.819Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:21:32.830Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:22:02.832Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:22:02.851Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c53a859c-c37b-42a7-bd7e-3d85ab3441ac and serviceModelVersionId: 8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c
2022-06-07T08:22:02.852Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 35e0cf91-e266-4299-814b-f457d4828591
2022-06-07T08:22:10.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:22:10.178Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:22:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:10.716Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:10.718Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.718Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590012283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.719Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.719Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.719Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590012283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590012283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.720Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590014477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590012283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.721Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590014477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590012283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.722Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590014477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590012283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.723Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590014477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590017185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.724Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590012283,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590014477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.725Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590017185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590020095,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.726Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590014477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590017185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590014477,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:22:10.727Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.728Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.729Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590017185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.729Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590017185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.730Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590022236,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590022453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.731Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590017185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:10.732Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.732Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.732Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590023458,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:22:10.750Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:22:10.751Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:22:10.771Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590017185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:22:10.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:22:10.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590031202,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:22:10.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "aai-ml",
  "timestamp": 1654590032206,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:22:10.797Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:22:10.797Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:22:10.815Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.815Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590037034,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590039043,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-06-07T08:22:10.816Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "clamp",
  "timestamp": 1654590040048,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:22:10.827Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 225e2841-6c46-462a-b581-6ae798056848
2022-06-07T08:22:10.827Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 225e2841-6c46-462a-b581-6ae798056848 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:22:24.212Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0
2022-06-07T08:22:24.366Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:22:25.064Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|INFO|500||Invoke
2022-06-07T08:22:25.075Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c53a859c-c37b-42a7-bd7e-3d85ab3441ac], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0f280862-bf88-4a56-b8da-0fdb1b0c3e09], X-ECOMP-RequestID=[c53a859c-c37b-42a7-bd7e-3d85ab3441ac], X-TransactionId=[], X-ONAP-RequestID=[c53a859c-c37b-42a7-bd7e-3d85ab3441ac], Content-Type=[application/merge-patch+json]}
2022-06-07T08:22:25.249Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T08:22:25.477Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?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/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-08:22:24:913-7158], vertex-id=[168064], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:22:24 GMT], Content-Type=[application/json]}
2022-06-07T08:22:25.480Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:22:25.481Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/35e0cf91-e266-4299-814b-f457d4828591/model-vers/model-ver/8a9cb5a5-5c25-4ab7-aac0-b7b667d5078c?depth=0|INFO|500||InvokeReturn
2022-06-07T08:22:25.486Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:22:25.486Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:22:25.495Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:22:25.496Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c53a859c-c37b-42a7-bd7e-3d85ab3441ac and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:22:25.498Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:22:25.498Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:25.502Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:25.502Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590145497,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:22:25.602Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:25.603Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:25.604Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:25.643Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:25.644Z||pool-18-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:22:26.518Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:22:26.519Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:22:26.519Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:30.939Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:30.940Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-07T08:22:30.941Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"225e2841-6c46-462a-b581-6ae798056848","serviceName":"basic_onboard_jlUJyl","serviceVersion":"1.0","serviceUUID":"2612ebcd-508e-45ea-a2b3-cf5560effeb4","serviceDescription":"service","serviceInvariantUUID":"5d4518c7-86a2-4043-88a7-8fa8ab97a443","resources":[{"resourceInstanceName":"basic_onboard_jlUJyl 0","resourceName":"basic_onboard_jlUJyl","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c3f440a-5397-464e-9049-6e181c6958d5","resourceInvariantUUID":"a1ba8ff0-d8cd-4433-960e-f72e743d17d0","resourceCustomizationUUID":"66282fac-ca43-413c-8b02-85fc5ff3718e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml","artifactChecksum":"MzE2NGE1MDRhNzg3YzRkMTAwMjFhYjk1NTFkYTQwMzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ed34ff16-b116-41ab-99dd-1be7b0822eb5","artifactVersion":"1"},{"artifactName":"basic_onboard_jlujyl0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json","artifactChecksum":"M2MwN2ViNmQxYzUxM2EyNDhmMGExODA5Y2U4ZTkyOTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dfeeefa9-5e5a-45be-8f82-1e60adff99cb","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b57e1d9e-5f3c-4355-9bc5-6e845e391ce8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b669e137-803b-4741-afb4-e3ddefe775aa","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"92570b7f-8a1c-48a4-9969-537e8bc20033","artifactVersion":"2","generatedFromUUID":"b57e1d9e-5f3c-4355-9bc5-6e845e391ce8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJlujyl-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml","artifactChecksum":"MDg1ZWUwNDY2MzA4ODE4NzUwNjVjOWFjNTc5OTJlYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c36f51de-5501-4aaa-b522-4c898a5d1ec7","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJlujyl-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar","artifactChecksum":"MGExNmViMTIyMjYxOWNhMjNhMzQyZGRiY2MyODJiNDY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4e98cd31-5d46-4354-80be-50a1ff5ee5cf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:22:30.944Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:30.945Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:30.947Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:30.947Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:31.047Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:31.048Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:31.048Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:31.069Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:31.070Z||pool-19-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:31.947Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:31.949Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:31.951Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:31.951Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:22:32.053Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:22:32.054Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:32.057Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:32.073Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:32.074Z||pool-20-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:32.952Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:32.953Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:32.956Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:32.956Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:22:33.056Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:33.057Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:33.057Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:33.075Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:33.076Z||pool-21-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:33.957Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:33.958Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:33.961Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:33.961Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:34.062Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:22:34.063Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:34.063Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:34.080Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:34.080Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:34.962Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:34.963Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:35.008Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:35.009Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-07T08:22:35.109Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:35.110Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:35.111Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:35.129Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:35.131Z||pool-23-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:36.009Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:36.010Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:36.015Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:36.015Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:22:36.115Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:36.117Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:36.117Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:36.139Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:36.140Z||pool-24-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:37.016Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:22:37.017Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:37.019Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:37.020Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:22:37.120Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:37.121Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:37.121Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:37.141Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:37.142Z||pool-25-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:38.022Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "serviceName": "basic_onboard_jlUJyl",
  "serviceVersion": "1.0",
  "serviceUUID": "2612ebcd-508e-45ea-a2b3-cf5560effeb4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5d4518c7-86a2-4043-88a7-8fa8ab97a443",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_jlUJyl 0",
      "resourceCustomizationUUID": "66282fac-ca43-413c-8b02-85fc5ff3718e",
      "resourceName": "basic_onboard_jlUJyl",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0c3f440a-5397-464e-9049-6e181c6958d5",
      "resourceInvariantUUID": "a1ba8ff0-d8cd-4433-960e-f72e743d17d0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jlujyl0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
          "artifactChecksum": "M2MwN2ViNmQxYzUxM2EyNDhmMGExODA5Y2U4ZTkyOTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dfeeefa9-5e5a-45be-8f82-1e60adff99cb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "b57e1d9e-5f3c-4355-9bc5-6e845e391ce8",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "92570b7f-8a1c-48a4-9969-537e8bc20033",
            "generatedFromUUID": "b57e1d9e-5f3c-4355-9bc5-6e845e391ce8"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "92570b7f-8a1c-48a4-9969-537e8bc20033",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJlujyl-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
      "artifactChecksum": "MGExNmViMTIyMjYxOWNhMjNhMzQyZGRiY2MyODJiNDY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4e98cd31-5d46-4354-80be-50a1ff5ee5cf"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T08:22:38.022Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:22:38.022Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2612ebcd-508e-45ea-a2b3-cf5560effeb4 ASDC
2022-06-07T08:22:38.022Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:225e2841-6c46-462a-b581-6ae798056848
ServiceName:basic_onboard_jlUJyl
ServiceVersion:1.0
ServiceUUID:2612ebcd-508e-45ea-a2b3-cf5560effeb4
ServiceInvariantUUID:5d4518c7-86a2-4043-88a7-8fa8ab97a443
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJlujyl-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
ArtifactUUID:4e98cd31-5d46-4354-80be-50a1ff5ee5cf
ArtifactChecksum:MGExNmViMTIyMjYxOWNhMjNhMzQyZGRiY2MyODJiNDY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jlUJyl 0
ResourceCustomizationUUID:66282fac-ca43-413c-8b02-85fc5ff3718e
ResourceInvariantUUID:a1ba8ff0-d8cd-4433-960e-f72e743d17d0
ResourceName:basic_onboard_jlUJyl
ResourceType:VF
ResourceUUID:0c3f440a-5397-464e-9049-6e181c6958d5
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jlujyl0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
ArtifactUUID:dfeeefa9-5e5a-45be-8f82-1e60adff99cb
ArtifactChecksum:M2MwN2ViNmQxYzUxM2EyNDhmMGExODA5Y2U4ZTkyOTg=
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/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
ArtifactUUID:b57e1d9e-5f3c-4355-9bc5-6e845e391ce8
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/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
ArtifactUUID:92570b7f-8a1c-48a4-9969-537e8bc20033
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/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
ArtifactUUID:92570b7f-8a1c-48a4-9969-537e8bc20033
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T08:22:38.023Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2612ebcd-508e-45ea-a2b3-cf5560effeb4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:22:38.062Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4e98cd31-5d46-4354-80be-50a1ff5ee5cf from URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T08:22:38.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:38.144Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T08:22:38.148Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar 4e98cd31-5d46-4354-80be-50a1ff5ee5cf 71583
2022-06-07T08:22:38.148Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar ASDC sendASDCNotification
2022-06-07T08:22:38.149Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:38.149Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:22:38.149Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:38.152Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:38.152Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590158148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:22:38.252Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:38.254Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:38.255Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:38.273Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:38.275Z||pool-26-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:39.153Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:22:39.154Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-06-07T08:22:39.154Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 4e98cd31-5d46-4354-80be-50a1ff5ee5cf, URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar to file: /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:39.155Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:39.156Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:39.156Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:39.357Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9858815793523788920/Definitions/service-BasicOnboardJlujyl-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-07T08:22:41.057Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:22:41.058Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T08:22:41.059Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.059Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T08:22:41.060Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.060Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.060Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.060Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.061Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.061Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.061Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.061Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.062Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jlUJyl 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-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:41.062Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-06-07T08:22:41.062Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.063Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.064Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T08:22:41.064Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:22:41.065Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.065Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.066Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.066Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-06-07T08:22:41.066Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:22:41.067Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.067Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.067Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.068Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is not matching search criteria
2022-06-07T08:22:41.068Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-07T08:22:41.068Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-07T08:22:41.069Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-07T08:22:41.069Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T08:22:41.069Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T08:22:41.069Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.070Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:22:41.070Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.070Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.070Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:41.071Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.071Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.071Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:41.072Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.072Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:41.072Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:41.072Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.073Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is not matching search criteria
2022-06-07T08:22:41.073Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T08:22:41.073Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T08:22:41.073Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e8d3882-45c7-4f1b-a1aa-b26e9ff7c389
2022-06-07T08:22:41.074Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.074Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.074Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.075Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.075Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.075Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.076Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:41.076Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:41.076Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_jlUJyl
Description:service
Model UUID:2612ebcd-508e-45ea-a2b3-cf5560effeb4
Model Version:NULL
Model InvariantUuid:5d4518c7-86a2-4043-88a7-8fa8ab97a443
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_jlUJyl
Model UUID:9fa93a6e-e2a8-49fa-9f31-3c20a3360341
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a1ba8ff0-d8cd-4433-960e-f72e743d17d0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:66282fac-ca43-413c-8b02-85fc5ff3718e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:29f82f99-8bc7-4380-a7a8-15cda02c8b64
ModelName:BasicOnboardJlujyl..base_ubuntu18..module-0
ModelUuid:b53ed6ad-521c-4781-aa9d-0fe052ceeb6b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1e8d3882-45c7-4f1b-a1aa-b26e9ff7c389
ModelInvariantUuid:ca8df4d3-e5bd-4657-8149-bbe5afaf6409
ModelName:basic_onboard_jlUJyl-nodes.ubuntu18Cvfc
ModelUuid:89081d05-dac1-42c4-bcb2-b005ae517d9a
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:68bea7e3-d384-4439-998c-dcd601a27aec
ModelInvariantUuid:4e6b5576-bec8-47a8-ba41-e75f0d5a8e87
ModelName:BasicOnboardJlujyl.compute.nodes.heat.ubuntu18
ModelUuid:c11822d9-b120-4a82-a619-79ff66244a42
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:22:41.086Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c3f440a-5397-464e-9049-6e181c6958d5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:22:41.090Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||basic_onboard_jlUJyl 0
2022-06-07T08:22:41.090Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c3f440a-5397-464e-9049-6e181c6958d5
2022-06-07T08:22:41.091Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: dfeeefa9-5e5a-45be-8f82-1e60adff99cb from URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
2022-06-07T08:22:41.091Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T08:22:41.091Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
2022-06-07T08:22:41.149Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T08:22:41.150Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json dfeeefa9-5e5a-45be-8f82-1e60adff99cb 798
2022-06-07T08:22:41.150Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json ASDC sendASDCNotification
2022-06-07T08:22:41.151Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
2022-06-07T08:22:41.151Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:22:41.152Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:41.154Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:41.155Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590161150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:22:41.255Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:41.256Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:41.256Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:41.278Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:41.279Z||pool-27-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:42.156Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJlujyl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "29f82f99-8bc7-4380-a7a8-15cda02c8b64",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b53ed6ad-521c-4781-aa9d-0fe052ceeb6b",
    "vfModuleModelCustomizationUUID": "508c2b60-02aa-4636-a92e-5b5c89656c9a",
    "isBase": true,
    "artifacts": [
      "b57e1d9e-5f3c-4355-9bc5-6e845e391ce8",
      "92570b7f-8a1c-48a4-9969-537e8bc20033"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:22:42.164Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJlujyl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b53ed6ad-521c-4781-aa9d-0fe052ceeb6b
VfModuleModelInvariantUUID:29f82f99-8bc7-4380-a7a8-15cda02c8b64
VfModuleModelDescription:NULL
Artifacts UUID List:{
b57e1d9e-5f3c-4355-9bc5-6e845e391ce8
,
92570b7f-8a1c-48a4-9969-537e8bc20033

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:22:42.167Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJlujyl..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "29f82f99-8bc7-4380-a7a8-15cda02c8b64",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b53ed6ad-521c-4781-aa9d-0fe052ceeb6b",
    "vfModuleModelCustomizationUUID": "508c2b60-02aa-4636-a92e-5b5c89656c9a",
    "isBase": true,
    "artifacts": [
      "b57e1d9e-5f3c-4355-9bc5-6e845e391ce8",
      "92570b7f-8a1c-48a4-9969-537e8bc20033"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:22:42.168Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJlujyl..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b53ed6ad-521c-4781-aa9d-0fe052ceeb6b
VfModuleModelInvariantUUID:29f82f99-8bc7-4380-a7a8-15cda02c8b64
VfModuleModelDescription:NULL
Artifacts UUID List:{
b57e1d9e-5f3c-4355-9bc5-6e845e391ce8
,
92570b7f-8a1c-48a4-9969-537e8bc20033

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu18
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:22:42.168Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: b57e1d9e-5f3c-4355-9bc5-6e845e391ce8 from URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
2022-06-07T08:22:42.168Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T08:22:42.168Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
2022-06-07T08:22:42.228Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T08:22:42.229Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml b57e1d9e-5f3c-4355-9bc5-6e845e391ce8 5033
2022-06-07T08:22:42.229Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T08:22:42.229Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
2022-06-07T08:22:42.229Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:22:42.230Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:42.232Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:42.232Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590162229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:22:42.333Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:42.335Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:42.336Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:42.363Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:42.363Z||pool-28-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:43.234Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 92570b7f-8a1c-48a4-9969-537e8bc20033 from URL: /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
2022-06-07T08:22:43.234Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-06-07T08:22:43.235Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
2022-06-07T08:22:43.317Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-06-07T08:22:43.318Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env 92570b7f-8a1c-48a4-9969-537e8bc20033 909
2022-06-07T08:22:43.318Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T08:22:43.318Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
2022-06-07T08:22:43.319Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:22:43.319Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:43.321Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:43.322Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590163318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:22:43.422Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:43.423Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:43.423Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:43.447Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:43.448Z||pool-29-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:44.322Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2612ebcd-508e-45ea-a2b3-cf5560effeb4
2022-06-07T08:22:44.323Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jlUJyl 0 0c3f440a-5397-464e-9049-6e181c6958d5 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:22:44.340Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f624241, org.onap.sdc.toscaparser.api.parameters.Input@1cca3797, org.onap.sdc.toscaparser.api.parameters.Input@22a5d15c, org.onap.sdc.toscaparser.api.parameters.Input@38c579d, org.onap.sdc.toscaparser.api.parameters.Input@4e316de7]
2022-06-07T08:22:44.342Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 66282fac-ca43-413c-8b02-85fc5ff3718e
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 66282fac-ca43-413c-8b02-85fc5ff3718e matches Tosca VF Customization UUID: 66282fac-ca43-413c-8b02-85fc5ff3718e
2022-06-07T08:22:44.343Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 66282fac-ca43-413c-8b02-85fc5ff3718e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T08:22:44.346Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.346Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.346Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 66282fac-ca43-413c-8b02-85fc5ff3718e: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-07T08:22:44.346Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6ef80de2
2022-06-07T08:22:44.347Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.347Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:22:44.347Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 508c2b60-02aa-4636-a92e-5b5c89656c9a
2022-06-07T08:22:44.347Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 508c2b60-02aa-4636-a92e-5b5c89656c9a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T08:22:44.350Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.350Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:44.350Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:44.350Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is not matching search criteria
2022-06-07T08:22:44.351Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-07T08:22:44.352Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-07T08:22:44.352Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1e8d3882-45c7-4f1b-a1aa-b26e9ff7c389
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:22:44.355Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.355Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:44.355Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:22:44.356Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.356Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jlUJyl 0 is matching search criteria
2022-06-07T08:22:44.356Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jlUJyl 0] matching following query criteria: sdcType=VF, customizationUUID=66282fac-ca43-413c-8b02-85fc5ff3718e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:22:44.358Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.358Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2612ebcd-508e-45ea-a2b3-cf5560effeb4: basic_onboard_jlUJyl
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.359Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:22:44.360Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jlUJyl is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:22:44.361Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_jlUJyl 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:22:44.464Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jlUJyl 0c3f440a-5397-464e-9049-6e181c6958d5 1 ASDC deployResourceStructure
2022-06-07T08:22:44.465Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json ASDC sendASDCNotification
2022-06-07T08:22:44.465Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json
2022-06-07T08:22:44.465Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:22:44.466Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:44.468Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:44.468Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590164465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:22:44.569Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:22:44.571Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:44.571Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:44.610Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:44.611Z||pool-30-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:45.470Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-07T08:22:45.470Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml
2022-06-07T08:22:45.470Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:22:45.471Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:45.474Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:45.474Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590165469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:22:45.574Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:45.575Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:45.575Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:45.595Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:45.596Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:46.475Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-07T08:22:46.476Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env
2022-06-07T08:22:46.476Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:22:46.476Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:46.478Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:46.478Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590166475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:22:46.579Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:46.580Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:46.580Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:46.597Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:46.598Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:22:47.480Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar ASDC sendASDCNotification
2022-06-07T08:22:47.480Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar
2022-06-07T08:22:47.480Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:22:47.481Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:22:47.483Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:22:47.483Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590167479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:22:47.583Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:22:47.585Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:22:47.585Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:22:47.603Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:22:47.604Z||pool-33-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:22:48.484Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 225e2841-6c46-462a-b581-6ae798056848
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:22:48.501Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 225e2841-6c46-462a-b581-6ae798056848
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:22:48.507Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:22:48.507Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:22:48.507Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:22:48.507Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:22:48.508Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:22:48.515Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:23:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:23:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:23:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:10.819Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:23:10.820Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.821Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c53a859c-c37b-42a7-bd7e-3d85ab3441ac",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590145497,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:23:10.822Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:23:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:23:10.825Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590146518,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590158148,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.826Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590161150,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590162229,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590163318,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:23:10.827Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590164465,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/basic_onboard_jlujyl0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590165469,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590166475,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/resourceInstances/basic_onboard_jlujyl0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:23:10.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:10.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:23:10.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590167479,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJlujyl/1.0/artifacts/service-BasicOnboardJlujyl-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:23:10.829Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:23:18.516Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 225e2841-6c46-462a-b581-6ae798056848 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:23:18.524Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 225e2841-6c46-462a-b581-6ae798056848 and serviceModelVersionId: 2612ebcd-508e-45ea-a2b3-cf5560effeb4
2022-06-07T08:23:18.524Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5d4518c7-86a2-4043-88a7-8fa8ab97a443
2022-06-07T08:23:18.525Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0
2022-06-07T08:23:18.531Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:23:18.612Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-07T08:23:18.615Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0|INFO|500||Invoke
2022-06-07T08:23:18.661Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T08:23:18.752Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0|INFO|500||InvokeReturn
2022-06-07T08:23:18.753Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5d4518c7-86a2-4043-88a7-8fa8ab97a443/model-vers/model-ver/2612ebcd-508e-45ea-a2b3-cf5560effeb4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-08:23:18:321-43604], vertex-id=[217128], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:23:18 GMT], Content-Type=[application/json]}
2022-06-07T08:23:18.754Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:23:18.754Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:23:18.755Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:23:18.761Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:23:18.762Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 225e2841-6c46-462a-b581-6ae798056848 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:23:18.762Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:23:18.763Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:23:18.767Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:23:18.767Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590198762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:23:18.867Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:23:18.869Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:23:18.869Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:18.891Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:23:18.892Z||pool-34-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:23:19.785Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:23:19.786Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:23:19.787Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:29.361Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:23:29.362Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:23:29.363Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:23:29.364Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:38.920Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:23:38.921Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:23:38.922Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:23:38.923Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:23:48.490Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:24:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:24:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:24:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:24:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:24:10.177Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:24:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:24:10.819Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:24:10.820Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-07T08:24:10.820Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "225e2841-6c46-462a-b581-6ae798056848",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590198762,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:24:10.821Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:24:19.728Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:25:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:25:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:25:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:25:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:25:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:25:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:25:19.735Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:25:19.767Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:26:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:26:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:26:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:26:10.177Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:26:10.178Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:26:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:26:19.754Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:26:19.755Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:27:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:27:10.177Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:27:10.177Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:27:10.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:27:10.182Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:27:10.182Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:27:19.745Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:27:19.745Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:28:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:28:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:28:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:28:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:28:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:28:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:28:19.741Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:28:19.742Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:29:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:29:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:29:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:29:10.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:29:10.178Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:29:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:29:19.733Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:29:19.734Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:30:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:30:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:30:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:30:10.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:30:10.180Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:30:10.181Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:30:19.743Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:30:19.749Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:31:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:31:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:31:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:31:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:31:10.179Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:31:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:31:19.733Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:31:19.733Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:32:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:32:10.175Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:32:10.175Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:32:10.177Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:32:10.178Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:32:10.179Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:32:19.732Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:32:19.732Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:33:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:33:10.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:33:10.178Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:33:10.178Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:33:10.179Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:33:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:33:19.749Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:33:19.753Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:34:10.172Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:34:10.174Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:34:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:34:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:34:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:10.816Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:34:10.817Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:34:10.818Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.818Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590839127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:34:10.818Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"c615fc2f-646f-469e-bfe4-097514476b57","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"dc573240-ad0e-4bae-863c-270edd70be77","serviceDescription":"service","serviceInvariantUUID":"53af3997-8068-4ef2-841c-b218a4277bb8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"17f21921-0044-422e-94cc-c21d33ee24e1","resourceInvariantUUID":"d53c64bf-1e44-4f21-8d50-f81629c049c6","resourceCustomizationUUID":"b765e639-25f2-455b-97da-2fada84d54b2","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":"OTljOTYxZThjOWUxYjhmNTNhYWI1NDk5YWUxYjNjMDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4fc501dc-8f8b-4ad8-a026-24e1e4d4597a","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZmUzZDAyMWY4ZjM4NjE4ZWRmMmQ4Yzc4ZWEwYjY3Mzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1a525ea4-5c66-4691-8072-4bf35aab289c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:34:10.821Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:34:10.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.822Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "cds",
  "timestamp": 1654590842349,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:34:10.822Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:34:10.822Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590839127,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "cds",
  "timestamp": 1654590842349,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:34:10.823Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "cds",
  "timestamp": 1654590846539,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.824Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "cds",
  "timestamp": 1654590847551,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-07T08:34:10.828Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:34:10.829Z||pool-2-thread-1|||||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-06-07T08:34:10.834Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:34:10.835Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590850172,
  "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-06-07T08:34:10.857Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:34:10.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:34:10.870Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590848361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:34:10.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:34:10.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:34:10.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590848361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:34:10.872Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:34:10.934Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:34:10.937Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:34:10.937Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:10.959Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:34:10.960Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:34:11.836Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:34:11.837Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:34:11.839Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:34:11.839Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590850172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:34:11.940Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:34:11.942Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:34:11.942Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:11.995Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:34:11.996Z||pool-36-thread-1|||||INFO|500||cambria reply ok (56 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:34:12.841Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "dc573240-ad0e-4bae-863c-270edd70be77",
  "serviceDescription": "service",
  "serviceInvariantUUID": "53af3997-8068-4ef2-841c-b218a4277bb8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "b765e639-25f2-455b-97da-2fada84d54b2",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "17f21921-0044-422e-94cc-c21d33ee24e1",
      "resourceInvariantUUID": "d53c64bf-1e44-4f21-8d50-f81629c049c6",
      "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": "ZmUzZDAyMWY4ZjM4NjE4ZWRmMmQ4Yzc4ZWEwYjY3Mzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1a525ea4-5c66-4691-8072-4bf35aab289c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T08:34:12.841Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:34:12.842Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 dc573240-ad0e-4bae-863c-270edd70be77 ASDC
2022-06-07T08:34:12.843Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:c615fc2f-646f-469e-bfe4-097514476b57
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:dc573240-ad0e-4bae-863c-270edd70be77
ServiceInvariantUUID:53af3997-8068-4ef2-841c-b218a4277bb8
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:1a525ea4-5c66-4691-8072-4bf35aab289c
ArtifactChecksum:ZmUzZDAyMWY4ZjM4NjE4ZWRmMmQ4Yzc4ZWEwYjY3Mzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:b765e639-25f2-455b-97da-2fada84d54b2
ResourceInvariantUUID:d53c64bf-1e44-4f21-8d50-f81629c049c6
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:17f21921-0044-422e-94cc-c21d33ee24e1
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-07T08:34:12.843Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF dc573240-ad0e-4bae-863c-270edd70be77 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:34:12.892Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:34:12.894Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:34:12.895Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:34:12.895Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 1a525ea4-5c66-4691-8072-4bf35aab289c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T08:34:12.895Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:34:12.896Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T08:34:13.034Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:34:13.038Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 1a525ea4-5c66-4691-8072-4bf35aab289c 52508
2022-06-07T08:34:13.039Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T08:34:13.039Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T08:34:13.039Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:34:13.040Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:34:13.043Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:34:13.044Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590853039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:34:13.144Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:34:13.145Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:34:13.145Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:13.160Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:34:13.161Z||pool-37-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:34:14.045Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:34:14.046Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:34:14.047Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 1a525ea4-5c66-4691-8072-4bf35aab289c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:14.047Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-07T08:34:14.048Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:14.048Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:14.363Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP283902290921739335/Definitions/service-BasicNetwork-template.yml
2022-06-07T08:34:15.269Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:34:15.271Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:34:15.271Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.271Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-07T08:34:15.271Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.272Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.272Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.272Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.272Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.273Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.273Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.273Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.273Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:34:15.274Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.275Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.275Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T08:34:15.276Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:34:15.276Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:34:15.277Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.277Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.277Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-07T08:34:15.277Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:34:15.278Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:34:15.278Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.278Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.279Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.279Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.280Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.280Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.281Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.281Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.281Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.282Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.282Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:dc573240-ad0e-4bae-863c-270edd70be77
Model Version:NULL
Model InvariantUuid:53af3997-8068-4ef2-841c-b218a4277bb8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:d53c64bf-1e44-4f21-8d50-f81629c049c6
Model UUID:a8236e68-04d8-4412-a332-1de4fdea653e
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:b765e639-25f2-455b-97da-2fada84d54b2
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:34:15.293Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 17f21921-0044-422e-94cc-c21d33ee24e1
2022-06-07T08:34:15.293Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||No resources found for Service: dc573240-ad0e-4bae-863c-270edd70be77
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:34:15.304Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||
2022-06-07T08:34:15.305Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-07T08:34:15.306Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||No resources found for Service: dc573240-ad0e-4bae-863c-270edd70be77
2022-06-07T08:34:15.306Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: dc573240-ad0e-4bae-863c-270edd70be77
2022-06-07T08:34:15.306Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-07T08:34:15.307Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:34:15.317Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@57ca4e13, org.onap.sdc.toscaparser.api.parameters.Input@40d57238, org.onap.sdc.toscaparser.api.parameters.Input@569de47, org.onap.sdc.toscaparser.api.parameters.Input@2256148, org.onap.sdc.toscaparser.api.parameters.Input@79a0dc9]
2022-06-07T08:34:15.319Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.320Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.320Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.320Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid dc573240-ad0e-4bae-863c-270edd70be77: Generic NeutronNet
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.321Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-07T08:34:15.375Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.376Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.377Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.377Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.377Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:34:15.377Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:34:15.378Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-07T08:34:15.477Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-07T08:34:15.478Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-07T08:34:15.478Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-07T08:34:15.478Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:34:15.479Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:34:15.483Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:34:15.483Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590855478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:34:15.583Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:34:15.584Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:34:15.584Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:34:15.606Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:34:15.606Z||pool-38-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:34:16.485Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:34:16.510Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:34:16.515Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:34:16.516Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:34:16.516Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:34:46.517Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:34:46.543Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:34:46.549Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:34:46.549Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:34:46.549Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:35:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:35:10.179Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:35:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:35:10.322Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:35:10.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:35:10.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590850172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:35:10.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:35:16.550Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:35:16.565Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:35:16.567Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:35:16.568Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:35:16.568Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:35:46.568Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:35:46.585Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:35:46.589Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:35:46.589Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:35:46.589Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:36:10.178Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:36:10.181Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:36:10.181Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:10.213Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:10.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590850172,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "policy-id",
  "timestamp": 1654590851628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590852284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590853039,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "policy-id",
  "timestamp": 1654590851628,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590852284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "policy-id",
  "timestamp": 1654590854413,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590855029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "aai-ml",
  "timestamp": 1654590854477,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654590855478,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.242Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "policy-id",
  "timestamp": 1654590855418,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "aai-ml",
  "timestamp": 1654590854477,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590856695,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.244Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "policy-id",
  "timestamp": 1654590856422,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.258Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:36:10.259Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.272Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "aai-ml",
  "timestamp": 1654590857209,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.273Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590857700,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.281Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:36:10.281Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "clamp",
  "timestamp": 1654590857185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.292Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "clamp",
  "timestamp": 1654590857185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "aai-ml",
  "timestamp": 1654590861659,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.293Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "aai-ml",
  "timestamp": 1654590862664,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.300Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:36:10.301Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590859128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590857350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590859128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.318Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590857350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590859128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.319Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590857350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "clamp",
  "timestamp": 1654590865170,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.320Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590859128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590857350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590859128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.321Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590857350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590859128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.322Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590857350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "clamp",
  "timestamp": 1654590868171,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590859128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590857350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590868362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "clamp",
  "timestamp": 1654590869174,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.334Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c615fc2f-646f-469e-bfe4-097514476b57
2022-06-07T08:36:10.334Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId c615fc2f-646f-469e-bfe4-097514476b57 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590859128,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590857350,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590868362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590868362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590870606,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590871210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.349Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590868362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "cds",
  "timestamp": 1654590871613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.369Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.369Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590872379,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590871629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590868362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590873383,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.390Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590871629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590868362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590871629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.403Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590868362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590871629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590868362,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590871629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590871629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590871629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590871629,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590880359,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.408Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590881365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "policy-id",
  "timestamp": 1654590882368,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.416Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.417Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590882284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590882284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590882284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590884477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590882284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590884477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590882284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590884477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590882284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590884477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590887186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590882284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590884477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590887186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590882284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590884477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590887186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590884477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590891232,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590887186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590884477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590887186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590893250,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590887186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590893276,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590887186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590894288,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.446Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.447Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.459Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590887186,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590898783,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "aai-ml",
  "timestamp": 1654590899791,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:10.468Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:36:10.469Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:36:10.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590899127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "cds",
  "timestamp": 1654590902350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590899127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "cds",
  "timestamp": 1654590902350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590899127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "cds",
  "timestamp": 1654590902350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590899127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "cds",
  "timestamp": 1654590902350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590899127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590907176,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:36:10.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "cds",
  "timestamp": 1654590902350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590899127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "cds",
  "timestamp": 1654590902350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590899127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590908361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590909187,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "cds",
  "timestamp": 1654590902350,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590908361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:36:10.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:36:16.590Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:36:16.612Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:36:16.630Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:36:16.631Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:36:16.631Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:36:16.632Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:36:16.632Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:36:16.632Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:36:16.633Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:36:16.641Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:36:46.642Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c615fc2f-646f-469e-bfe4-097514476b57 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:36:46.663Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c615fc2f-646f-469e-bfe4-097514476b57 and serviceModelVersionId: dc573240-ad0e-4bae-863c-270edd70be77
2022-06-07T08:36:46.664Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53af3997-8068-4ef2-841c-b218a4277bb8
2022-06-07T08:36:46.669Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0
2022-06-07T08:36:46.685Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:36:46.786Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|INFO|500||Invoke
2022-06-07T08:36:46.787Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c615fc2f-646f-469e-bfe4-097514476b57], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[80942c73-b0fd-4e29-a7c7-70bc0daaf22f], X-ECOMP-RequestID=[c615fc2f-646f-469e-bfe4-097514476b57], X-TransactionId=[], X-ONAP-RequestID=[c615fc2f-646f-469e-bfe4-097514476b57], Content-Type=[application/merge-patch+json]}
2022-06-07T08:36:46.832Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T08:36:46.916Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?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/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-08:36:46:463-51692], vertex-id=[184368], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:36:46 GMT], Content-Type=[application/json]}
2022-06-07T08:36:46.917Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:36:46.918Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53af3997-8068-4ef2-841c-b218a4277bb8/model-vers/model-ver/dc573240-ad0e-4bae-863c-270edd70be77?depth=0|INFO|500||InvokeReturn
2022-06-07T08:36:46.918Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:36:46.918Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:36:46.924Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:36:46.925Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c615fc2f-646f-469e-bfe4-097514476b57 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:36:46.926Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:36:46.927Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:46.933Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:46.934Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591006926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:36:47.033Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:36:47.035Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:47.035Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:47.064Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:47.066Z||pool-39-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:36:47.958Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:36:47.960Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:36:47.960Z|c615fc2f-646f-469e-bfe4-097514476b57|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:52.473Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:52.476Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-07T08:36:52.476Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdc10e11-6eff-4458-a0ea-6d1b70e23773","serviceName":"Demo_pNF_qpc4N4rSacbkGm68wmut","serviceVersion":"1.0","serviceUUID":"41b4b847-5ef5-4711-a6f9-f95670ad4e4c","serviceDescription":"catalog service description","serviceInvariantUUID":"fa388411-cfce-4af2-90cc-4b9fd69dd6c8","resources":[{"resourceInstanceName":"pNF d972a8ff-5c8c 0","resourceName":"pNF d972a8ff-5c8c","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4","resourceInvariantUUID":"965eedc9-8f9b-4096-9d5a-8f89a37ae238","resourceCustomizationUUID":"d5b4e4ee-c513-4d74-9a0b-573453b17783","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml","artifactChecksum":"ZmE3YjA4YzM5ZmYxOGI4ZTYwZTNjOGUzYTlhYWY4M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74b2f74a-be20-48ff-84d2-5c08633d8d59","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar","artifactChecksum":"ZjdjZDJiNDRhMzZhNTM0MzFmMTEzYjBjMmQxMmVkNzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3122a38c-dfd5-4cac-b8b1-008012b748e1","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"cb1898a6-9275-4124-b106-26bb58b0613f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml","artifactChecksum":"M2Q1ODY1NTJmZTIyNWE2MmU3NzY5ZTJlMjgwOTc3MjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2b2543bf-072c-4a9f-b9fd-59f73ab25867","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d786b1cc-c8d2-40f7-aef0-f363fb2aec79","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0bb843aa-25e9-46e0-a310-53e051a01559","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml","artifactChecksum":"MzFjNWYxNzg4NWQ0N2M2NzYwZTc1MjY1Y2EwOGUwY2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"757b66c0-150b-4e8d-8f59-200d6e152294","artifactVersion":"1"},{"artifactName":"service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar","artifactChecksum":"ODY3N2RkMTEzYWQwYTZjMzE4ZWEwMDllMTA3YjYxNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c6b57307-4744-4bac-8205-375dfdab4559","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:36:52.484Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:52.485Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:52.489Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:52.489Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:52.589Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:36:52.590Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:52.590Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:52.610Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:52.611Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:36:53.491Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:53.494Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:53.501Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:53.502Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:53.601Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:36:53.602Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:53.603Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:53.624Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:53.625Z||pool-41-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:36:54.504Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:54.505Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:54.516Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:54.517Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:54.608Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-06-07T08:36:54.613Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:54.613Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:54.633Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:54.634Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:36:55.519Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:55.523Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:55.528Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:55.528Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:55.627Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T08:36:55.629Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:55.629Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:55.648Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:55.650Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:36:56.529Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:56.530Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:56.532Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:56.532Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:56.633Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:36:56.634Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:56.634Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:56.675Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:56.676Z||pool-44-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:36:57.533Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:57.534Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:57.537Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:57.537Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:57.637Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:36:57.638Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:57.638Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:57.655Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:57.655Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:36:58.538Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:58.539Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:58.543Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:58.543Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:36:58.643Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:36:58.645Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:58.645Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:58.664Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:58.665Z||pool-46-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:36:59.544Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:36:59.545Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:36:59.548Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:36:59.548Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:36:59.648Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:36:59.649Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:36:59.650Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:36:59.669Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:36:59.670Z||pool-47-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:00.550Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "serviceName": "Demo_pNF_qpc4N4rSacbkGm68wmut",
  "serviceVersion": "1.0",
  "serviceUUID": "41b4b847-5ef5-4711-a6f9-f95670ad4e4c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "fa388411-cfce-4af2-90cc-4b9fd69dd6c8",
  "resources": [
    {
      "resourceInstanceName": "pNF d972a8ff-5c8c 0",
      "resourceCustomizationUUID": "d5b4e4ee-c513-4d74-9a0b-573453b17783",
      "resourceName": "pNF d972a8ff-5c8c",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4",
      "resourceInvariantUUID": "965eedc9-8f9b-4096-9d5a-8f89a37ae238",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
      "artifactChecksum": "ODY3N2RkMTEzYWQwYTZjMzE4ZWEwMDllMTA3YjYxNzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "c6b57307-4744-4bac-8205-375dfdab4559"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T08:37:00.550Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:37:00.550Z|c615fc2f-646f-469e-bfe4-097514476b57|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 41b4b847-5ef5-4711-a6f9-f95670ad4e4c ASDC
2022-06-07T08:37:00.551Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:cdc10e11-6eff-4458-a0ea-6d1b70e23773
ServiceName:Demo_pNF_qpc4N4rSacbkGm68wmut
ServiceVersion:1.0
ServiceUUID:41b4b847-5ef5-4711-a6f9-f95670ad4e4c
ServiceInvariantUUID:fa388411-cfce-4af2-90cc-4b9fd69dd6c8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
ArtifactUUID:c6b57307-4744-4bac-8205-375dfdab4559
ArtifactChecksum:ODY3N2RkMTEzYWQwYTZjMzE4ZWEwMDllMTA3YjYxNzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d972a8ff-5c8c 0
ResourceCustomizationUUID:d5b4e4ee-c513-4d74-9a0b-573453b17783
ResourceInvariantUUID:965eedc9-8f9b-4096-9d5a-8f89a37ae238
ResourceName:pNF d972a8ff-5c8c
ResourceType:PNF
ResourceUUID:1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-07T08:37:00.551Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41b4b847-5ef5-4711-a6f9-f95670ad4e4c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:37:00.588Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:37:00.589Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:37:00.589Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:37:00.589Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: c6b57307-4744-4bac-8205-375dfdab4559 from URL: /sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:00.589Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:37:00.590Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:00.664Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:37:00.668Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar c6b57307-4744-4bac-8205-375dfdab4559 82631
2022-06-07T08:37:00.669Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar ASDC sendASDCNotification
2022-06-07T08:37:00.669Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:00.670Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:37:00.670Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:00.673Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:00.673Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591020669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:37:00.773Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:00.774Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:00.774Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:00.790Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:00.791Z||pool-48-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:01.673Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:37:01.675Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:37:01.675Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: c6b57307-4744-4bac-8205-375dfdab4559, URL: /sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar to file: /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:01.676Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:01.677Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:01.677Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:01.872Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15930049843996344072/Definitions/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml
2022-06-07T08:37:03.034Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:37:03.035Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:37:03.035Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.035Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T08:37:03.035Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d972a8ff-5c8c 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-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:37:03.036Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:03.037Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.037Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Node template pNF d972a8ff-5c8c 0 is matching search criteria
2022-06-07T08:37:03.037Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:37:03.038Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d972a8ff-5c8c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:37:03.039Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:03.039Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.039Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Node template pNF d972a8ff-5c8c 0 is matching search criteria
2022-06-07T08:37:03.039Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:37:03.040Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF d972a8ff-5c8c 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:37:03.040Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:03.040Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.040Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:03.041Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.041Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:03.041Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.041Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:03.042Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.042Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:03.042Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.043Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_qpc4N4rSacbkGm68wmut
Description:catalog service description
Model UUID:41b4b847-5ef5-4711-a6f9-f95670ad4e4c
Model Version:NULL
Model InvariantUuid:fa388411-cfce-4af2-90cc-4b9fd69dd6c8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:37:03.051Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:37:03.057Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||pNF d972a8ff-5c8c 0
2022-06-07T08:37:03.058Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4
2022-06-07T08:37:03.058Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 41b4b847-5ef5-4711-a6f9-f95670ad4e4c
2022-06-07T08:37:03.058Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 41b4b847-5ef5-4711-a6f9-f95670ad4e4c
2022-06-07T08:37:03.058Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d972a8ff-5c8c 0 1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:37:03.065Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e085db3, org.onap.sdc.toscaparser.api.parameters.Input@7e4741e1, org.onap.sdc.toscaparser.api.parameters.Input@79f8e367, org.onap.sdc.toscaparser.api.parameters.Input@575a1037, org.onap.sdc.toscaparser.api.parameters.Input@3b532aaa]
2022-06-07T08:37:03.066Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:03.066Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.066Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 41b4b847-5ef5-4711-a6f9-f95670ad4e4c: pNF d972a8ff-5c8c
2022-06-07T08:37:03.066Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Processing PNF resource: 1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4
2022-06-07T08:37:03.067Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:03.067Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_qpc4N4rSacbkGm68wmut is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:03.067Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||Resource customization UUID: d5b4e4ee-c513-4d74-9a0b-573453b17783 is the same as notified resource customizationUUID: d5b4e4ee-c513-4d74-9a0b-573453b17783
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-07T08:37:03.143Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d972a8ff-5c8c 1d2e8ffe-bb7c-4aa8-8c5d-97cb44ccb9c4 0 ASDC deployResourceStructure
2022-06-07T08:37:03.144Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar ASDC sendASDCNotification
2022-06-07T08:37:03.144Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar
2022-06-07T08:37:03.144Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:37:03.144Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:03.148Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:03.148Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591023143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:37:03.248Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:03.249Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:03.250Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:03.285Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:03.285Z||pool-49-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:37:04.151Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdc10e11-6eff-4458-a0ea-6d1b70e23773
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:37:04.167Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdc10e11-6eff-4458-a0ea-6d1b70e23773
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:37:04.173Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:37:04.173Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:37:04.173Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:37:04.173Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:37:04.173Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:37:04.174Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:37:04.174Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:37:04.174Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:37:04.174Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:37:04.174Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:37:04.174Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:37:04.183Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:37:10.178Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:37:10.179Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:37:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:10.210Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:10.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:37:10.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "clamp",
  "timestamp": 1654590910191,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:37:10.225Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdc10e11-6eff-4458-a0ea-6d1b70e23773
2022-06-07T08:37:10.225Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdc10e11-6eff-4458-a0ea-6d1b70e23773 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:37:34.184Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdc10e11-6eff-4458-a0ea-6d1b70e23773 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:37:34.191Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdc10e11-6eff-4458-a0ea-6d1b70e23773 and serviceModelVersionId: 41b4b847-5ef5-4711-a6f9-f95670ad4e4c
2022-06-07T08:37:34.191Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fa388411-cfce-4af2-90cc-4b9fd69dd6c8
2022-06-07T08:37:34.192Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fa388411-cfce-4af2-90cc-4b9fd69dd6c8/model-vers/model-ver/41b4b847-5ef5-4711-a6f9-f95670ad4e4c?depth=0
2022-06-07T08:37:34.205Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:37:34.279Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa388411-cfce-4af2-90cc-4b9fd69dd6c8/model-vers/model-ver/41b4b847-5ef5-4711-a6f9-f95670ad4e4c?depth=0|INFO|500||Invoke
2022-06-07T08:37:34.280Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa388411-cfce-4af2-90cc-4b9fd69dd6c8/model-vers/model-ver/41b4b847-5ef5-4711-a6f9-f95670ad4e4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa388411-cfce-4af2-90cc-4b9fd69dd6c8/model-vers/model-ver/41b4b847-5ef5-4711-a6f9-f95670ad4e4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cdc10e11-6eff-4458-a0ea-6d1b70e23773], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[31e557df-ea91-4421-bae5-24f2c922e81d], X-ECOMP-RequestID=[cdc10e11-6eff-4458-a0ea-6d1b70e23773], X-TransactionId=[], X-ONAP-RequestID=[cdc10e11-6eff-4458-a0ea-6d1b70e23773], Content-Type=[application/merge-patch+json]}
2022-06-07T08:37:34.318Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa388411-cfce-4af2-90cc-4b9fd69dd6c8/model-vers/model-ver/41b4b847-5ef5-4711-a6f9-f95670ad4e4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T08:37:34.399Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa388411-cfce-4af2-90cc-4b9fd69dd6c8/model-vers/model-ver/41b4b847-5ef5-4711-a6f9-f95670ad4e4c?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/fa388411-cfce-4af2-90cc-4b9fd69dd6c8/model-vers/model-ver/41b4b847-5ef5-4711-a6f9-f95670ad4e4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-08:37:33:947-48529], vertex-id=[213080], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:37:33 GMT], Content-Type=[application/json]}
2022-06-07T08:37:34.399Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa388411-cfce-4af2-90cc-4b9fd69dd6c8/model-vers/model-ver/41b4b847-5ef5-4711-a6f9-f95670ad4e4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:37:34.400Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fa388411-cfce-4af2-90cc-4b9fd69dd6c8/model-vers/model-ver/41b4b847-5ef5-4711-a6f9-f95670ad4e4c?depth=0|INFO|500||InvokeReturn
2022-06-07T08:37:34.401Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:37:34.401Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:37:34.407Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:37:34.408Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdc10e11-6eff-4458-a0ea-6d1b70e23773 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:37:34.409Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:37:34.409Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:34.412Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:34.412Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591054408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:37:34.513Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:37:34.514Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:34.514Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:34.535Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:34.536Z||pool-50-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:37:35.437Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-07T08:37:35.437Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"11bad266-2dfd-477b-bd48-86e610cc0c01","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ae8d2051-06b0-4197-9f48-e7438b766740","serviceDescription":"service","serviceInvariantUUID":"80db89d6-17cd-49c0-97d3-0a11ee0172f0","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"afefa23b-6779-4be4-8f11-a9fb4c6b3214","resourceInvariantUUID":"9aff0bea-8467-41cc-a4e2-cfd82da84a48","resourceCustomizationUUID":"90cbdb40-c73c-49eb-b8b2-409bd26bb106","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":"NDI0YmJiMDJjMDQ4MjY0Y2JjYjEwOTFhMTRmNTRlZDA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5e5bc209-eb84-4310-9c84-542931ccc3c3","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":"OGY1YzUzMDkxMTg1NTNiMGE4Y2YwOGZjZjNiZDMyNTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b0b84798-803c-455e-a0ba-f96a30a39038","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":"6264d72f-b109-43d4-b69a-f16101087bb8","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":"d362902a-a4db-43ea-9a5c-cf0332ee84c9","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":"bafedffd-e7f5-412e-a56b-6a0dd180ac91","artifactVersion":"2","generatedFromUUID":"6264d72f-b109-43d4-b69a-f16101087bb8"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDI4Mjg5NjBiODU3YjkyYWZlYzFjMjk4YzA3Y2U5NDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"75cef6cf-a7a1-4892-9c88-de9587a5d129","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ODVhODBjZTJkMTk1Y2E4ZjliYzliYzc3MDc3YzEzODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"72e916d3-0aa5-4600-bc94-0e160e60ad8d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:37:35.439Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:37:35.439Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:35.443Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:35.444Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:37:35.544Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:35.545Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:35.545Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:35.562Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:35.564Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:37:36.444Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:37:36.446Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:36.448Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:36.448Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:37:36.548Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:37:36.549Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:36.550Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:36.565Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:36.566Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:37:37.449Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:37:37.451Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:37.455Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:37.456Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:37:37.556Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:37.557Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:37.558Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:37.574Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:37.576Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:38.462Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:37:38.462Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:38.464Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:38.467Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:37:38.568Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:37:38.569Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:38.569Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:38.586Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:38.587Z||pool-54-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:37:39.468Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:37:39.469Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:39.471Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:39.471Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T08:37:39.572Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:39.573Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:39.573Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:39.591Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:39.592Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:37:40.472Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:37:40.473Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:40.477Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:40.477Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:37:40.576Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T08:37:40.577Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:40.577Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:40.596Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:40.597Z||pool-56-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:41.478Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:37:41.493Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:41.497Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:41.497Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:37:41.599Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-07T08:37:41.600Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:41.600Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:41.625Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:41.626Z||pool-57-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:42.500Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ae8d2051-06b0-4197-9f48-e7438b766740",
  "serviceDescription": "service",
  "serviceInvariantUUID": "80db89d6-17cd-49c0-97d3-0a11ee0172f0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "90cbdb40-c73c-49eb-b8b2-409bd26bb106",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "afefa23b-6779-4be4-8f11-a9fb4c6b3214",
      "resourceInvariantUUID": "9aff0bea-8467-41cc-a4e2-cfd82da84a48",
      "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": "OGY1YzUzMDkxMTg1NTNiMGE4Y2YwOGZjZjNiZDMyNTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "b0b84798-803c-455e-a0ba-f96a30a39038",
          "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": "6264d72f-b109-43d4-b69a-f16101087bb8",
          "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": "bafedffd-e7f5-412e-a56b-6a0dd180ac91",
            "generatedFromUUID": "6264d72f-b109-43d4-b69a-f16101087bb8"
          },
          "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": "bafedffd-e7f5-412e-a56b-6a0dd180ac91",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "ODVhODBjZTJkMTk1Y2E4ZjliYzliYzc3MDc3YzEzODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "72e916d3-0aa5-4600-bc94-0e160e60ad8d"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T08:37:42.500Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:37:42.501Z|cdc10e11-6eff-4458-a0ea-6d1b70e23773|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ae8d2051-06b0-4197-9f48-e7438b766740 ASDC
2022-06-07T08:37:42.501Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:11bad266-2dfd-477b-bd48-86e610cc0c01
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ae8d2051-06b0-4197-9f48-e7438b766740
ServiceInvariantUUID:80db89d6-17cd-49c0-97d3-0a11ee0172f0
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:72e916d3-0aa5-4600-bc94-0e160e60ad8d
ArtifactChecksum:ODVhODBjZTJkMTk1Y2E4ZjliYzliYzc3MDc3YzEzODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:90cbdb40-c73c-49eb-b8b2-409bd26bb106
ResourceInvariantUUID:9aff0bea-8467-41cc-a4e2-cfd82da84a48
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:afefa23b-6779-4be4-8f11-a9fb4c6b3214
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:b0b84798-803c-455e-a0ba-f96a30a39038
ArtifactChecksum:OGY1YzUzMDkxMTg1NTNiMGE4Y2YwOGZjZjNiZDMyNTY=
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:6264d72f-b109-43d4-b69a-f16101087bb8
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:bafedffd-e7f5-412e-a56b-6a0dd180ac91
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:bafedffd-e7f5-412e-a56b-6a0dd180ac91
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T08:37:42.501Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ae8d2051-06b0-4197-9f48-e7438b766740 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:37:42.562Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:37:42.563Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:37:42.563Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:37:42.563Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 72e916d3-0aa5-4600-bc94-0e160e60ad8d from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T08:37:42.563Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:37:42.563Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T08:37:42.723Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:37:42.726Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 72e916d3-0aa5-4600-bc94-0e160e60ad8d 71059
2022-06-07T08:37:42.726Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-07T08:37:42.726Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T08:37:42.727Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:37:42.727Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:42.730Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:42.730Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591062726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:37:42.829Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:37:42.831Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:42.831Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:42.861Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:42.862Z||pool-58-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:43.730Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:37:43.732Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:37:43.732Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 72e916d3-0aa5-4600-bc94-0e160e60ad8d, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:43.732Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-07T08:37:43.733Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:43.733Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:43.933Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11353744500304063252/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-07T08:37:45.583Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:37:45.584Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:37:45.584Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.584Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T08:37:45.585Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.585Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.585Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.585Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.585Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.586Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.586Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.586Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.586Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-07T08:37:45.586Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:37:45.586Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.587Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:45.587Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T08:37:45.587Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:37:45.587Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:37:45.587Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.587Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:45.588Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T08:37:45.588Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:37:45.588Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:37:45.588Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.588Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:45.588Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.588Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T08:37:45.589Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-07T08:37:45.589Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-07T08:37:45.589Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-07T08:37:45.589Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T08:37:45.590Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T08:37:45.590Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.590Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:37:45.590Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.590Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T08:37:45.591Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:37:45.591Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.591Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T08:37:45.591Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:37:45.592Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.592Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T08:37:45.592Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:37:45.592Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.593Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T08:37:45.593Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T08:37:45.593Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T08:37:45.593Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a612532a-8c7b-4dda-87d5-8e735d653fbe
2022-06-07T08:37:45.593Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.594Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:45.594Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.594Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:45.594Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.594Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:45.594Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:45.594Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:45.595Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ae8d2051-06b0-4197-9f48-e7438b766740
Model Version:NULL
Model InvariantUuid:80db89d6-17cd-49c0-97d3-0a11ee0172f0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:95156ffb-4bad-4789-807c-2bd40e311e56
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:9aff0bea-8467-41cc-a4e2-cfd82da84a48
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:90cbdb40-c73c-49eb-b8b2-409bd26bb106
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3d5cab1d-a043-4128-8a66-a06fa1813bc6
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:ae1206ed-2f98-4006-8323-322d4e20bc74
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a612532a-8c7b-4dda-87d5-8e735d653fbe
ModelInvariantUuid:9fb57307-9b3f-4c11-9ba8-310e00d96d23
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:9e9e2ef8-e3d2-4031-8bdb-250dd1f08799
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:60e43c3c-3de0-4e3f-9061-4064d99b7f37
ModelInvariantUuid:ab6ec05b-6cd6-41d0-bec3-5a3e1157ce4c
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:3564edd9-e6e6-49ea-b5d4-2fe44c90cf8c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:37:45.602Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: afefa23b-6779-4be4-8f11-a9fb4c6b3214
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:37:45.606Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-06-07T08:37:45.607Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: afefa23b-6779-4be4-8f11-a9fb4c6b3214
2022-06-07T08:37:45.607Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b0b84798-803c-455e-a0ba-f96a30a39038 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-07T08:37:45.608Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:37:45.608Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-07T08:37:45.656Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:37:45.657Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json b0b84798-803c-455e-a0ba-f96a30a39038 787
2022-06-07T08:37:45.657Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-07T08:37:45.657Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-07T08:37:45.658Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:37:45.658Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:45.660Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:45.661Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591065657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:37:45.761Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:45.762Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:45.762Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:45.785Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:45.786Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:46.661Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3d5cab1d-a043-4128-8a66-a06fa1813bc6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae1206ed-2f98-4006-8323-322d4e20bc74",
    "vfModuleModelCustomizationUUID": "44496bf0-ebab-4e49-8a6a-75b8e99bcf0a",
    "isBase": true,
    "artifacts": [
      "6264d72f-b109-43d4-b69a-f16101087bb8",
      "bafedffd-e7f5-412e-a56b-6a0dd180ac91"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:37:46.667Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae1206ed-2f98-4006-8323-322d4e20bc74
VfModuleModelInvariantUUID:3d5cab1d-a043-4128-8a66-a06fa1813bc6
VfModuleModelDescription:NULL
Artifacts UUID List:{
6264d72f-b109-43d4-b69a-f16101087bb8
,
bafedffd-e7f5-412e-a56b-6a0dd180ac91

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:37:46.669Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3d5cab1d-a043-4128-8a66-a06fa1813bc6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae1206ed-2f98-4006-8323-322d4e20bc74",
    "vfModuleModelCustomizationUUID": "44496bf0-ebab-4e49-8a6a-75b8e99bcf0a",
    "isBase": true,
    "artifacts": [
      "6264d72f-b109-43d4-b69a-f16101087bb8",
      "bafedffd-e7f5-412e-a56b-6a0dd180ac91"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:37:46.669Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae1206ed-2f98-4006-8323-322d4e20bc74
VfModuleModelInvariantUUID:3d5cab1d-a043-4128-8a66-a06fa1813bc6
VfModuleModelDescription:NULL
Artifacts UUID List:{
6264d72f-b109-43d4-b69a-f16101087bb8
,
bafedffd-e7f5-412e-a56b-6a0dd180ac91

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:37:46.670Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6264d72f-b109-43d4-b69a-f16101087bb8 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-07T08:37:46.670Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:37:46.670Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-07T08:37:46.717Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:37:46.717Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 6264d72f-b109-43d4-b69a-f16101087bb8 5033
2022-06-07T08:37:46.718Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-07T08:37:46.718Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-07T08:37:46.718Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:37:46.719Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:46.722Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:46.722Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591066718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:37:46.822Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:46.824Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:46.824Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:46.840Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:46.841Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:37:47.723Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: bafedffd-e7f5-412e-a56b-6a0dd180ac91 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-07T08:37:47.724Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:37:47.725Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-07T08:37:47.831Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:37:47.832Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env bafedffd-e7f5-412e-a56b-6a0dd180ac91 903
2022-06-07T08:37:47.832Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-07T08:37:47.833Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-07T08:37:47.833Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:37:47.833Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:47.836Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:47.836Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591067832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:37:47.936Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:47.938Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:47.938Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:47.960Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:47.962Z||pool-61-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:48.837Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: ae8d2051-06b0-4197-9f48-e7438b766740
2022-06-07T08:37:48.838Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 afefa23b-6779-4be4-8f11-a9fb4c6b3214 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:37:48.858Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@34d3e65a, org.onap.sdc.toscaparser.api.parameters.Input@59710c26, org.onap.sdc.toscaparser.api.parameters.Input@251221f4, org.onap.sdc.toscaparser.api.parameters.Input@98faf75, org.onap.sdc.toscaparser.api.parameters.Input@22456928]
2022-06-07T08:37:48.861Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.862Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:48.862Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-07T08:37:48.862Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 90cbdb40-c73c-49eb-b8b2-409bd26bb106
2022-06-07T08:37:48.863Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 90cbdb40-c73c-49eb-b8b2-409bd26bb106 matches Tosca VF Customization UUID: 90cbdb40-c73c-49eb-b8b2-409bd26bb106
2022-06-07T08:37:48.863Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 90cbdb40-c73c-49eb-b8b2-409bd26bb106  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T08:37:48.869Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.870Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:48.871Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 90cbdb40-c73c-49eb-b8b2-409bd26bb106: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-07T08:37:48.872Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33ad28e8
2022-06-07T08:37:48.872Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.872Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:37:48.873Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 44496bf0-ebab-4e49-8a6a-75b8e99bcf0a
2022-06-07T08:37:48.873Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 44496bf0-ebab-4e49-8a6a-75b8e99bcf0a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T08:37:48.878Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.879Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T08:37:48.879Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:37:48.879Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.880Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T08:37:48.880Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:37:48.880Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.880Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-07T08:37:48.881Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T08:37:48.881Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T08:37:48.881Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a612532a-8c7b-4dda-87d5-8e735d653fbe
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:37:48.885Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.885Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T08:37:48.886Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:37:48.886Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.886Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-07T08:37:48.886Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=90cbdb40-c73c-49eb-b8b2-409bd26bb106
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:37:48.888Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.889Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:48.889Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid ae8d2051-06b0-4197-9f48-e7438b766740: basic_vm
2022-06-07T08:37:48.889Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.889Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:48.890Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.890Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:48.890Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.890Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:48.891Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.891Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:48.891Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:37:48.891Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:37:48.891Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:37:49.006Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm afefa23b-6779-4be4-8f11-a9fb4c6b3214 1 ASDC deployResourceStructure
2022-06-07T08:37:49.007Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-07T08:37:49.007Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-07T08:37:49.008Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:37:49.008Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:49.012Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:49.012Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591069007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:37:49.112Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:49.116Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:49.116Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:49.138Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:49.139Z||pool-62-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:50.014Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-07T08:37:50.014Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-07T08:37:50.015Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:37:50.015Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:50.019Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:50.019Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591070014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:37:50.119Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:50.120Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:50.120Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:50.137Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:50.138Z||pool-63-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:37:51.021Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-07T08:37:51.021Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-07T08:37:51.021Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:37:51.022Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:51.025Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:51.025Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591071021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:37:51.125Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:51.126Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:51.126Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:51.144Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:51.145Z||pool-64-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:37:52.026Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-07T08:37:52.027Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-07T08:37:52.027Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:37:52.027Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:37:52.030Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:37:52.030Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591072026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:37:52.130Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:37:52.131Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:37:52.131Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:37:52.158Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:37:52.158Z||pool-65-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":2,"count":1}
2022-06-07T08:37:53.031Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11bad266-2dfd-477b-bd48-86e610cc0c01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:37:53.043Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11bad266-2dfd-477b-bd48-86e610cc0c01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:37:53.046Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:37:53.046Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:37:53.046Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:38:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:38:10.178Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:38:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:38:10.211Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:38:10.228Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.228Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "cds",
  "timestamp": 1654590910318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.229Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590908361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "cds",
  "timestamp": 1654590911327,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.239Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 11bad266-2dfd-477b-bd48-86e610cc0c01
2022-06-07T08:38:10.240Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bad266-2dfd-477b-bd48-86e610cc0c01 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:10.250Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590908361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.252Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.252Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.252Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.253Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590908361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.253Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.253Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.254Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.254Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.254Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590908361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.255Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.255Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.255Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590908361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.256Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.256Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.256Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.257Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.257Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.257Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590916120,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.258Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590917190,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.259Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590918243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.260Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590917350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.261Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.262Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.262Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.262Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590919267,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.269Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11bad266-2dfd-477b-bd48-86e610cc0c01
2022-06-07T08:38:10.269Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bad266-2dfd-477b-bd48-86e610cc0c01 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:10.281Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590917350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.282Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.282Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590919127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.282Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590919373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.283Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.283Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590920050,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.283Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590920272,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.285Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590917350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590919127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590920378,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590917350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590919127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "policy-id",
  "timestamp": 1654590921382,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.296Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 11bad266-2dfd-477b-bd48-86e610cc0c01
2022-06-07T08:38:10.297Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bad266-2dfd-477b-bd48-86e610cc0c01 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T08:38:10.308Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.308Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590922216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.309Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.309Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.309Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.309Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590922563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.310Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.310Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.310Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590917350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.310Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590919127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.311Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.311Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.311Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.312Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.312Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.312Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590923589,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.323Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 11bad266-2dfd-477b-bd48-86e610cc0c01
2022-06-07T08:38:10.323Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bad266-2dfd-477b-bd48-86e610cc0c01 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:10.336Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590917350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.337Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.337Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.337Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590919127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.338Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590917350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590919127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.339Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590917350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.340Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590919127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.340Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.340Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.341Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.341Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590917350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.341Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590919127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.342Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590927193,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654590919127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590928179,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.343Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.344Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.344Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.344Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "cds",
  "timestamp": 1654590928200,
  "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-06-07T08:38:10.370Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 616b6ca3-bc39-42a0-9df4-f41ae4a296c4
2022-06-07T08:38:10.370Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 616b6ca3-bc39-42a0-9df4-f41ae4a296c4 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:10.384Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.385Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.385Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.385Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590928361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.386Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.386Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.386Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.387Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590928361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.387Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.387Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590930422,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590930189,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.388Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.388Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.388Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590911628,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.389Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.389Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.389Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590928361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.390Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "aai-ml",
  "timestamp": 1654590931427,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.411Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 11bad266-2dfd-477b-bd48-86e610cc0c01
2022-06-07T08:38:10.411Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bad266-2dfd-477b-bd48-86e610cc0c01 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:10.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.428Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "clamp",
  "timestamp": 1654590931199,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.439Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 11bad266-2dfd-477b-bd48-86e610cc0c01
2022-06-07T08:38:10.440Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 11bad266-2dfd-477b-bd48-86e610cc0c01 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:10.457Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.458Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.458Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.458Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590931516,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.459Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590928361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.459Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.459Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.460Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590912284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.461Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590932524,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.462Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590928361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.462Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.462Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.462Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.463Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.463Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.463Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590933703,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.464Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "policy-id",
  "timestamp": 1654590933527,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.476Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 616b6ca3-bc39-42a0-9df4-f41ae4a296c4
2022-06-07T08:38:10.476Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 616b6ca3-bc39-42a0-9df4-f41ae4a296c4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:10.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590928361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.491Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590928361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.491Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.491Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.492Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.492Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.492Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590935933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.493Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590928361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.493Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.493Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.493Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.494Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.494Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.494Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654590936936,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.504Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 616b6ca3-bc39-42a0-9df4-f41ae4a296c4
2022-06-07T08:38:10.504Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 616b6ca3-bc39-42a0-9df4-f41ae4a296c4 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:10.517Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.517Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590928361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.518Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.518Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.518Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.519Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590938092,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.519Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.519Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.519Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.520Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.520Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.520Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590939156,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.520Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:10.521Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.521Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.521Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590940209,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.522Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590914477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.522Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.522Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590917185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:38:10.522Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:38:10.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590941265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.523Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.523Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.523Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590941523,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.523Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.524Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.524Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590942344,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.540Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 616b6ca3-bc39-42a0-9df4-f41ae4a296c4
2022-06-07T08:38:10.541Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 616b6ca3-bc39-42a0-9df4-f41ae4a296c4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T08:38:10.552Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.552Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654590943348,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590949184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:38:10.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.553Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590949863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.553Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.553Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.554Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "aai-ml",
  "timestamp": 1654590950868,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.561Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 616b6ca3-bc39-42a0-9df4-f41ae4a296c4
2022-06-07T08:38:10.562Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 616b6ca3-bc39-42a0-9df4-f41ae4a296c4 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:10.574Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.574Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590951191,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:38:10.575Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:38:10.575Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:38:10.575Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "clamp",
  "timestamp": 1654590952194,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:10.582Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 616b6ca3-bc39-42a0-9df4-f41ae4a296c4
2022-06-07T08:38:10.582Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 616b6ca3-bc39-42a0-9df4-f41ae4a296c4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:38:23.047Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 11bad266-2dfd-477b-bd48-86e610cc0c01
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:38:23.068Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 11bad266-2dfd-477b-bd48-86e610cc0c01
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:38:23.078Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:38:23.078Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:38:23.079Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:38:23.079Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:38:23.079Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:38:23.080Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:38:23.080Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:38:23.080Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:38:23.081Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:38:23.081Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:38:23.082Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:38:23.092Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:38:53.093Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 11bad266-2dfd-477b-bd48-86e610cc0c01 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:38:53.103Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 11bad266-2dfd-477b-bd48-86e610cc0c01 and serviceModelVersionId: ae8d2051-06b0-4197-9f48-e7438b766740
2022-06-07T08:38:53.103Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 80db89d6-17cd-49c0-97d3-0a11ee0172f0
2022-06-07T08:38:53.105Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/80db89d6-17cd-49c0-97d3-0a11ee0172f0/model-vers/model-ver/ae8d2051-06b0-4197-9f48-e7438b766740?depth=0
2022-06-07T08:38:53.113Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:38:53.193Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80db89d6-17cd-49c0-97d3-0a11ee0172f0/model-vers/model-ver/ae8d2051-06b0-4197-9f48-e7438b766740?depth=0|INFO|500||Invoke
2022-06-07T08:38:53.193Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80db89d6-17cd-49c0-97d3-0a11ee0172f0/model-vers/model-ver/ae8d2051-06b0-4197-9f48-e7438b766740?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80db89d6-17cd-49c0-97d3-0a11ee0172f0/model-vers/model-ver/ae8d2051-06b0-4197-9f48-e7438b766740?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[11bad266-2dfd-477b-bd48-86e610cc0c01], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ab9f5bde-9cdd-4865-a42a-028a100232f5], X-ECOMP-RequestID=[11bad266-2dfd-477b-bd48-86e610cc0c01], X-TransactionId=[], X-ONAP-RequestID=[11bad266-2dfd-477b-bd48-86e610cc0c01], Content-Type=[application/merge-patch+json]}
2022-06-07T08:38:53.221Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80db89d6-17cd-49c0-97d3-0a11ee0172f0/model-vers/model-ver/ae8d2051-06b0-4197-9f48-e7438b766740?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T08:38:53.325Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80db89d6-17cd-49c0-97d3-0a11ee0172f0/model-vers/model-ver/ae8d2051-06b0-4197-9f48-e7438b766740?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/80db89d6-17cd-49c0-97d3-0a11ee0172f0/model-vers/model-ver/ae8d2051-06b0-4197-9f48-e7438b766740?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220607-08:38:52:849-64261], vertex-id=[237608], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:38:52 GMT], Content-Type=[application/json]}
2022-06-07T08:38:53.325Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80db89d6-17cd-49c0-97d3-0a11ee0172f0/model-vers/model-ver/ae8d2051-06b0-4197-9f48-e7438b766740?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:38:53.326Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/80db89d6-17cd-49c0-97d3-0a11ee0172f0/model-vers/model-ver/ae8d2051-06b0-4197-9f48-e7438b766740?depth=0|INFO|500||InvokeReturn
2022-06-07T08:38:53.326Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:38:53.326Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:38:53.332Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:38:53.332Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 11bad266-2dfd-477b-bd48-86e610cc0c01 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:38:53.332Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:38:53.333Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:38:53.335Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:38:53.335Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591133332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:38:53.436Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:38:53.437Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:38:53.437Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:38:53.458Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:38:53.459Z||pool-66-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:38:54.348Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-07T08:38:54.349Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"616b6ca3-bc39-42a0-9df4-f41ae4a296c4","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"1736d5c4-ec9c-4959-9f1a-5c390d8fe125","serviceDescription":"service","serviceInvariantUUID":"4de6e678-259e-49db-a601-454114660259","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a8ffb59b-cb78-47b9-a811-da8216f34fa2","resourceInvariantUUID":"d05b7680-244f-4615-8ff1-d6c0c41e7ac4","resourceCustomizationUUID":"0059d0ec-3ea6-43fa-9727-b81ab2724559","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":"OWE3NTRiYTcyMmQ4NDI3MjMwYjlhNmEzZDE1MzcwMGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2131a51f-61df-49b5-bac1-8c25001cf332","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":"822753a6-1377-4a5f-8602-309723fb35f2","artifactVersion":"2","generatedFromUUID":"b8995160-cd20-4bf7-807e-d319a02f1266"},{"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":"b8995160-cd20-4bf7-807e-d319a02f1266","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":"YTdiNDIwNzQwNTI2NzliODcwNmE2ODA4YjA4NmQ4NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e3510699-436b-4ef3-967f-6b09d5075e5b","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":"49b6de2a-3369-4949-abab-446d122088b1","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":"7ca6c5c5-e9c0-4189-81a0-1dcb85c641d4","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":"19766c22-bfb7-4f48-9efc-79825d5d60a5","artifactVersion":"2","generatedFromUUID":"49b6de2a-3369-4949-abab-446d122088b1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZWU3MTFjMmNhNjk1Y2ExYmY4ZDgwODQ3Mzk4OWU4MmU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6a068069-ab81-496c-a45b-fbc60eb7fb6f","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjQ4NjM2YjJjNmY0ODg3NDQ1ZGQ2MmI2MDljZjZjZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"28212abf-cc52-4859-849f-8b375be6bcb3","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:38:54.350Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:38:54.350Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:38:54.352Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:38:54.352Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:54.452Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:38:54.453Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:38:54.453Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:38:54.469Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:38:54.470Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:38:55.353Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:38:55.356Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:38:55.358Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:38:55.359Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-07T08:38:55.459Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:38:55.460Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:38:55.460Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:38:55.489Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:38:55.490Z||pool-68-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":2,"count":1}
2022-06-07T08:38:56.359Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:38:56.360Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:38:56.363Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:38:56.363Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-07T08:38:56.463Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:38:56.465Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:38:56.465Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:38:56.483Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:38:56.483Z||pool-69-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:38:57.364Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:38:57.365Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:38:57.368Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:38:57.368Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:38:57.468Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:38:57.469Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:38:57.469Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:38:57.490Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:38:57.490Z||pool-70-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:38:58.369Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:38:58.370Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:38:58.372Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:38:58.373Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:38:58.473Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:38:58.474Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:38:58.474Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:38:58.494Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:38:58.494Z||pool-71-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:38:59.373Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:38:59.374Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:38:59.376Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:38:59.377Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:38:59.477Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:38:59.478Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:38:59.478Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:38:59.499Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:38:59.499Z||pool-72-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:39:00.377Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:39:00.378Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:00.382Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:00.382Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-07T08:39:00.482Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:00.483Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:00.483Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:00.507Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:00.508Z||pool-73-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:39:01.383Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:39:01.383Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:01.386Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:01.386Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:39:01.486Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:01.487Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:01.487Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:01.509Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:01.509Z||pool-74-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:39:02.387Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:39:02.387Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:02.389Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:02.389Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:39:02.490Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:02.491Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:02.491Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:02.518Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:02.519Z||pool-75-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:39:03.391Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "1736d5c4-ec9c-4959-9f1a-5c390d8fe125",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4de6e678-259e-49db-a601-454114660259",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "0059d0ec-3ea6-43fa-9727-b81ab2724559",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a8ffb59b-cb78-47b9-a811-da8216f34fa2",
      "resourceInvariantUUID": "d05b7680-244f-4615-8ff1-d6c0c41e7ac4",
      "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": "822753a6-1377-4a5f-8602-309723fb35f2",
          "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": "b8995160-cd20-4bf7-807e-d319a02f1266",
          "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": "YTdiNDIwNzQwNTI2NzliODcwNmE2ODA4YjA4NmQ4NjE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e3510699-436b-4ef3-967f-6b09d5075e5b",
          "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": "49b6de2a-3369-4949-abab-446d122088b1",
          "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": "19766c22-bfb7-4f48-9efc-79825d5d60a5",
            "generatedFromUUID": "49b6de2a-3369-4949-abab-446d122088b1"
          },
          "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": "19766c22-bfb7-4f48-9efc-79825d5d60a5",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MjQ4NjM2YjJjNmY0ODg3NDQ1ZGQ2MmI2MDljZjZjZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "28212abf-cc52-4859-849f-8b375be6bcb3"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T08:39:03.392Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:39:03.392Z|11bad266-2dfd-477b-bd48-86e610cc0c01|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 1736d5c4-ec9c-4959-9f1a-5c390d8fe125 ASDC
2022-06-07T08:39:03.392Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:616b6ca3-bc39-42a0-9df4-f41ae4a296c4
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:1736d5c4-ec9c-4959-9f1a-5c390d8fe125
ServiceInvariantUUID:4de6e678-259e-49db-a601-454114660259
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:28212abf-cc52-4859-849f-8b375be6bcb3
ArtifactChecksum:MjQ4NjM2YjJjNmY0ODg3NDQ1ZGQ2MmI2MDljZjZjZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:0059d0ec-3ea6-43fa-9727-b81ab2724559
ResourceInvariantUUID:d05b7680-244f-4615-8ff1-d6c0c41e7ac4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a8ffb59b-cb78-47b9-a811-da8216f34fa2
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:822753a6-1377-4a5f-8602-309723fb35f2
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:b8995160-cd20-4bf7-807e-d319a02f1266
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:e3510699-436b-4ef3-967f-6b09d5075e5b
ArtifactChecksum:YTdiNDIwNzQwNTI2NzliODcwNmE2ODA4YjA4NmQ4NjE=
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:49b6de2a-3369-4949-abab-446d122088b1
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:19766c22-bfb7-4f48-9efc-79825d5d60a5
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:19766c22-bfb7-4f48-9efc-79825d5d60a5
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T08:39:03.393Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1736d5c4-ec9c-4959-9f1a-5c390d8fe125 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:39:03.437Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:39:03.438Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:39:03.438Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:39:03.438Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 28212abf-cc52-4859-849f-8b375be6bcb3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-07T08:39:03.438Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:39:03.438Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-07T08:39:03.745Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:39:03.748Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 28212abf-cc52-4859-849f-8b375be6bcb3 68958
2022-06-07T08:39:03.749Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-07T08:39:03.749Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-07T08:39:03.749Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:39:03.749Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:03.751Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:03.751Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591143749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:39:03.851Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:03.852Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:03.852Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:03.874Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:03.875Z||pool-76-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:39:04.752Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:39:04.753Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-06-07T08:39:04.753Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 28212abf-cc52-4859-849f-8b375be6bcb3, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T08:39:04.754Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-07T08:39:04.754Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T08:39:04.754Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T08:39:04.903Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9879374720705812472/Definitions/service-BasicCnf-template.yml
2022-06-07T08:39:06.758Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:39:06.758Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:39:06.759Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T08:39:06.759Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-07T08:39:06.759Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T08:39:06.759Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T08:39:06.759Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T08:39:06.760Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-07T08:39:06.760Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-06-07T08:39:06.760Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.761Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:06.761Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T08:39:06.761Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:39:06.762Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:39:06.762Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.762Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:06.763Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T08:39:06.763Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-06-07T08:39:06.763Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:39:06.763Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.763Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:06.764Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.764Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-07T08:39:06.764Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-07T08:39:06.765Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-07T08:39:06.765Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T08:39:06.765Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.765Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:39:06.766Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.766Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T08:39:06.766Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:39:06.767Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.767Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T08:39:06.767Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:39:06.767Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.767Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T08:39:06.768Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:39:06.768Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.768Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-07T08:39:06.769Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-07T08:39:06.769Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8f479690-3706-4ca7-8448-a8965b5b5233
2022-06-07T08:39:06.769Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.769Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:06.769Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.770Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:06.770Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.770Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:06.770Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:06.770Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:06.771Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:1736d5c4-ec9c-4959-9f1a-5c390d8fe125
Model Version:NULL
Model InvariantUuid:4de6e678-259e-49db-a601-454114660259
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:f9a925b4-43d5-4056-b30e-b67669c68888
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d05b7680-244f-4615-8ff1-d6c0c41e7ac4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0059d0ec-3ea6-43fa-9727-b81ab2724559
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8319f153-508b-432d-92a5-8a9635a476e8
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c57b04b0-3a0d-4713-b9d6-6ad77556efe1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8f479690-3706-4ca7-8448-a8965b5b5233
ModelInvariantUuid:d8255b96-240e-4477-8e75-bf010da2734c
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0077e75a-5fa4-4a54-9c23-3d2bb2b908a4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:fe3575bb-bf5d-4620-b5df-8de7e62a71d8
ModelInvariantUuid:e7da3b86-73eb-40b4-b7a7-c34c7d3b40e4
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:98f52bbf-1110-409f-9315-1d7c8ee0a0e3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:39:06.783Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: a8ffb59b-cb78-47b9-a811-da8216f34fa2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:39:06.788Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-06-07T08:39:06.788Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a8ffb59b-cb78-47b9-a811-da8216f34fa2
2022-06-07T08:39:06.788Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 822753a6-1377-4a5f-8602-309723fb35f2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-07T08:39:06.788Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:39:06.789Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-07T08:39:06.837Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:39:06.837Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 822753a6-1377-4a5f-8602-309723fb35f2 12
2022-06-07T08:39:06.838Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-07T08:39:06.838Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-07T08:39:06.838Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:39:06.838Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:06.841Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:06.841Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591146838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:39:06.941Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:06.942Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:06.943Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:06.960Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:06.962Z||pool-77-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:39:07.841Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: b8995160-cd20-4bf7-807e-d319a02f1266 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-07T08:39:07.842Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:39:07.842Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-07T08:39:07.943Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:39:07.944Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz b8995160-cd20-4bf7-807e-d319a02f1266 2688
2022-06-07T08:39:07.944Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-07T08:39:07.944Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-07T08:39:07.944Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:39:07.945Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:07.948Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:07.948Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591147944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:39:08.048Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:08.049Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:08.049Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:08.069Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:08.069Z||pool-78-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:39:08.950Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: e3510699-436b-4ef3-967f-6b09d5075e5b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-07T08:39:08.951Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:39:08.951Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-07T08:39:09.051Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:39:09.052Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e3510699-436b-4ef3-967f-6b09d5075e5b 828
2022-06-07T08:39:09.053Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-07T08:39:09.053Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-07T08:39:09.053Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:39:09.054Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:09.057Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:09.057Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591149053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:39:09.157Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:09.159Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:09.159Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:09.178Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:09.179Z||pool-79-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:39:10.058Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8319f153-508b-432d-92a5-8a9635a476e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c57b04b0-3a0d-4713-b9d6-6ad77556efe1",
    "vfModuleModelCustomizationUUID": "3ee38ab8-4c8c-4c9d-8c48-a0739eafde7f",
    "isBase": true,
    "artifacts": [
      "b8995160-cd20-4bf7-807e-d319a02f1266",
      "49b6de2a-3369-4949-abab-446d122088b1",
      "19766c22-bfb7-4f48-9efc-79825d5d60a5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:39:10.063Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c57b04b0-3a0d-4713-b9d6-6ad77556efe1
VfModuleModelInvariantUUID:8319f153-508b-432d-92a5-8a9635a476e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
b8995160-cd20-4bf7-807e-d319a02f1266
,
49b6de2a-3369-4949-abab-446d122088b1
,
19766c22-bfb7-4f48-9efc-79825d5d60a5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:39:10.066Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "8319f153-508b-432d-92a5-8a9635a476e8",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c57b04b0-3a0d-4713-b9d6-6ad77556efe1",
    "vfModuleModelCustomizationUUID": "3ee38ab8-4c8c-4c9d-8c48-a0739eafde7f",
    "isBase": true,
    "artifacts": [
      "b8995160-cd20-4bf7-807e-d319a02f1266",
      "49b6de2a-3369-4949-abab-446d122088b1",
      "19766c22-bfb7-4f48-9efc-79825d5d60a5"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:39:10.066Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c57b04b0-3a0d-4713-b9d6-6ad77556efe1
VfModuleModelInvariantUUID:8319f153-508b-432d-92a5-8a9635a476e8
VfModuleModelDescription:NULL
Artifacts UUID List:{
b8995160-cd20-4bf7-807e-d319a02f1266
,
49b6de2a-3369-4949-abab-446d122088b1
,
19766c22-bfb7-4f48-9efc-79825d5d60a5

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_dummy
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:39:10.066Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 49b6de2a-3369-4949-abab-446d122088b1 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-07T08:39:10.066Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:39:10.067Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-07T08:39:10.151Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:39:10.152Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 49b6de2a-3369-4949-abab-446d122088b1 1164
2022-06-07T08:39:10.152Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-07T08:39:10.153Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-07T08:39:10.153Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:39:10.153Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:10.157Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:10.158Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591150152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:39:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:39:10.178Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:39:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:10.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:10.227Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.227Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c615fc2f-646f-469e-bfe4-097514476b57",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591006926,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:39:10.228Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.229Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:39:10.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:39:10.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:39:10.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:39:10.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.230Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/resourceInstances/pnfd972a8ff5c8c0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:39:10.230Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:39:10.230Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591020669,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:39:10.231Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591023143,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfQpc4n4rsacbkgm68wmut/1.0/artifacts/service-DemoPnfQpc4n4rsacbkgm68wmut-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:39:10.232Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:39:10.257Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-07T08:39:10.258Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:10.258Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:10.276Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:10.277Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:39:11.159Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 19766c22-bfb7-4f48-9efc-79825d5d60a5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-07T08:39:11.159Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-06-07T08:39:11.160Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-07T08:39:11.233Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-06-07T08:39:11.233Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 19766c22-bfb7-4f48-9efc-79825d5d60a5 200
2022-06-07T08:39:11.234Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-07T08:39:11.234Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-07T08:39:11.234Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:39:11.235Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:11.237Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:11.237Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591151234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:39:11.337Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:11.338Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:11.338Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:11.371Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:11.372Z||pool-81-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:39:12.238Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 1736d5c4-ec9c-4959-9f1a-5c390d8fe125
2022-06-07T08:39:12.239Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a8ffb59b-cb78-47b9-a811-da8216f34fa2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-06-07T08:39:12.264Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:39:12.271Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62e95ead, org.onap.sdc.toscaparser.api.parameters.Input@1aaddef0, org.onap.sdc.toscaparser.api.parameters.Input@19a02bd2, org.onap.sdc.toscaparser.api.parameters.Input@7170baf4, org.onap.sdc.toscaparser.api.parameters.Input@59c49e41]
2022-06-07T08:39:12.273Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.273Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:12.274Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-06-07T08:39:12.274Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 0059d0ec-3ea6-43fa-9727-b81ab2724559
2022-06-07T08:39:12.275Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0059d0ec-3ea6-43fa-9727-b81ab2724559 matches Tosca VF Customization UUID: 0059d0ec-3ea6-43fa-9727-b81ab2724559
2022-06-07T08:39:12.275Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 0059d0ec-3ea6-43fa-9727-b81ab2724559  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T08:39:12.279Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.280Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:12.281Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 0059d0ec-3ea6-43fa-9727-b81ab2724559: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-07T08:39:12.282Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41df7a4c
2022-06-07T08:39:12.282Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.282Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:39:12.283Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3ee38ab8-4c8c-4c9d-8c48-a0739eafde7f
2022-06-07T08:39:12.283Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3ee38ab8-4c8c-4c9d-8c48-a0739eafde7f
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T08:39:12.287Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.288Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T08:39:12.289Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:39:12.289Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.290Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T08:39:12.290Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:39:12.291Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.291Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-07T08:39:12.291Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-07T08:39:12.292Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=8f479690-3706-4ca7-8448-a8965b5b5233
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:39:12.295Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.296Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T08:39:12.296Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:39:12.297Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.297Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-07T08:39:12.297Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=0059d0ec-3ea6-43fa-9727-b81ab2724559
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:39:12.301Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.301Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:12.301Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 1736d5c4-ec9c-4959-9f1a-5c390d8fe125: basic_cnf
2022-06-07T08:39:12.301Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.302Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:12.302Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.303Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:12.303Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.303Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:12.303Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.303Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:12.304Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:39:12.304Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:39:12.304Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:39:12.385Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a8ffb59b-cb78-47b9-a811-da8216f34fa2 1 ASDC deployResourceStructure
2022-06-07T08:39:12.386Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-07T08:39:12.386Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-07T08:39:12.387Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T08:39:12.387Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:12.390Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:12.390Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591152385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T08:39:12.490Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:12.491Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:12.491Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:12.516Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:12.516Z||pool-82-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:39:13.391Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-07T08:39:13.392Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-07T08:39:13.392Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T08:39:13.393Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:13.395Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:13.395Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591153391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T08:39:13.495Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:13.496Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:13.496Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:13.522Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:13.523Z||pool-83-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:39:14.396Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-07T08:39:14.397Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-07T08:39:14.397Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:39:14.397Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:14.399Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:14.399Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591154396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:39:14.500Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:14.501Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:14.501Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:14.518Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:14.519Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:39:15.401Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-07T08:39:15.402Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-07T08:39:15.402Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:39:15.403Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:15.410Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:15.414Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591155401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:39:15.508Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-06-07T08:39:15.509Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:15.510Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:15.533Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:15.533Z||pool-85-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:39:16.416Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-07T08:39:16.416Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-07T08:39:16.416Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:39:16.417Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:16.419Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:16.419Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591156416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:39:16.519Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:16.520Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:16.521Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:16.537Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:16.538Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:39:17.420Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-07T08:39:17.420Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-07T08:39:17.420Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:39:17.420Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:17.422Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:17.423Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591157420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:39:17.523Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:17.524Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:17.525Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:17.545Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:17.547Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:39:18.423Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 616b6ca3-bc39-42a0-9df4-f41ae4a296c4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:39:18.439Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 616b6ca3-bc39-42a0-9df4-f41ae4a296c4
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:39:18.444Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:39:18.444Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:39:18.444Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:39:18.444Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:39:18.444Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:39:18.445Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:39:18.445Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:39:18.445Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:39:18.445Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:39:18.445Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:39:18.445Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:39:18.452Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:39:48.452Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 616b6ca3-bc39-42a0-9df4-f41ae4a296c4 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:39:48.459Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 616b6ca3-bc39-42a0-9df4-f41ae4a296c4 and serviceModelVersionId: 1736d5c4-ec9c-4959-9f1a-5c390d8fe125
2022-06-07T08:39:48.460Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4de6e678-259e-49db-a601-454114660259
2022-06-07T08:39:48.461Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4de6e678-259e-49db-a601-454114660259/model-vers/model-ver/1736d5c4-ec9c-4959-9f1a-5c390d8fe125?depth=0
2022-06-07T08:39:48.466Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:39:48.547Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4de6e678-259e-49db-a601-454114660259/model-vers/model-ver/1736d5c4-ec9c-4959-9f1a-5c390d8fe125?depth=0|INFO|500||Invoke
2022-06-07T08:39:48.548Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4de6e678-259e-49db-a601-454114660259/model-vers/model-ver/1736d5c4-ec9c-4959-9f1a-5c390d8fe125?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4de6e678-259e-49db-a601-454114660259/model-vers/model-ver/1736d5c4-ec9c-4959-9f1a-5c390d8fe125?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[616b6ca3-bc39-42a0-9df4-f41ae4a296c4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ce3e550c-1da2-48d5-9319-262e3019e683], X-ECOMP-RequestID=[616b6ca3-bc39-42a0-9df4-f41ae4a296c4], X-TransactionId=[], X-ONAP-RequestID=[616b6ca3-bc39-42a0-9df4-f41ae4a296c4], Content-Type=[application/merge-patch+json]}
2022-06-07T08:39:48.588Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4de6e678-259e-49db-a601-454114660259/model-vers/model-ver/1736d5c4-ec9c-4959-9f1a-5c390d8fe125?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T08:39:48.684Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4de6e678-259e-49db-a601-454114660259/model-vers/model-ver/1736d5c4-ec9c-4959-9f1a-5c390d8fe125?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/4de6e678-259e-49db-a601-454114660259/model-vers/model-ver/1736d5c4-ec9c-4959-9f1a-5c390d8fe125?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-08:39:48:211-5174], vertex-id=[245800], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:39:48 GMT], Content-Type=[application/json]}
2022-06-07T08:39:48.685Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4de6e678-259e-49db-a601-454114660259/model-vers/model-ver/1736d5c4-ec9c-4959-9f1a-5c390d8fe125?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:39:48.685Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4de6e678-259e-49db-a601-454114660259/model-vers/model-ver/1736d5c4-ec9c-4959-9f1a-5c390d8fe125?depth=0|INFO|500||InvokeReturn
2022-06-07T08:39:48.686Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:39:48.686Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:39:48.694Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:39:48.694Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 616b6ca3-bc39-42a0-9df4-f41ae4a296c4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:39:48.694Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:39:48.695Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:39:48.697Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:39:48.697Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591188694,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:39:48.797Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:39:48.798Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:39:48.799Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:39:48.820Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:39:48.821Z||pool-88-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:39:49.713Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:39:49.714Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:39:49.714Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:40:00.017Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:40:00.018Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:40:00.018Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:40:00.019Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:40:09.620Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:40:09.621Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:40:09.622Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:40:09.622Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:40:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:40:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:40:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:40:10.224Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:40:10.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "cdc10e11-6eff-4458-a0ea-6d1b70e23773",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591054408,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:40:10.226Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:40:10.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:40:10.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:40:10.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.227Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591062726,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591065657,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591066718,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591067832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591069007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591070014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:40:10.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591071021,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:40:10.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:40:10.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:40:10.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591072026,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:40:10.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:40:19.190Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:40:19.191Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:40:19.191Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:40:19.191Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:40:28.794Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:40:28.795Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:40:28.796Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:40:28.796Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:40:38.355Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:41:10.172Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:41:10.173Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:41:10.173Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:41:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:41:10.178Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:41:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:41:10.242Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:41:10.243Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.243Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "11bad266-2dfd-477b-bd48-86e610cc0c01",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591133332,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:41:10.244Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:41:10.244Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.244Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:41:10.245Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.246Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591007958,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591143749,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591146838,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:41:10.247Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:41:10.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591147944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:41:10.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:41:10.248Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:41:10.248Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591149053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:41:10.248Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:41:19.771Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:42:10.173Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:42:10.174Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:42:10.174Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:42:10.177Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:42:10.178Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:42:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:42:10.719Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:42:10.720Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:42:10.720Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591150152,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:42:10.721Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:42:10.721Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:42:10.721Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591151234,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591152385,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591153391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591154396,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:42:10.722Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591155401,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591156416,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591157420,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:42:10.723Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "616b6ca3-bc39-42a0-9df4-f41ae4a296c4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591188694,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:42:10.724Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:42:19.737Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:43:10.173Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:43:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:43:10.178Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:43:10.178Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:43:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:43:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:43:19.763Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:43:19.763Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:44:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:44:10.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:44:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:44:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:44:10.178Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:44:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:44:19.740Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:44:19.740Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:45:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:45:10.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:45:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:45:10.177Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:45:10.178Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:45:10.178Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:45:19.737Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:45:19.746Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:46:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:46:10.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:46:10.175Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:46:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:46:10.178Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:46:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:46:19.754Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:46:19.754Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:47:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:47:10.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:47:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:47:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:47:10.179Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:47:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:47:19.785Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:47:19.786Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:48:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:48:10.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:48:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:48:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:48:10.177Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:48:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:48:19.739Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:48:19.756Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:49:10.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:49:10.175Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:49:10.175Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:49:10.177Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:49:10.179Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:49:10.179Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:49:19.764Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:49:19.770Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:10.173Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:50:10.175Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:50:10.175Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:10.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:50:10.179Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:50:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:10.335Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:10.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.721Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.722Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.723Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.724Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.725Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.725Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.725Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.726Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.726Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.726Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591759127,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591757185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.727Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.727Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.727Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591757350,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.728Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.728Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.728Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.729Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591777205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.729Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.729Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.729Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591768361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.730Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.730Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.730Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591779115,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.730Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.731Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591780195,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.731Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "cds",
  "timestamp": 1654591779933,
  "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=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:10.759Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d8c16573-a1bb-47ea-ae1b-9bf47df7c123
2022-06-07T08:50:10.759Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c16573-a1bb-47ea-ae1b-9bf47df7c123 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:10.771Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.771Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.771Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591781250,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.772Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591771629,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.772Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.772Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.772Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591782314,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591782452,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.773Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.773Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.773Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.773Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.774Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.774Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591783384,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:50:10.780Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8c16573-a1bb-47ea-ae1b-9bf47df7c123
2022-06-07T08:50:10.781Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c16573-a1bb-47ea-ae1b-9bf47df7c123 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:10.792Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.792Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591783458,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:10.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.793Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.793Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591784389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:10.793Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.793Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "policy-id",
  "timestamp": 1654591784461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:50:10.799Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d8c16573-a1bb-47ea-ae1b-9bf47df7c123
2022-06-07T08:50:10.799Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c16573-a1bb-47ea-ae1b-9bf47df7c123 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T08:50:10.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.808Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.809Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.809Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.809Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.810Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.810Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.810Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591789344,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591782283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591793177,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591790498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591788361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591791628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591790498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.816Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591784477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591788361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591791628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.817Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591794352,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591790498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591788361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591795307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.818Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591791628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.819Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591795729,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:10.819Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.819Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.819Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "clamp",
  "timestamp": 1654591795357,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:50:10.825Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d8c16573-a1bb-47ea-ae1b-9bf47df7c123
2022-06-07T08:50:10.825Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c16573-a1bb-47ea-ae1b-9bf47df7c123 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:10.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591790498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591788361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591791628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591796733,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:50:10.841Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:10.841Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d8c16573-a1bb-47ea-ae1b-9bf47df7c123
2022-06-07T08:50:10.841Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c16573-a1bb-47ea-ae1b-9bf47df7c123 and ComponentName SDNC
2022-06-07T08:50:10.842Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.842Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d8c16573-a1bb-47ea-ae1b-9bf47df7c123","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"46cbeb27-f492-4e58-9fa9-181f5f347084","serviceDescription":"service","serviceInvariantUUID":"e705ff12-f3d5-4768-9ff7-198aa835ed60","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7a5bd068-5697-4c05-a77d-651edc07a00c","resourceInvariantUUID":"b454aa13-7c4b-48be-84ae-77a1283ac7a6","resourceCustomizationUUID":"01145b65-187e-4041-a980-fc9c843f4903","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":"NjE4NjM0YWQ1ZmI1NzEwN2MyMjVmZDZmZDhhZjU5YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"20c15c4e-3054-42b8-855f-4999a6eb3c8d","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":"YzhiODNmMjEyN2RmMmY4Y2IzNDMyOWRhNDZiNGFkYzY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4061b43-33f3-45b3-9355-cb163616d827","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":"34e1a807-618b-4c20-b1c8-64d4f0d36698","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":"c11656ce-b4c2-471d-a8b1-2018cc4904f2","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":"7ce15c36-563a-4d00-b786-8511dba4d7a7","artifactVersion":"2","generatedFromUUID":"bde05c9b-c6d3-471c-b75e-b32811357bf3"},{"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":"92ae963a-de16-40f1-ac40-15902deb9069","artifactVersion":"2","generatedFromUUID":"34e1a807-618b-4c20-b1c8-64d4f0d36698"},{"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":"bde05c9b-c6d3-471c-b75e-b32811357bf3","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":"cf689c7a-1cf2-4fd9-b920-6bb963a5d45a","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":"NzM1NGYzZDE4NTc2ZGJhMjMwNTBjM2U1YmM2NmI3YjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2a5c73fc-7ece-4c8a-a906-5cd8876c053e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"NzMzNzQxNzE0ODljNGYxNmU1MWZhYjcxNTY2ZTIxODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f54302db-f7c8-41f5-8945-4da89da47267","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:50:10.845Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:10.846Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:10.850Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:10.850Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591790498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591788361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591791628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591796363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591790498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591788361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591791628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591796363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591790498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591788361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591791628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591796363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591799127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591788361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591790498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591791628,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591796363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591799127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591801346,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591800743,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591800951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.860Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591796363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591799127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591801955,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:10.861Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591802442,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.862Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591796363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "cds",
  "timestamp": 1654591802023,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:10.875Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a70f9868-79eb-409e-9269-f2f04a781a02
2022-06-07T08:50:10.875Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70f9868-79eb-409e-9269-f2f04a781a02 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:10.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591799127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "policy-id",
  "timestamp": 1654591802958,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:50:10.892Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a70f9868-79eb-409e-9269-f2f04a781a02
2022-06-07T08:50:10.893Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70f9868-79eb-409e-9269-f2f04a781a02 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:10.926Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.926Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591796363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.926Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591803536,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:10.927Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.927Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.927Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591803626,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:10.928Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591799127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.928Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591796363,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:10.928Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.928Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591804562,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:50:10.939Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a70f9868-79eb-409e-9269-f2f04a781a02
2022-06-07T08:50:10.939Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70f9868-79eb-409e-9269-f2f04a781a02 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-07T08:50:10.946Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.947Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "aai-ml",
  "timestamp": 1654591804629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:50:10.950Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:10.951Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:10.951Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:10.954Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d8c16573-a1bb-47ea-ae1b-9bf47df7c123
2022-06-07T08:50:10.955Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d8c16573-a1bb-47ea-ae1b-9bf47df7c123 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:10.963Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.963Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591799127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.964Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591805566,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:10.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:50:10.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591799127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:50:10.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591799127,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:10.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:50:10.973Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:10.975Z||pool-89-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:50:11.852Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:50:11.852Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:11.855Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:11.855Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:50:11.955Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:11.956Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:11.956Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:11.978Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:11.979Z||pool-90-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:12.856Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:50:12.856Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:12.859Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:12.859Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:50:12.959Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:12.960Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:12.960Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:12.990Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:12.991Z||pool-91-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:13.859Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:50:13.860Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:13.863Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:13.863Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:13.963Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:13.964Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:13.964Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:13.983Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:13.984Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:14.863Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:50:14.864Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:14.866Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:14.866Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-07T08:50:14.966Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:14.967Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:14.967Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:14.984Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:14.984Z||pool-93-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:15.867Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:50:15.867Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:15.870Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:15.870Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-07T08:50:15.970Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:15.971Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:15.972Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:15.993Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:15.994Z||pool-94-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:16.871Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:50:16.871Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:16.874Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:16.874Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-07T08:50:16.974Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:16.975Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:16.975Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:16.992Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:16.993Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:17.874Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:50:17.875Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:17.883Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:17.883Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:17.983Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:17.984Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:17.984Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:18.006Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:18.007Z||pool-96-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:18.884Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:50:18.885Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:18.887Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:18.887Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:50:18.988Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:18.989Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:18.989Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:19.009Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:19.010Z||pool-97-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:19.888Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:50:19.889Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:19.892Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:19.892Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:50:19.992Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:19.993Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:19.993Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:20.019Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:20.019Z||pool-98-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:20.893Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "46cbeb27-f492-4e58-9fa9-181f5f347084",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e705ff12-f3d5-4768-9ff7-198aa835ed60",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "01145b65-187e-4041-a980-fc9c843f4903",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7a5bd068-5697-4c05-a77d-651edc07a00c",
      "resourceInvariantUUID": "b454aa13-7c4b-48be-84ae-77a1283ac7a6",
      "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": "YzhiODNmMjEyN2RmMmY4Y2IzNDMyOWRhNDZiNGFkYzY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f4061b43-33f3-45b3-9355-cb163616d827",
          "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": "34e1a807-618b-4c20-b1c8-64d4f0d36698",
          "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": "92ae963a-de16-40f1-ac40-15902deb9069",
            "generatedFromUUID": "34e1a807-618b-4c20-b1c8-64d4f0d36698"
          },
          "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": "7ce15c36-563a-4d00-b786-8511dba4d7a7",
          "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": "92ae963a-de16-40f1-ac40-15902deb9069",
          "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": "bde05c9b-c6d3-471c-b75e-b32811357bf3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "NzMzNzQxNzE0ODljNGYxNmU1MWZhYjcxNTY2ZTIxODM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f54302db-f7c8-41f5-8945-4da89da47267"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T08:50:20.893Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:50:20.893Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 46cbeb27-f492-4e58-9fa9-181f5f347084 ASDC
2022-06-07T08:50:20.894Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d8c16573-a1bb-47ea-ae1b-9bf47df7c123
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:46cbeb27-f492-4e58-9fa9-181f5f347084
ServiceInvariantUUID:e705ff12-f3d5-4768-9ff7-198aa835ed60
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:f54302db-f7c8-41f5-8945-4da89da47267
ArtifactChecksum:NzMzNzQxNzE0ODljNGYxNmU1MWZhYjcxNTY2ZTIxODM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:01145b65-187e-4041-a980-fc9c843f4903
ResourceInvariantUUID:b454aa13-7c4b-48be-84ae-77a1283ac7a6
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:7a5bd068-5697-4c05-a77d-651edc07a00c
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:f4061b43-33f3-45b3-9355-cb163616d827
ArtifactChecksum:YzhiODNmMjEyN2RmMmY4Y2IzNDMyOWRhNDZiNGFkYzY=
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:34e1a807-618b-4c20-b1c8-64d4f0d36698
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:92ae963a-de16-40f1-ac40-15902deb9069
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:7ce15c36-563a-4d00-b786-8511dba4d7a7
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:92ae963a-de16-40f1-ac40-15902deb9069
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:bde05c9b-c6d3-471c-b75e-b32811357bf3
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T08:50:20.894Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 46cbeb27-f492-4e58-9fa9-181f5f347084 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:50:20.945Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:50:20.948Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T08:50:20.948Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T08:50:20.948Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f54302db-f7c8-41f5-8945-4da89da47267 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:20.948Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:50:20.948Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:21.045Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:50:21.066Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f54302db-f7c8-41f5-8945-4da89da47267 158207
2022-06-07T08:50:21.067Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T08:50:21.067Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:21.067Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:50:21.068Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:21.072Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:21.072Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591821067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:21.172Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:50:21.173Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:21.173Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:21.194Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:21.195Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:50:22.074Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:50:22.075Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T08:50:22.076Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f54302db-f7c8-41f5-8945-4da89da47267, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:22.076Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-07T08:50:22.078Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:22.078Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:22.353Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17438502137038122750/Definitions/service-BasicCnfMacro-template.yml
2022-06-07T08:50:24.277Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:50:24.278Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T08:50:24.278Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:24.278Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-07T08:50:24.278Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:24.279Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:24.279Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:24.279Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:24.279Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T08:50:24.279Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.280Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:24.280Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T08:50:24.280Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T08:50:24.280Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:50:24.281Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.281Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:24.281Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T08:50:24.282Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T08:50:24.282Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:50:24.282Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.282Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:24.283Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.283Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-07T08:50:24.283Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-07T08:50:24.283Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-07T08:50:24.284Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T08:50:24.284Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.284Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:50:24.284Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.284Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T08:50:24.285Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:50:24.285Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.285Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T08:50:24.285Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:50:24.286Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.286Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T08:50:24.286Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:50:24.286Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.286Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T08:50:24.286Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:50:24.287Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.287Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-07T08:50:24.287Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-07T08:50:24.287Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=5219677e-2b79-4a1f-b9fd-4ce6bdfed664
2022-06-07T08:50:24.287Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.287Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:24.288Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.288Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:24.288Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.288Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:24.288Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:24.289Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:24.289Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:46cbeb27-f492-4e58-9fa9-181f5f347084
Model Version:NULL
Model InvariantUuid:e705ff12-f3d5-4768-9ff7-198aa835ed60
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:02508359-3517-4998-9983-5119a1d2ba16
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b454aa13-7c4b-48be-84ae-77a1283ac7a6
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:01145b65-187e-4041-a980-fc9c843f4903
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:46f5e01e-3bb1-4c93-abe2-ff1535d79abb
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:004dea4b-a090-45a3-9ecf-c7becab1e07f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:ccde8ab3-fefe-4b1f-9ca2-04ac6b19d9b1
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:04909f0d-277b-4599-a47f-68e57e64c883
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5219677e-2b79-4a1f-b9fd-4ce6bdfed664
ModelInvariantUuid:e7f2cd46-551f-4246-95b9-68c4929c043d
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:726d9cd3-c46d-4d99-a0b6-799852bec137
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:0815ba7c-9feb-424c-b8da-4e46a4dcad2b
ModelInvariantUuid:3ce5adeb-46a8-40f3-b188-8fd0f4f523dc
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:bb5d370b-f760-44f5-94e6-ea88e6951f6f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:50:24.298Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 7a5bd068-5697-4c05-a77d-651edc07a00c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:50:24.304Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-06-07T08:50:24.304Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7a5bd068-5697-4c05-a77d-651edc07a00c
2022-06-07T08:50:24.305Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f4061b43-33f3-45b3-9355-cb163616d827 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-07T08:50:24.305Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:50:24.305Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-07T08:50:24.445Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:50:24.446Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json f4061b43-33f3-45b3-9355-cb163616d827 1565
2022-06-07T08:50:24.446Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-07T08:50:24.446Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-07T08:50:24.446Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:50:24.447Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:24.449Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:24.450Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591824446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:24.560Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:50:24.561Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:24.561Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:24.596Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:24.597Z||pool-100-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:25.450Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ccde8ab3-fefe-4b1f-9ca2-04ac6b19d9b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04909f0d-277b-4599-a47f-68e57e64c883",
    "vfModuleModelCustomizationUUID": "626e853c-82e7-4b5a-97f8-a04b83b92658",
    "isBase": true,
    "artifacts": [
      "34e1a807-618b-4c20-b1c8-64d4f0d36698",
      "92ae963a-de16-40f1-ac40-15902deb9069"
    ],
    "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": "46f5e01e-3bb1-4c93-abe2-ff1535d79abb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "004dea4b-a090-45a3-9ecf-c7becab1e07f",
    "vfModuleModelCustomizationUUID": "432764dd-0983-4d8f-aa25-1c3207f92863",
    "isBase": false,
    "artifacts": [
      "bde05c9b-c6d3-471c-b75e-b32811357bf3"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:50:25.456Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04909f0d-277b-4599-a47f-68e57e64c883
VfModuleModelInvariantUUID:ccde8ab3-fefe-4b1f-9ca2-04ac6b19d9b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
34e1a807-618b-4c20-b1c8-64d4f0d36698
,
92ae963a-de16-40f1-ac40-15902deb9069

}
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:004dea4b-a090-45a3-9ecf-c7becab1e07f
VfModuleModelInvariantUUID:46f5e01e-3bb1-4c93-abe2-ff1535d79abb
VfModuleModelDescription:NULL
Artifacts UUID List:{
bde05c9b-c6d3-471c-b75e-b32811357bf3

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

isBase:false


}

2022-06-07T08:50:25.459Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "ccde8ab3-fefe-4b1f-9ca2-04ac6b19d9b1",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "04909f0d-277b-4599-a47f-68e57e64c883",
    "vfModuleModelCustomizationUUID": "626e853c-82e7-4b5a-97f8-a04b83b92658",
    "isBase": true,
    "artifacts": [
      "34e1a807-618b-4c20-b1c8-64d4f0d36698",
      "92ae963a-de16-40f1-ac40-15902deb9069"
    ],
    "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": "46f5e01e-3bb1-4c93-abe2-ff1535d79abb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "004dea4b-a090-45a3-9ecf-c7becab1e07f",
    "vfModuleModelCustomizationUUID": "432764dd-0983-4d8f-aa25-1c3207f92863",
    "isBase": false,
    "artifacts": [
      "bde05c9b-c6d3-471c-b75e-b32811357bf3"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:50:25.459Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:04909f0d-277b-4599-a47f-68e57e64c883
VfModuleModelInvariantUUID:ccde8ab3-fefe-4b1f-9ca2-04ac6b19d9b1
VfModuleModelDescription:NULL
Artifacts UUID List:{
34e1a807-618b-4c20-b1c8-64d4f0d36698
,
92ae963a-de16-40f1-ac40-15902deb9069

}
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:004dea4b-a090-45a3-9ecf-c7becab1e07f
VfModuleModelInvariantUUID:46f5e01e-3bb1-4c93-abe2-ff1535d79abb
VfModuleModelDescription:NULL
Artifacts UUID List:{
bde05c9b-c6d3-471c-b75e-b32811357bf3

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

isBase:false


}

2022-06-07T08:50:25.459Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 34e1a807-618b-4c20-b1c8-64d4f0d36698 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-07T08:50:25.459Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:50:25.460Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-07T08:50:25.563Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:50:25.564Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 34e1a807-618b-4c20-b1c8-64d4f0d36698 914
2022-06-07T08:50:25.564Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-07T08:50:25.564Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-07T08:50:25.564Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:50:25.565Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:25.567Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:25.567Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591825564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:25.668Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:25.669Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:25.669Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:25.702Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:25.702Z||pool-101-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:26.568Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7ce15c36-563a-4d00-b786-8511dba4d7a7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-07T08:50:26.569Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:50:26.569Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-07T08:50:26.652Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:50:26.653Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 7ce15c36-563a-4d00-b786-8511dba4d7a7 12
2022-06-07T08:50:26.653Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-07T08:50:26.653Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-07T08:50:26.653Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:50:26.653Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:26.656Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:26.656Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591826653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:26.756Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:26.758Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:26.758Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:26.777Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:26.777Z||pool-102-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:27.657Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 92ae963a-de16-40f1-ac40-15902deb9069 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-07T08:50:27.657Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:50:27.658Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-07T08:50:27.755Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:50:27.755Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 92ae963a-de16-40f1-ac40-15902deb9069 96
2022-06-07T08:50:27.756Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-07T08:50:27.756Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-07T08:50:27.756Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:50:27.756Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:27.759Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:27.759Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591827756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:27.859Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:27.861Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:27.861Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:27.879Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:27.880Z||pool-103-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:28.760Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bde05c9b-c6d3-471c-b75e-b32811357bf3 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-07T08:50:28.760Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:50:28.760Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-07T08:50:28.862Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:50:28.863Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz bde05c9b-c6d3-471c-b75e-b32811357bf3 20206
2022-06-07T08:50:28.863Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-07T08:50:28.863Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-07T08:50:28.864Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:50:28.864Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:28.866Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:28.866Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591828863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:50:28.966Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:28.970Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:28.970Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:29.008Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:29.009Z||pool-104-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:50:29.872Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 46cbeb27-f492-4e58-9fa9-181f5f347084
2022-06-07T08:50:29.873Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 7a5bd068-5697-4c05-a77d-651edc07a00c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:50:29.885Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6882799e, org.onap.sdc.toscaparser.api.parameters.Input@3b55cd97, org.onap.sdc.toscaparser.api.parameters.Input@38b0bf86, org.onap.sdc.toscaparser.api.parameters.Input@1aa409e, org.onap.sdc.toscaparser.api.parameters.Input@7a9f87bc]
2022-06-07T08:50:29.887Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.887Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:29.887Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-07T08:50:29.887Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 01145b65-187e-4041-a980-fc9c843f4903
2022-06-07T08:50:29.887Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 01145b65-187e-4041-a980-fc9c843f4903 matches Tosca VF Customization UUID: 01145b65-187e-4041-a980-fc9c843f4903
2022-06-07T08:50:29.887Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 01145b65-187e-4041-a980-fc9c843f4903  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T08:50:29.890Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.890Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:29.891Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 01145b65-187e-4041-a980-fc9c843f4903: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-07T08:50:29.891Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1bf0e94
2022-06-07T08:50:29.892Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.892Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:50:29.892Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 432764dd-0983-4d8f-aa25-1c3207f92863
2022-06-07T08:50:29.892Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 432764dd-0983-4d8f-aa25-1c3207f92863
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T08:50:29.895Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.896Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T08:50:29.896Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:50:29.896Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.897Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T08:50:29.897Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:50:29.897Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.897Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-07T08:50:29.897Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=01145b65-187e-4041-a980-fc9c843f4903
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:50:29.900Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.900Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:29.900Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 46cbeb27-f492-4e58-9fa9-181f5f347084: basic_cnf_macro
2022-06-07T08:50:29.900Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.901Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:29.901Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.901Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:29.901Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.901Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:29.901Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.902Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:29.902Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:50:29.902Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:50:29.902Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:50:29.947Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 7a5bd068-5697-4c05-a77d-651edc07a00c 2 ASDC deployResourceStructure
2022-06-07T08:50:29.948Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-07T08:50:29.948Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-07T08:50:29.948Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:50:29.949Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:29.951Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:29.951Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591829948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:30.051Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:30.052Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:30.053Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:30.076Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:30.077Z||pool-105-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:30.952Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-07T08:50:30.952Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-07T08:50:30.952Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:50:30.953Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:30.955Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:30.955Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591830952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:31.055Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:31.056Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:31.056Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:31.075Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:31.075Z||pool-106-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:31.956Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-07T08:50:31.956Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-07T08:50:31.957Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T08:50:31.957Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:31.959Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:31.959Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591831956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T08:50:32.059Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:32.061Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:32.061Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:32.077Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:32.078Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:32.960Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-07T08:50:32.960Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-07T08:50:32.960Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:50:32.961Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:32.963Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:32.963Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591832960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:33.063Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:33.064Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:33.065Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:33.085Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:33.086Z||pool-108-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:50:33.964Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-07T08:50:33.964Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-07T08:50:33.964Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-07T08:50:33.964Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:33.967Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:33.967Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591833963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T08:50:34.067Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:34.068Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:34.068Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:34.086Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:34.086Z||pool-109-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:34.968Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T08:50:34.969Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-07T08:50:34.969Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:50:34.969Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:50:34.972Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:50:34.972Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591834968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:50:35.072Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:50:35.073Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:50:35.073Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:50:35.094Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:50:35.095Z||pool-110-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:50:35.973Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d8c16573-a1bb-47ea-ae1b-9bf47df7c123
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:50:35.989Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d8c16573-a1bb-47ea-ae1b-9bf47df7c123
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:50:35.993Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:50:35.993Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:50:35.994Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:50:35.994Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:50:35.994Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:50:35.994Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:50:35.994Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:50:35.994Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:50:35.994Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:50:35.994Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:50:35.994Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:50:36.003Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:51:06.004Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d8c16573-a1bb-47ea-ae1b-9bf47df7c123 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:51:06.014Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d8c16573-a1bb-47ea-ae1b-9bf47df7c123 and serviceModelVersionId: 46cbeb27-f492-4e58-9fa9-181f5f347084
2022-06-07T08:51:06.015Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e705ff12-f3d5-4768-9ff7-198aa835ed60
2022-06-07T08:51:06.017Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e705ff12-f3d5-4768-9ff7-198aa835ed60/model-vers/model-ver/46cbeb27-f492-4e58-9fa9-181f5f347084?depth=0
2022-06-07T08:51:06.026Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:51:06.138Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e705ff12-f3d5-4768-9ff7-198aa835ed60/model-vers/model-ver/46cbeb27-f492-4e58-9fa9-181f5f347084?depth=0|INFO|500||Invoke
2022-06-07T08:51:06.139Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e705ff12-f3d5-4768-9ff7-198aa835ed60/model-vers/model-ver/46cbeb27-f492-4e58-9fa9-181f5f347084?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e705ff12-f3d5-4768-9ff7-198aa835ed60/model-vers/model-ver/46cbeb27-f492-4e58-9fa9-181f5f347084?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d8c16573-a1bb-47ea-ae1b-9bf47df7c123], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b337763a-8a57-438a-844f-b35ab59ef740], X-ECOMP-RequestID=[d8c16573-a1bb-47ea-ae1b-9bf47df7c123], X-TransactionId=[], X-ONAP-RequestID=[d8c16573-a1bb-47ea-ae1b-9bf47df7c123], Content-Type=[application/merge-patch+json]}
2022-06-07T08:51:06.181Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e705ff12-f3d5-4768-9ff7-198aa835ed60/model-vers/model-ver/46cbeb27-f492-4e58-9fa9-181f5f347084?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T08:51:06.274Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e705ff12-f3d5-4768-9ff7-198aa835ed60/model-vers/model-ver/46cbeb27-f492-4e58-9fa9-181f5f347084?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/e705ff12-f3d5-4768-9ff7-198aa835ed60/model-vers/model-ver/46cbeb27-f492-4e58-9fa9-181f5f347084?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-08:51:05:779-59897], vertex-id=[241864], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:51:05 GMT], Content-Type=[application/json]}
2022-06-07T08:51:06.275Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e705ff12-f3d5-4768-9ff7-198aa835ed60/model-vers/model-ver/46cbeb27-f492-4e58-9fa9-181f5f347084?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:51:06.276Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e705ff12-f3d5-4768-9ff7-198aa835ed60/model-vers/model-ver/46cbeb27-f492-4e58-9fa9-181f5f347084?depth=0|INFO|500||InvokeReturn
2022-06-07T08:51:06.276Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:51:06.279Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:51:06.287Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:51:06.288Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d8c16573-a1bb-47ea-ae1b-9bf47df7c123 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:51:06.288Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:51:06.288Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:06.292Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:06.292Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591866288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:51:06.391Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:51:06.392Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:06.392Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:06.417Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:06.418Z||pool-111-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:51:07.327Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:51:07.327Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a70f9868-79eb-409e-9269-f2f04a781a02","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"18e8decf-e67a-4ab1-b90e-22a7c3824fa4","serviceDescription":"service","serviceInvariantUUID":"8c12b0e9-9224-42d4-a9bd-726736f89f68","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3b42d972-3222-463e-b0af-185867b85fa0","resourceInvariantUUID":"6d09ee47-d2c2-4556-9253-53e047a229c9","resourceCustomizationUUID":"bdfb9f4f-81ef-4e49-bb72-cc21809fca01","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":"OWE2NTI3NDNmMTNjMTlmYTMzODM4MzAxZTdkNjU0MzQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7456c117-48e8-4741-b745-972f8efe3db3","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":"YTQ1NTcyODhkMmMwNjBjNGQ5OWU0NWViNjM5MjEzYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"da0a1317-365a-4372-895d-39f281bbdc4d","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":"97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2","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":"d48669e2-6700-480d-a0af-8d3b9e207e2b","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":"7c19fc94-33b0-4381-9a11-76ae767d54ee","artifactVersion":"2","generatedFromUUID":"97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2"},{"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":"ZDQyMWVlZDcyZGE1NzhhNzU5YWI3ZTVhNTYwNjk2MWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"090df8f5-3f5e-4e49-963f-11d5a970b186","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":"MTlmY2QwMzE2MGUxMGUwZjIzYmY5ODFiYzMzOTQzMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"85cf303b-f547-458f-ba2c-aff3c91249bd","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTMxNmIwMTY5MDQxZjZmYWMzZjgxZDVlYjQyZDliZTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6cc7b57b-f8c7-4e6a-8b60-60a180bb15bc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:51:07.328Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:51:07.328Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:07.331Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:07.331Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:51:07.431Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:07.432Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:07.432Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:07.462Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:07.462Z||pool-112-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:51:08.332Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:51:08.332Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:08.335Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:08.335Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:51:08.435Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:08.436Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:08.437Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:08.457Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:08.458Z||pool-113-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:51:09.336Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:51:09.337Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:09.339Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:09.339Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:51:09.439Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:09.440Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:09.441Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:09.470Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:09.471Z||pool-114-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:51:10.178Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:51:10.179Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:51:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:10.211Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:10.213Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:51:10.213Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591810347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:51:10.214Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:51:10.340Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:51:10.340Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:10.343Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:10.343Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:51:10.443Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:10.445Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:10.445Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:10.461Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:10.462Z||pool-115-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:51:11.344Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:51:11.344Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:11.348Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:11.348Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T08:51:11.447Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:51:11.448Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:11.448Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:11.468Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:11.468Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:51:12.349Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:51:12.349Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:12.353Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:12.353Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:51:12.453Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:12.454Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:12.454Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:12.474Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:12.475Z||pool-117-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:51:13.354Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:51:13.354Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:13.356Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:13.357Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:51:13.457Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:51:13.458Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:13.458Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:13.476Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:13.477Z||pool-118-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:51:14.357Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:51:14.358Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:14.360Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:14.360Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:51:14.460Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:14.462Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:14.462Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:14.480Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:14.481Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:51:15.362Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "18e8decf-e67a-4ab1-b90e-22a7c3824fa4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8c12b0e9-9224-42d4-a9bd-726736f89f68",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "bdfb9f4f-81ef-4e49-bb72-cc21809fca01",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3b42d972-3222-463e-b0af-185867b85fa0",
      "resourceInvariantUUID": "6d09ee47-d2c2-4556-9253-53e047a229c9",
      "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": "YTQ1NTcyODhkMmMwNjBjNGQ5OWU0NWViNjM5MjEzYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "da0a1317-365a-4372-895d-39f281bbdc4d",
          "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": "97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2",
          "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": "7c19fc94-33b0-4381-9a11-76ae767d54ee",
            "generatedFromUUID": "97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2"
          },
          "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": "7c19fc94-33b0-4381-9a11-76ae767d54ee",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTMxNmIwMTY5MDQxZjZmYWMzZjgxZDVlYjQyZDliZTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6cc7b57b-f8c7-4e6a-8b60-60a180bb15bc"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T08:51:15.362Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:51:15.362Z|d8c16573-a1bb-47ea-ae1b-9bf47df7c123|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 18e8decf-e67a-4ab1-b90e-22a7c3824fa4 ASDC
2022-06-07T08:51:15.363Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a70f9868-79eb-409e-9269-f2f04a781a02
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:18e8decf-e67a-4ab1-b90e-22a7c3824fa4
ServiceInvariantUUID:8c12b0e9-9224-42d4-a9bd-726736f89f68
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:6cc7b57b-f8c7-4e6a-8b60-60a180bb15bc
ArtifactChecksum:YTMxNmIwMTY5MDQxZjZmYWMzZjgxZDVlYjQyZDliZTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:bdfb9f4f-81ef-4e49-bb72-cc21809fca01
ResourceInvariantUUID:6d09ee47-d2c2-4556-9253-53e047a229c9
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:3b42d972-3222-463e-b0af-185867b85fa0
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:da0a1317-365a-4372-895d-39f281bbdc4d
ArtifactChecksum:YTQ1NTcyODhkMmMwNjBjNGQ5OWU0NWViNjM5MjEzYTM=
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:97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2
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:7c19fc94-33b0-4381-9a11-76ae767d54ee
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:7c19fc94-33b0-4381-9a11-76ae767d54ee
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-07T08:51:15.363Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 18e8decf-e67a-4ab1-b90e-22a7c3824fa4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:51:15.417Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:51:15.418Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T08:51:15.418Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T08:51:15.418Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6cc7b57b-f8c7-4e6a-8b60-60a180bb15bc from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T08:51:15.419Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:51:15.419Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T08:51:15.492Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:51:15.497Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 6cc7b57b-f8c7-4e6a-8b60-60a180bb15bc 78810
2022-06-07T08:51:15.497Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-07T08:51:15.498Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T08:51:15.498Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:51:15.498Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:15.500Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:15.500Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591875497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:51:15.601Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:15.603Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:15.604Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:15.623Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:15.624Z||pool-120-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:51:16.501Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:51:16.502Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T08:51:16.502Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6cc7b57b-f8c7-4e6a-8b60-60a180bb15bc, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:16.502Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-07T08:51:16.503Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:16.503Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:16.629Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16684071673786015625/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-07T08:51:18.530Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:51:18.531Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T08:51:18.531Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.531Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-07T08:51:18.531Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.531Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.532Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.532Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.532Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.532Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.532Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.532Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.532Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-07T08:51:18.532Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T08:51:18.533Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.533Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:18.533Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T08:51:18.533Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T08:51:18.534Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:51:18.534Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.534Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:18.534Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T08:51:18.534Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T08:51:18.535Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:51:18.535Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.535Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:18.535Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.535Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-07T08:51:18.536Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-07T08:51:18.536Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-07T08:51:18.536Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-07T08:51:18.536Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T08:51:18.536Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-07T08:51:18.537Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.537Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:51:18.537Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.537Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T08:51:18.538Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:51:18.538Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.538Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T08:51:18.538Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:51:18.539Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.539Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T08:51:18.539Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:51:18.539Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.539Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-07T08:51:18.539Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T08:51:18.540Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T08:51:18.540Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d2e99624-d486-46f4-8b4d-9c8488828e94
2022-06-07T08:51:18.540Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.540Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:18.540Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.541Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:18.541Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.541Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:18.541Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:18.541Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:18.542Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:18e8decf-e67a-4ab1-b90e-22a7c3824fa4
Model Version:NULL
Model InvariantUuid:8c12b0e9-9224-42d4-a9bd-726736f89f68
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ab222876-4521-4b64-ba0f-c08d53af9c13
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6d09ee47-d2c2-4556-9253-53e047a229c9
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bdfb9f4f-81ef-4e49-bb72-cc21809fca01
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5e14c1cc-dd3d-4d80-84c6-74606c0ee680
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:527f531e-80f1-4495-9665-8024aab56618
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d2e99624-d486-46f4-8b4d-9c8488828e94
ModelInvariantUuid:31357002-a450-4a1b-af17-369c00898348
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:11da6ac5-c64d-4dfc-823d-0306e30300b0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:90de2304-69a2-47c0-b120-8a8206353134
ModelInvariantUuid:eba0e4ef-1e93-444c-aa6d-ecccc1af4b46
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:7b805015-ed37-474c-b94b-9d1dfd38c122
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:51:18.555Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 3b42d972-3222-463e-b0af-185867b85fa0
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:51:18.561Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-06-07T08:51:18.562Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3b42d972-3222-463e-b0af-185867b85fa0
2022-06-07T08:51:18.562Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: da0a1317-365a-4372-895d-39f281bbdc4d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-07T08:51:18.563Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:51:18.563Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-07T08:51:18.614Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:51:18.615Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json da0a1317-365a-4372-895d-39f281bbdc4d 792
2022-06-07T08:51:18.616Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-07T08:51:18.616Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-07T08:51:18.617Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:51:18.618Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:18.621Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:18.621Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591878616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:51:18.722Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:51:18.723Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:18.724Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:18.766Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:18.766Z||pool-121-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:51:19.622Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5e14c1cc-dd3d-4d80-84c6-74606c0ee680",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "527f531e-80f1-4495-9665-8024aab56618",
    "vfModuleModelCustomizationUUID": "9272ffaf-39a8-4132-8077-ebd4783a6a2c",
    "isBase": true,
    "artifacts": [
      "97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2",
      "7c19fc94-33b0-4381-9a11-76ae767d54ee"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:51:19.629Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:527f531e-80f1-4495-9665-8024aab56618
VfModuleModelInvariantUUID:5e14c1cc-dd3d-4d80-84c6-74606c0ee680
VfModuleModelDescription:NULL
Artifacts UUID List:{
97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2
,
7c19fc94-33b0-4381-9a11-76ae767d54ee

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:51:19.633Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "5e14c1cc-dd3d-4d80-84c6-74606c0ee680",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "527f531e-80f1-4495-9665-8024aab56618",
    "vfModuleModelCustomizationUUID": "9272ffaf-39a8-4132-8077-ebd4783a6a2c",
    "isBase": true,
    "artifacts": [
      "97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2",
      "7c19fc94-33b0-4381-9a11-76ae767d54ee"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-07T08:51:19.633Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:527f531e-80f1-4495-9665-8024aab56618
VfModuleModelInvariantUUID:5e14c1cc-dd3d-4d80-84c6-74606c0ee680
VfModuleModelDescription:NULL
Artifacts UUID List:{
97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2
,
7c19fc94-33b0-4381-9a11-76ae767d54ee

}
Properties List:{
  min_vf_module_instances : 1
  vf_module_label : base_ubuntu20
  max_vf_module_instances : 1
  vfc_list : 
  vf_module_type : Base
  vf_module_description : 
  initial_count : 1
  volume_group : false
  availability_zone_count :
}

isBase:true


}

2022-06-07T08:51:19.634Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-07T08:51:19.634Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:51:19.634Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-07T08:51:19.705Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:51:19.706Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 97d5ec21-e2c1-4105-b8c0-d7c3a82cc8e2 5033
2022-06-07T08:51:19.707Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-07T08:51:19.707Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-07T08:51:19.707Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:51:19.707Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:19.711Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:19.711Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591879707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:51:19.811Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:19.812Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:19.813Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:19.859Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:19.859Z||pool-122-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:51:20.712Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7c19fc94-33b0-4381-9a11-76ae767d54ee from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-07T08:51:20.712Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:51:20.713Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-07T08:51:20.775Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:51:20.776Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 7c19fc94-33b0-4381-9a11-76ae767d54ee 903
2022-06-07T08:51:20.776Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-07T08:51:20.776Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-07T08:51:20.776Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:51:20.777Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:20.779Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:20.779Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591880776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:51:20.879Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:20.880Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:20.880Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:20.917Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:20.917Z||pool-123-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:51:21.780Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 18e8decf-e67a-4ab1-b90e-22a7c3824fa4
2022-06-07T08:51:21.782Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 3b42d972-3222-463e-b0af-185867b85fa0 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:51:21.799Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@726f17b3, org.onap.sdc.toscaparser.api.parameters.Input@fa1aed6, org.onap.sdc.toscaparser.api.parameters.Input@61f39a95, org.onap.sdc.toscaparser.api.parameters.Input@624d7c0a, org.onap.sdc.toscaparser.api.parameters.Input@68153d7f]
2022-06-07T08:51:21.801Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.802Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:21.802Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-07T08:51:21.802Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= bdfb9f4f-81ef-4e49-bb72-cc21809fca01
2022-06-07T08:51:21.802Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bdfb9f4f-81ef-4e49-bb72-cc21809fca01 matches Tosca VF Customization UUID: bdfb9f4f-81ef-4e49-bb72-cc21809fca01
2022-06-07T08:51:21.803Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: bdfb9f4f-81ef-4e49-bb72-cc21809fca01  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-07T08:51:21.806Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.806Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:21.807Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id bdfb9f4f-81ef-4e49-bb72-cc21809fca01: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-07T08:51:21.807Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1e3e629f
2022-06-07T08:51:21.808Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.808Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-07T08:51:21.808Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9272ffaf-39a8-4132-8077-ebd4783a6a2c
2022-06-07T08:51:21.809Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9272ffaf-39a8-4132-8077-ebd4783a6a2c
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-07T08:51:21.812Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.812Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T08:51:21.812Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:51:21.813Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.814Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T08:51:21.814Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:51:21.814Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.814Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-07T08:51:21.815Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-07T08:51:21.815Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-07T08:51:21.815Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d2e99624-d486-46f4-8b4d-9c8488828e94
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-07T08:51:21.818Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.818Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T08:51:21.819Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-07T08:51:21.819Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.819Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-07T08:51:21.819Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=bdfb9f4f-81ef-4e49-bb72-cc21809fca01
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:51:21.821Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.821Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:21.822Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 18e8decf-e67a-4ab1-b90e-22a7c3824fa4: basic_vm_macro
2022-06-07T08:51:21.822Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.822Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:21.822Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.823Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:21.823Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.823Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:21.823Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.824Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:21.824Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:51:21.824Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:51:21.824Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:51:21.926Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 3b42d972-3222-463e-b0af-185867b85fa0 1 ASDC deployResourceStructure
2022-06-07T08:51:21.927Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-07T08:51:21.927Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-07T08:51:21.927Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:51:21.927Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:21.929Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:21.930Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591881926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:51:22.030Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:22.031Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:22.031Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:22.064Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:22.065Z||pool-124-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:51:22.931Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-07T08:51:22.931Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-07T08:51:22.931Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:51:22.932Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:22.934Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:22.934Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591882931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:51:23.034Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:23.036Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:23.036Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:23.130Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:23.131Z||pool-125-thread-1|||||INFO|500||cambria reply ok (96 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:51:23.935Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-07T08:51:23.936Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-07T08:51:23.936Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:51:23.936Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:23.938Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:23.938Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591883935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:51:24.039Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:51:24.039Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:24.040Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:24.058Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:24.058Z||pool-126-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:51:24.939Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-07T08:51:24.940Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-07T08:51:24.940Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:51:24.940Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:51:24.943Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:51:24.944Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591884939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:51:25.044Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:51:25.045Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:51:25.045Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:51:25.086Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:51:25.087Z||pool-127-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:51:25.945Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:51:25.962Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:51:25.967Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:51:25.967Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:51:25.967Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:51:55.968Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:51:55.985Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:51:55.989Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:51:55.989Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:51:55.990Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:52:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:52:10.179Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:52:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:52:10.213Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:52:10.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:52:10.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:52:10.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:52:25.990Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:52:26.007Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:52:26.013Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:52:26.013Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:52:26.013Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:52:56.014Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:52:56.030Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:52:56.034Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:52:56.035Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-07T08:52:56.035Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-07T08:53:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:53:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:53:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:53:10.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:53:10.237Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.237Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.238Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.238Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.238Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591812283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.239Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591813354,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:53:10.239Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.239Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.239Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591812283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.240Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.240Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.240Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "clamp",
  "timestamp": 1654591814358,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:53:10.256Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a70f9868-79eb-409e-9269-f2f04a781a02
2022-06-07T08:53:10.256Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70f9868-79eb-409e-9269-f2f04a781a02 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:53:10.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591812283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591814477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591812283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.269Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591814477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.270Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.270Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591812283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.270Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591814477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.271Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591812283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.272Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591814477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591812283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591814477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591812283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591814477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591821020,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591814477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591821067,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.277Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591814477,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591823242,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591823408,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:53:10.279Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591824411,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:53:10.287Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a70f9868-79eb-409e-9269-f2f04a781a02
2022-06-07T08:53:10.287Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70f9868-79eb-409e-9269-f2f04a781a02 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:53:10.300Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.300Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591824446,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591825564,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.301Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.301Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.301Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591826653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591827756,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.302Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.302Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.302Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591828863,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.303Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591829948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:53:10.303Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.303Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.303Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591830952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:53:10.304Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591831328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:53:10.304Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.304Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.304Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591831956,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T08:53:10.305Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "aai-ml",
  "timestamp": 1654591832332,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:53:10.313Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a70f9868-79eb-409e-9269-f2f04a781a02
2022-06-07T08:53:10.314Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId a70f9868-79eb-409e-9269-f2f04a781a02 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:53:10.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591832960,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:53:10.326Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591833963,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-07T08:53:10.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591834968,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:53:10.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.327Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.327Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591847185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591847349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.328Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.328Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.328Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591848361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591851628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.329Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.329Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.329Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591848361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591847349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.330Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.330Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591847185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.330Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591851628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.331Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591847185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.331Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.331Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591847349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.332Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591848361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.332Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.332Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591851628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591859127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.333Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.333Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.333Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591847185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.334Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.334Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.334Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591848361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591847349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.335Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.335Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591851628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.335Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591859127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.336Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.336Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591847349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.336Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.337Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591848361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.337Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.337Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591847185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.338Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591851628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.338Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.338Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591859127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591848361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591847349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591847185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.340Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591851628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591859127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.341Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.341Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.341Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591848361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591847185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.342Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.342Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.342Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591847349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591851628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.343Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.343Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591859127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.343Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.344Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.344Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591848361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591847185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.345Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.345Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.345Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591847349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591851628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.346Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.346Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.346Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591859127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591847185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.347Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.347Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591851628,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.347Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1654591848361,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.348Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.348Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591847349,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.348Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591859127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.349Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.349Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d8c16573-a1bb-47ea-ae1b-9bf47df7c123",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591866288,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:53:10.349Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.349Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591859127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.350Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591866194,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.350Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.350Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.350Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591866381,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.351Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.351Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.351Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.351Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591859127,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:53:10.352Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591867386,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:53:10.352Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.352Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.352Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "cds",
  "timestamp": 1654591867404,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:53:10.369Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d4d1052a-a1f7-44c6-a807-83dd97892cad
2022-06-07T08:53:10.369Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d1052a-a1f7-44c6-a807-83dd97892cad and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:53:10.382Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.382Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.382Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.383Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.383Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "policy-id",
  "timestamp": 1654591868390,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:53:10.389Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d4d1052a-a1f7-44c6-a807-83dd97892cad
2022-06-07T08:53:10.390Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d1052a-a1f7-44c6-a807-83dd97892cad and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:53:10.402Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591868863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:53:10.403Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:10.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.403Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-07T08:53:10.403Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:53:10.403Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:53:10.404Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591869890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:53:10.404Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:53:26.036Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:53:26.051Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:53:26.055Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:53:26.055Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:53:26.055Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:53:26.055Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:53:26.055Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:53:26.055Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:53:26.055Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:53:26.056Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:53:26.056Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:53:26.056Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:53:26.056Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:53:26.063Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:53:56.063Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a70f9868-79eb-409e-9269-f2f04a781a02 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:53:56.071Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a70f9868-79eb-409e-9269-f2f04a781a02 and serviceModelVersionId: 18e8decf-e67a-4ab1-b90e-22a7c3824fa4
2022-06-07T08:53:56.072Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8c12b0e9-9224-42d4-a9bd-726736f89f68
2022-06-07T08:53:56.072Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8c12b0e9-9224-42d4-a9bd-726736f89f68/model-vers/model-ver/18e8decf-e67a-4ab1-b90e-22a7c3824fa4?depth=0
2022-06-07T08:53:56.077Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:53:56.134Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c12b0e9-9224-42d4-a9bd-726736f89f68/model-vers/model-ver/18e8decf-e67a-4ab1-b90e-22a7c3824fa4?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-07T08:53:56.135Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c12b0e9-9224-42d4-a9bd-726736f89f68/model-vers/model-ver/18e8decf-e67a-4ab1-b90e-22a7c3824fa4?depth=0|INFO|500||Invoke
2022-06-07T08:53:56.161Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c12b0e9-9224-42d4-a9bd-726736f89f68/model-vers/model-ver/18e8decf-e67a-4ab1-b90e-22a7c3824fa4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T08:53:56.247Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c12b0e9-9224-42d4-a9bd-726736f89f68/model-vers/model-ver/18e8decf-e67a-4ab1-b90e-22a7c3824fa4?depth=0|INFO|500||InvokeReturn
2022-06-07T08:53:56.248Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8c12b0e9-9224-42d4-a9bd-726736f89f68/model-vers/model-ver/18e8decf-e67a-4ab1-b90e-22a7c3824fa4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220607-08:53:55:751-49323], vertex-id=[245832], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:53:55 GMT], Content-Type=[application/json]}
2022-06-07T08:53:56.249Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:53:56.250Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:53:56.250Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:53:56.257Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:53:56.257Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a70f9868-79eb-409e-9269-f2f04a781a02 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:53:56.257Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:53:56.257Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:53:56.260Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:53:56.261Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592036257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:53:56.361Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:53:56.362Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:53:56.362Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:53:56.385Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:53:56.386Z||pool-128-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:53:57.273Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:53:57.274Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:53:57.274Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:01.757Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:01.758Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-07T08:54:01.758Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d4d1052a-a1f7-44c6-a807-83dd97892cad","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9ea4137d-e704-40b2-8fea-f4210b6a4674","serviceDescription":"service","serviceInvariantUUID":"1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"55df58de-1e2a-49d3-a1d0-12e1d3bacd2c","resourceInvariantUUID":"e5b0efd4-3712-4d57-b300-3c6b247112f8","resourceCustomizationUUID":"119deb10-fe32-45de-9bd0-15dede2cb52c","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":"YzA2ZDMyZDc0Nzg3MDNlMTgwNDdkOWYzNWIxYmIyNjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"15486568-fa06-47b3-bff5-271bdf7cae65","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":"c603e9ea-47af-41d3-b639-303a4c5560c5","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":"6f9324ab-974f-450d-8f45-c680bcd8a130","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":"ZjU5ZDEzZTk4NDBmMTQ5ODVmMDVkM2YzMzUwMTk3ZWM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"13d386f2-82b1-4d7e-bf41-855f1836402f","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":"6724acd5-99d1-42bd-a535-b77daf5a7ff3","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":"57375e74-ed85-48d8-9bd7-6fcd0573a907","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":"e8aa80ca-cabe-4e1f-a656-3cc4bcd023c1","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":"NjJhNzBjNGU5YmVmNTQ4ODlmYTA2Zjg3N2I2MGM4YTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3dc5c0e0-72eb-4db0-895c-af42b91c978c","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Y2I1ZDZkYzNkNzU4NzIyN2E0OTlmYzg0Yjk4YjhiMDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81486ce6-8c49-41b9-bd09-286f183e311f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-07T08:54:01.761Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:54:01.761Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:01.763Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:01.764Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:01.864Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:54:01.865Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:01.865Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:01.886Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:01.887Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:54:02.766Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:54:02.768Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:02.770Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:02.770Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:02.873Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:54:02.874Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:02.874Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:02.902Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:02.903Z||pool-130-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:54:03.772Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:54:03.773Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:03.775Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:03.775Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:03.875Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:54:03.877Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:03.877Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:03.896Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:03.897Z||pool-131-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:54:04.776Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:54:04.776Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:04.779Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:04.779Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:04.879Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:54:04.880Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:04.880Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:04.916Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:04.917Z||pool-132-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:54:05.780Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:54:05.781Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:05.785Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:05.786Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:05.885Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-07T08:54:05.887Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:05.887Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:05.909Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:05.910Z||pool-133-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:54:06.787Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:54:06.788Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:06.791Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:06.791Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:06.891Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:54:06.892Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:06.893Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:06.917Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:06.918Z||pool-134-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:54:07.792Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:54:07.793Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:07.795Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:07.795Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:07.896Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:54:07.898Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:07.898Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:07.918Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:07.919Z||pool-135-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:54:08.796Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:54:08.797Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:08.800Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:08.800Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:08.900Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:54:08.901Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:08.902Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:08.923Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:08.923Z||pool-136-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-07T08:54:09.801Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-07T08:54:09.802Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:09.804Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:09.804Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:54:09.904Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:54:09.905Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:09.905Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:09.929Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:09.930Z||pool-137-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:54:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:54:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:54:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:10.224Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:10.225Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.226Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.226Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.226Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1654591870893,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:54:10.235Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d4d1052a-a1f7-44c6-a807-83dd97892cad
2022-06-07T08:54:10.235Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d1052a-a1f7-44c6-a807-83dd97892cad and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:54:10.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-07T08:54:10.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591872359,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:54:10.250Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591872283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591872283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591810173,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:54:10.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591874365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:54:10.252Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591872283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591874477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591875497,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:54:10.254Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "clamp",
  "timestamp": 1654591875369,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:54:10.261Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d4d1052a-a1f7-44c6-a807-83dd97892cad
2022-06-07T08:54:10.261Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d1052a-a1f7-44c6-a807-83dd97892cad and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:54:10.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591872283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.273Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.273Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591874477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.273Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591872283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.274Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591874477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.274Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.274Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591872283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.275Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.275Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.275Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591874477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.276Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.276Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591878616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:54:10.276Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.276Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591872283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591874477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.277Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.277Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591879707,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:54:10.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591872283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.278Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.278Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591874477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591872283,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:54:10.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591880776,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:54:10.280Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591874477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591882056,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:54:10.281Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.281Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.281Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591881926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-07T08:54:10.282Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.282Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591874477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:54:10.282Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.282Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591874477,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:54:10.283Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:54:10.283Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.283Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591882931,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-07T08:54:10.283Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591883924,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:54:10.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.284Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.284Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591883935,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-07T08:54:10.284Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591884269,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:54:10.285Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.285Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.285Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1654591884928,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:54:10.294Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d4d1052a-a1f7-44c6-a807-83dd97892cad
2022-06-07T08:54:10.294Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d1052a-a1f7-44c6-a807-83dd97892cad and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:54:10.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.305Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654591884939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:54:10.305Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.305Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591889734,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:54:10.306Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:54:10.306Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-07T08:54:10.306Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "aai-ml",
  "timestamp": 1654591890738,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:54:10.312Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d4d1052a-a1f7-44c6-a807-83dd97892cad
2022-06-07T08:54:10.313Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d4d1052a-a1f7-44c6-a807-83dd97892cad and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-07T08:54:10.805Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9ea4137d-e704-40b2-8fea-f4210b6a4674",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "119deb10-fe32-45de-9bd0-15dede2cb52c",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "55df58de-1e2a-49d3-a1d0-12e1d3bacd2c",
      "resourceInvariantUUID": "e5b0efd4-3712-4d57-b300-3c6b247112f8",
      "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": "Y2I1ZDZkYzNkNzU4NzIyN2E0OTlmYzg0Yjk4YjhiMDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81486ce6-8c49-41b9-bd09-286f183e311f"
    }
  ],
  "workloadContext": "Production"
}
2022-06-07T08:54:10.805Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-07T08:54:10.806Z|a70f9868-79eb-409e-9269-f2f04a781a02|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9ea4137d-e704-40b2-8fea-f4210b6a4674 ASDC
2022-06-07T08:54:10.806Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d4d1052a-a1f7-44c6-a807-83dd97892cad
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9ea4137d-e704-40b2-8fea-f4210b6a4674
ServiceInvariantUUID:1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9
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:81486ce6-8c49-41b9-bd09-286f183e311f
ArtifactChecksum:Y2I1ZDZkYzNkNzU4NzIyN2E0OTlmYzg0Yjk4YjhiMDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:119deb10-fe32-45de-9bd0-15dede2cb52c
ResourceInvariantUUID:e5b0efd4-3712-4d57-b300-3c6b247112f8
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:55df58de-1e2a-49d3-a1d0-12e1d3bacd2c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-07T08:54:10.806Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9ea4137d-e704-40b2-8fea-f4210b6a4674 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:54:10.837Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:54:10.838Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T08:54:10.838Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T08:54:10.838Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81486ce6-8c49-41b9-bd09-286f183e311f from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T08:54:10.838Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-07T08:54:10.838Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T08:54:11.096Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-07T08:54:11.101Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 81486ce6-8c49-41b9-bd09-286f183e311f 105655
2022-06-07T08:54:11.101Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T08:54:11.101Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T08:54:11.101Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-07T08:54:11.102Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:11.104Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:11.104Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592051101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:54:11.204Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:54:11.205Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:11.205Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:11.232Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:11.233Z||pool-138-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:54:12.104Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-07T08:54:12.105Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-07T08:54:12.106Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 81486ce6-8c49-41b9-bd09-286f183e311f, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:12.106Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-07T08:54:12.107Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:12.107Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:12.299Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4943326833748592121/Definitions/service-TestPnfMacro-template.yml
2022-06-07T08:54:13.354Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-07T08:54:13.355Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T08:54:13.355Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:13.355Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-07T08:54:13.355Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:13.355Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:13.355Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:13.356Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:13.356Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:13.356Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:13.356Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-07T08:54:13.356Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-07T08:54:13.357Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:54:13.357Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:54:13.357Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-07T08:54:13.357Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T08:54:13.358Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:54:13.358Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:54:13.358Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:54:13.358Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-07T08:54:13.358Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-07T08:54:13.358Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-07T08:54:13.359Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:54:13.359Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:54:13.359Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:54:13.359Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:54:13.359Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:54:13.359Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:54:13.360Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:54:13.360Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:54:13.360Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:54:13.360Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:54:13.360Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:9ea4137d-e704-40b2-8fea-f4210b6a4674
Model Version:NULL
Model InvariantUuid:1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-07T08:54:13.368Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 55df58de-1e2a-49d3-a1d0-12e1d3bacd2c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:54:13.372Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-06-07T08:54:13.372Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 55df58de-1e2a-49d3-a1d0-12e1d3bacd2c
2022-06-07T08:54:13.372Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9ea4137d-e704-40b2-8fea-f4210b6a4674
2022-06-07T08:54:13.372Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9ea4137d-e704-40b2-8fea-f4210b6a4674
2022-06-07T08:54:13.372Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 55df58de-1e2a-49d3-a1d0-12e1d3bacd2c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:54:13.379Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44213940, org.onap.sdc.toscaparser.api.parameters.Input@1b2d5e7d, org.onap.sdc.toscaparser.api.parameters.Input@7940f452, org.onap.sdc.toscaparser.api.parameters.Input@10cd9d50, org.onap.sdc.toscaparser.api.parameters.Input@5d6b5d30]
2022-06-07T08:54:13.379Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:54:13.380Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:54:13.380Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9ea4137d-e704-40b2-8fea-f4210b6a4674: test-pnf
2022-06-07T08:54:13.380Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||Processing PNF resource: 55df58de-1e2a-49d3-a1d0-12e1d3bacd2c
2022-06-07T08:54:13.381Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-07T08:54:13.381Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-07T08:54:13.381Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||Resource customization UUID: 119deb10-fe32-45de-9bd0-15dede2cb52c is the same as notified resource customizationUUID: 119deb10-fe32-45de-9bd0-15dede2cb52c
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-07T08:54:13.434Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 55df58de-1e2a-49d3-a1d0-12e1d3bacd2c 0 ASDC deployResourceStructure
2022-06-07T08:54:13.434Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-07T08:54:13.434Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-07T08:54:13.435Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-07T08:54:13.435Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:13.437Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:13.438Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592053434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:54:13.539Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-07T08:54:13.540Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:13.540Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:13.558Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:13.559Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-07T08:54:14.438Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d4d1052a-a1f7-44c6-a807-83dd97892cad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:54:14.452Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d4d1052a-a1f7-44c6-a807-83dd97892cad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-07T08:54:14.457Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-07T08:54:14.457Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-07T08:54:14.457Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-07T08:54:14.457Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-07T08:54:14.457Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:54:14.457Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:54:14.457Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:54:14.458Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:54:14.458Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:54:14.458Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:54:14.458Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-07T08:54:14.458Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-07T08:54:14.466Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-07T08:54:44.467Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d4d1052a-a1f7-44c6-a807-83dd97892cad and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-07T08:54:44.486Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d4d1052a-a1f7-44c6-a807-83dd97892cad and serviceModelVersionId: 9ea4137d-e704-40b2-8fea-f4210b6a4674
2022-06-07T08:54:44.486Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9
2022-06-07T08:54:44.490Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9/model-vers/model-ver/9ea4137d-e704-40b2-8fea-f4210b6a4674?depth=0
2022-06-07T08:54:44.506Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-07T08:54:44.604Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9/model-vers/model-ver/9ea4137d-e704-40b2-8fea-f4210b6a4674?depth=0|INFO|500||Invoke
2022-06-07T08:54:44.605Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9/model-vers/model-ver/9ea4137d-e704-40b2-8fea-f4210b6a4674?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9/model-vers/model-ver/9ea4137d-e704-40b2-8fea-f4210b6a4674?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d4d1052a-a1f7-44c6-a807-83dd97892cad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[101a94f7-fefe-40d2-979a-6277309fff91], X-ECOMP-RequestID=[d4d1052a-a1f7-44c6-a807-83dd97892cad], X-TransactionId=[], X-ONAP-RequestID=[d4d1052a-a1f7-44c6-a807-83dd97892cad], Content-Type=[application/merge-patch+json]}
2022-06-07T08:54:44.645Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9/model-vers/model-ver/9ea4137d-e704-40b2-8fea-f4210b6a4674?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-07T08:54:44.741Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9/model-vers/model-ver/9ea4137d-e704-40b2-8fea-f4210b6a4674?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/1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9/model-vers/model-ver/9ea4137d-e704-40b2-8fea-f4210b6a4674?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220607-08:54:44:235-19481], vertex-id=[291032], Content-Length=[0], Date=[Tue, 07 Jun 2022 08:54:44 GMT], Content-Type=[application/json]}
2022-06-07T08:54:44.741Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9/model-vers/model-ver/9ea4137d-e704-40b2-8fea-f4210b6a4674?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-07T08:54:44.742Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a70972f-9b0a-4c1f-8732-38e6d9f1c9d9/model-vers/model-ver/9ea4137d-e704-40b2-8fea-f4210b6a4674?depth=0|INFO|500||InvokeReturn
2022-06-07T08:54:44.743Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-07T08:54:44.743Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-07T08:54:44.750Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-07T08:54:44.752Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d4d1052a-a1f7-44c6-a807-83dd97892cad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-07T08:54:44.753Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-07T08:54:44.753Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-07T08:54:44.758Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-07T08:54:44.758Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592084753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:54:44.858Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-07T08:54:44.860Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-07T08:54:44.860Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:44.918Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:44.920Z||pool-140-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-07T08:54:45.786Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:54:45.787Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:54:45.787Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:54:55.446Z|d4d1052a-a1f7-44c6-a807-83dd97892cad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:54:55.448Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:54:55.449Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:54:55.449Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:55:05.051Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:55:05.051Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:55:05.052Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:55:05.052Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:55:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:55:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:55:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:55:10.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:55:10.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a70f9868-79eb-409e-9269-f2f04a781a02",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592036257,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:55:10.228Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:55:10.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:55:10.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:55:10.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:55:10.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:55:10.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:55:10.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:55:10.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:55:10.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:55:10.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:55:10.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-07T08:55:10.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592037273,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-07T08:55:10.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-07T08:55:14.622Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:55:14.623Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:55:14.623Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:55:14.623Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:55:24.211Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:56:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:56:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:56:10.173Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:56:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:56:10.178Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:56:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:56:10.730Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:56:10.731Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T08:56:10.731Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592051101,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-07T08:56:10.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:56:10.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T08:56:10.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592053434,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-07T08:56:10.732Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:56:10.732Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-07T08:56:10.732Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d4d1052a-a1f7-44c6-a807-83dd97892cad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1654592084753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-07T08:56:10.733Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-07T08:56:19.775Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:57:10.172Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:57:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:57:10.173Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:57:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:57:10.178Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:57:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:57:19.753Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:57:19.752Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:58:10.173Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:58:10.174Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:58:10.174Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:58:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:58:10.178Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:58:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:58:19.754Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:58:19.753Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:59:10.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:59:10.173Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:59:10.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T08:59:10.177Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T08:59:10.178Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T08:59:10.178Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T08:59:19.755Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T08:59:19.755Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:00:10.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:00:10.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:00:10.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T09:00:10.177Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:00:10.178Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:00:10.179Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:00:19.750Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:00:19.750Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:01:10.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:01:10.175Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:01:10.176Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T09:01:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:01:10.178Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:01:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:01:19.753Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:01:19.753Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:02:10.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:02:10.174Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:02:10.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T09:02:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:02:10.177Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:02:10.177Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:02:19.762Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:02:19.783Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:03:10.173Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:03:10.173Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:03:10.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T09:03:10.177Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:03:10.178Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:03:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:03:19.749Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:03:19.755Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:04:10.172Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:04:10.173Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:04:10.174Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as wBJZf7UYPWS9pMP2) ...
2022-06-07T09:04:10.177Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:04:10.179Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:04:10.179Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:04:19.734Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:04:19.771Z|c53a859c-c37b-42a7-bd7e-3d85ab3441ac|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:05:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:05:10.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:05:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:05:10.177Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:05:10.178Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:05:10.178Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:05:19.731Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:05:19.731Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:06:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:06:10.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:06:10.173Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:06:10.177Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:06:10.177Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:06:10.178Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:06:19.739Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:06:19.754Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:07:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:07:10.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:07:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:07:10.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:07:10.178Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:07:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:07:19.727Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:07:19.727Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:08:10.174Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:08:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:08:10.179Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:08:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:08:10.179Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:08:10.180Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:08:19.747Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:08:19.747Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:09:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:09:10.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:09:10.173Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:09:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:09:10.177Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:09:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:09:19.727Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:09:19.729Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:10:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:10:10.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:10:10.173Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:10:10.177Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:10:10.178Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:10:10.178Z|225e2841-6c46-462a-b581-6ae798056848|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:10:19.732Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:10:19.734Z|225e2841-6c46-462a-b581-6ae798056848|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:11:10.173Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:11:10.174Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:11:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:11:10.178Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:11:10.179Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:11:10.179Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:11:19.734Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:11:19.735Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:12:10.172Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:12:10.173Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:12:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:12:10.177Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:12:10.178Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:12:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:12:19.729Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:12:19.731Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:13:10.173Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:13:10.174Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:13:10.174Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:13:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:13:10.178Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:13:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:13:19.732Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:13:19.732Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:14:10.172Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:14:10.173Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:14:10.173Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:14:10.177Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:14:10.177Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:14:10.177Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:14:19.732Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:14:19.732Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:15:10.174Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:15:10.177Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:15:10.177Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:15:10.178Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:15:10.178Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:15:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:15:19.746Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:15:19.746Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:16:10.172Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:16:10.174Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:16:10.174Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:16:10.177Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:16:10.178Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:16:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:16:19.731Z|616b6ca3-bc39-42a0-9df4-f41ae4a296c4|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:16:19.734Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:17:10.172Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:17:10.173Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:17:10.174Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:17:10.177Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-07T09:17:10.178Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-07T09:17:10.178Z||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 wBJZf7UYPWS9pMP2) ...
2022-06-07T09:17:19.728Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-07T09:17:19.730Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK