Results

By type

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

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

2022-07-05T05:43:25.748Z||main|||||INFO|500||The following profiles are active: basic
2022-07-05T05:43:37.051Z||main|||||INFO|500||Starting service [Tomcat]
2022-07-05T05:43:37.051Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-07-05T05:43:37.171Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-07-05T05:43:40.971Z||main|||||INFO|500||catdb-pool - Starting...
2022-07-05T05:43:41.329Z||main|||||INFO|500||catdb-pool - Start completed.
2022-07-05T05:43:41.739Z||main|||||INFO|500||reqdb-pool - Starting...
2022-07-05T05:43:41.744Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-07-05T05:43:41.844Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-07-05T05:43:42.031Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-07-05T05:43:43.000Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-07-05T05:43:44.631Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-05T05:43:46.953Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-05T05:43:47.019Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-07-05T05:43:47.588Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-07-05T05:43:47.920Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-07-05T05:43:49.153Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-07-05T05:43:50.161Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-07-05T05:43:50.178Z||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$$75ebdfa9.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-07-05T05:43:50.178Z||main|||||WARN|500||The sdc end point is not alive
2022-07-05T05:43:53.099Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-07-05T05:43:56.060Z||main|||||WARN|500||---
2022-07-05T05:43:56.061Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-07-05T05:43:56.061Z||main|||||WARN|500||---
2022-07-05T05:43:56.605Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-07-05T05:44:01.267Z||main|||||INFO|500||Started Application in 38.833 seconds (JVM running for 40.888)
2022-07-05T05:44:01.278Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T05:44:01.284Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T05:44:01.296Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T05:44:01.321Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T05:44:01.365Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ddb2b895-e2a0-4c9d-9e91-12763508fbe5 url= /sdc/v1/artifactTypes
2022-07-05T05:44:01.365Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T05:44:02.461Z||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.46.250] 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$$c2b41e63.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-05T05:44:02.466Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@1cbb68f2
2022-07-05T05:44:02.466Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T05:44:02.488Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T05:44:02.491Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T05:44:02.497Z||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$$c2b41e63.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-05T05:44:51.259Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T05:44:51.262Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T05:44:51.262Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T05:44:51.268Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T05:44:51.276Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 032b05e7-b147-4a76-8811-139d7d50f4ec url= /sdc/v1/artifactTypes
2022-07-05T05:44:51.276Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T05:44:52.320Z||scheduling-1|||||ERROR|500||failed to connect to url: /sdc/v1/artifactTypes
org.apache.http.conn.HttpHostConnectException: Connect to sdc-be.onap:8443 [sdc-be.onap/10.233.46.250] 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$$c2b41e63.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-05T05:44:52.321Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@76f8ec1
2022-07-05T05:44:52.321Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T05:44:52.322Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T05:44:52.322Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T05:44:52.323Z||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$$c2b41e63.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-05T05:45:41.258Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T05:45:41.258Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T05:45:41.258Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T05:45:41.262Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T05:45:41.268Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 03209f08-0534-4278-a188-857e34b47e0f url= /sdc/v1/artifactTypes
2022-07-05T05:45:41.268Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T05:45:42.304Z||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.46.250] 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$$c2b41e63.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-07-05T05:45:42.305Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@e700a0e
2022-07-05T05:45:42.305Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-07-05T05:45:42.306Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-07-05T05:45:42.306Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-07-05T05:45:42.306Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at 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$$c2b41e63.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-07-05T05:46:31.258Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-07-05T05:46:31.259Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-07-05T05:46:31.260Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-07-05T05:46:31.263Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-07-05T05:46:31.272Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 576a3be3-bdd3-4a46-b42c-15487cb9efc1 url= /sdc/v1/artifactTypes
2022-07-05T05:46:31.272Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-07-05T05:46:31.490Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-07-05T05:46:31.501Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-07-05T05:46:31.527Z||scheduling-1|||||DEBUG|500||create keys
2022-07-05T05:46:31.535Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-07-05T05:46:31.619Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:46:31.640Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7a386f06-16a6-405a-8cd5-a5123045b376 url= /sdc/v1/registerForDistribution
2022-07-05T05:46:31.783Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7a386f06-16a6-405a-8cd5-a5123045b376 url= /sdc/v1/registerForDistribution
2022-07-05T05:46:31.784Z||scheduling-1|||||INFO|500||start DistributionClient
2022-07-05T05:46:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:46:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:46:31.801Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-07-05T05:46:31.802Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:46:31.803Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:46:31.803Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:46:31.803Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:46:42.178Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:46:42.178Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:47:31.793Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:47:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:47:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:47:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:47:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:47:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:47:41.360Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:47:41.368Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:48:31.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:48:31.791Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:48:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:48:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:48:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:48:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:48:41.351Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:48:41.353Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:49:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:49:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:49:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:49:31.795Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:49:31.796Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:49:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:49:41.363Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:49:41.364Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:50:31.791Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:50:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:50:31.795Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:50:31.795Z||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-07-05T05:50:31.797Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:50:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:50:41.361Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:50:41.364Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:51:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:51:31.791Z||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-07-05T05:51:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:51:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:51:31.795Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:51:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:51:41.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:51:41.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:52:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:52:31.791Z||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-07-05T05:52:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:52:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:52:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:52:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:52:41.420Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:52:41.421Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:53:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:53:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:53:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:53:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:53:31.796Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:53:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:53:32.676Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-07-05T05:53:41.342Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:53:41.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:54:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:54:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:54:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:54:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:54:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:54:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:54:41.355Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:54:41.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:55:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:55:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:55:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:55:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:55:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:55:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:55:41.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:55:41.360Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:56:31.791Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:56:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:56:31.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:56:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:56:31.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:56:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:56:41.355Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:56:41.355Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:57:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:57:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:57:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:57:31.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:57:31.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:57:31.797Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:57:41.359Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:57:41.360Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:58:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:58:31.791Z||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-07-05T05:58:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:58:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:58:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:58:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:58:41.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:58:41.365Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:59:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:59:31.791Z||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-07-05T05:59:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:59:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T05:59:31.795Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T05:59:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T05:59:41.353Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T05:59:41.358Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:00:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:00:31.791Z||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-07-05T06:00:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:00:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:00:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:00:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:00:41.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:00:41.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:01:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:01:31.791Z||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-07-05T06:01:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:01:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:01:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:01:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:01:41.350Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:01:41.352Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:02:31.791Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:02:31.793Z||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-07-05T06:02:31.793Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:02:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:02:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:02:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:02:41.369Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:02:41.373Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:03:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:03:31.791Z||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-07-05T06:03:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:03:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:03:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:03:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:03:41.367Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:03:41.368Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:04:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:04:31.791Z||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-07-05T06:04:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:04:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:04:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:04:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:04:41.380Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:04:41.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:05:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:05:31.792Z||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-07-05T06:05:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:05:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:05:31.795Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:05:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:05:41.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:05:41.361Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:06:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:06:31.791Z||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-07-05T06:06:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:06:31.794Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:06:31.795Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:06:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:06:41.356Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:06:41.363Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:07:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:07:31.792Z||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-07-05T06:07:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:07:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:07:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:07:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:07:41.351Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:07:41.365Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:08:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:08:31.792Z||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-07-05T06:08:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:08:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:08:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:08:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:08:41.345Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:08:41.348Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:09:31.791Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:09:31.794Z||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-07-05T06:09:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:09:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:09:31.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:09:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:09:41.350Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:09:41.356Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:10:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:10:31.791Z||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-07-05T06:10:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:10:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:10:31.795Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:10:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:10:41.344Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:10:41.353Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:11:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:11:31.791Z||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-07-05T06:11:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:11:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:11:31.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:11:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:11:41.341Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:11:41.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:12:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:12:31.791Z||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-07-05T06:12:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:12:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:12:31.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:12:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:12:41.357Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:12:41.366Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:13:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:13:31.791Z||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-07-05T06:13:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:13:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:13:31.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:13:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:13:41.346Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:13:41.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:14:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:14:31.791Z||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-07-05T06:14:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:14:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:14:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:14:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:14:41.341Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:14:41.351Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:15:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:15:31.792Z||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-07-05T06:15:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:15:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:15:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:15:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:15:41.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:15:41.361Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:16:31.791Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:16:31.793Z||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-07-05T06:16:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:16:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:16:31.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:16:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:16:41.352Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:16:41.358Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:17:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:17:31.791Z||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-07-05T06:17:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:17:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:17:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:17:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:17:41.343Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:17:41.343Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:18:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:18:31.791Z||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-07-05T06:18:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:18:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:18:31.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:18:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:18:41.379Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:18:41.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:19:31.791Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:19:31.792Z||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-07-05T06:19:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:19:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:19:31.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:19:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:19:41.348Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:19:41.348Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:20:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:20:31.791Z||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-07-05T06:20:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:20:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:20:31.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:20:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:20:41.375Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:20:41.376Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:21:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:21:31.791Z||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-07-05T06:21:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:21:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:21:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:21:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:21:41.343Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:21:41.350Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:22:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:22:31.791Z||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-07-05T06:22:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:22:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:22:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:22:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:22:41.374Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:22:41.374Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:23:31.791Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:23:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:23:31.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:23:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:23:31.794Z||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-07-05T06:23:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:23:41.381Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:23:41.381Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:24:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:24:31.791Z||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-07-05T06:24:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:24:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:24:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:24:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:24:41.378Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:24:41.379Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:25:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:25:31.791Z||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-07-05T06:25:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:25:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:25:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:25:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:25:41.368Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:25:41.368Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:26:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:26:31.791Z||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-07-05T06:26:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:26:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:26:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:26:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:26:41.349Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:26:41.356Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:27:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:27:31.791Z||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-07-05T06:27:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:27:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:27:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:27:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:27:41.347Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:27:41.347Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:28:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:28:31.791Z||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-07-05T06:28:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:28:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:28:31.795Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:28:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:28:41.356Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:28:41.357Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:29:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:29:31.791Z||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-07-05T06:29:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:29:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:29:31.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:29:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:29:41.357Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:29:41.365Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:30:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:30:31.791Z||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-07-05T06:30:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:30:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:30:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:30:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:30:41.354Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:30:41.358Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:31:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:31:31.793Z||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-07-05T06:31:31.793Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:31:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:31:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:31:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:31:41.372Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:31:41.372Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:32:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:32:31.791Z||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-07-05T06:32:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:32:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:32:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:32:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:32:41.346Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:32:41.411Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:33:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:33:31.791Z||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-07-05T06:33:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:33:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:33:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:33:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:33:41.350Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:33:41.373Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:34:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:34:31.792Z||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-07-05T06:34:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:34:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:34:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:34:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:34:41.356Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:34:41.357Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:35:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:35:31.791Z||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-07-05T06:35:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:35:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:35:31.795Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:35:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:35:41.352Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:35:41.353Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:31.790Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:36:31.791Z||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-07-05T06:36:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:36:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:36:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:31.932Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:31.936Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.936Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657002980092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002982053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002975612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002983282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657002980092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002982053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002975612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002983282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657002980092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002982053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002983282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002975612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657002980092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.971Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002982053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002983282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002975612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.973Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.973Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657002980092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002982053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002983282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002975612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "cds",
  "timestamp": 1657002987837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657002980092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002982053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002983282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002975612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657002988880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "cds",
  "timestamp": 1657002987837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657002980092,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002982053,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002983282,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002975612,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:36:31.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657002988880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "cds",
  "timestamp": 1657002987837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:31.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:36:32.422Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:32.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:36:32.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9e5c83f5-c39e-4dc4-9922-c188f7644f44","serviceName":"vFW 2022-07-05 06-35-12","serviceVersion":"1.0","serviceUUID":"2d527b51-14ba-44c7-8520-e892fb00faf1","serviceDescription":"catalog service description","serviceInvariantUUID":"b0fab352-b067-4068-be2c-dfc34e29f4ef","resources":[{"resourceInstanceName":"vFW e177f10b-7733 0","resourceName":"vFW e177f10b-7733","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"24f4b67f-18e6-4d56-a27b-901d3d9dbc65","resourceInvariantUUID":"fbfd5c06-159f-47a3-b042-f430b70f4331","resourceCustomizationUUID":"2ce1f83e-12f1-410b-bf81-f19f3081a744","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml","artifactChecksum":"ZTUyOGIyNTI5MGM3ZTMxM2Y4MmQ0NTlhNTYyNzk1YjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9f98037-46fc-464b-9ce5-c687076efe59","artifactVersion":"1"},{"artifactName":"vfwe177f10b77330_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json","artifactChecksum":"ODc2YzliMjRiOTkxMDE5ZDU4MjE3ODQwNzMyOTBmNjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dbfc5736-e309-4344-b73d-a80aac70b378","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"75184aaa-411d-44b6-bebb-d5f86f7fdf27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml","artifactChecksum":"MmVmNmUwYzcxM2NlMzlmMGUxYzBmNjg0MTMzZDAyMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"230e0958-c44e-46b6-9940-e75a8fc02c98","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e0996e7c-9620-4aa6-ad15-2fc4f47093af","artifactVersion":"2","generatedFromUUID":"75184aaa-411d-44b6-bebb-d5f86f7fdf27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220705063512-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml","artifactChecksum":"ZWY5NjY3NjcxMjYzMzc3ZmMxZjg0ZTc4YjZkM2YwNTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dbf5e3cb-673d-48a6-8909-276823cd38f5","artifactVersion":"1"},{"artifactName":"service-Vfw20220705063512-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar","artifactChecksum":"Y2UzMTMwZTliNGVkZjM5OTk0YTNhMDUwN2RlYzZjMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dcebf48-d05f-4fef-8fce-e370c5fab55b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:36:32.431Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:32.438Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:32.447Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:32.447Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:32.549Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-07-05T06:36:32.553Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:32.553Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:32.567Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:32.568Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:33.454Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:33.454Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:33.456Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:33.456Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:36:33.556Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:33.558Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:33.558Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:33.578Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:33.578Z||pool-4-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:34.457Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:34.458Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:34.460Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:34.461Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:36:34.561Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:34.562Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:34.562Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:34.579Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:34.579Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:35.461Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:35.462Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:35.464Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:35.464Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:35.564Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:35.566Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:35.566Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:35.581Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:35.582Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:36.465Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:36.466Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:36.468Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:36.468Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-05T06:36:36.568Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:36.569Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:36.569Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:36.583Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:36.584Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:37.468Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:37.469Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:37.471Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:37.471Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:36:37.571Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:37.572Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:37.572Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:37.591Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:37.592Z||pool-8-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:38.472Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:36:38.473Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:38.474Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:38.475Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:36:38.575Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:38.576Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:38.576Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:38.590Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:38.590Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:39.476Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "serviceName": "vFW 2022-07-05 06-35-12",
  "serviceVersion": "1.0",
  "serviceUUID": "2d527b51-14ba-44c7-8520-e892fb00faf1",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b0fab352-b067-4068-be2c-dfc34e29f4ef",
  "resources": [
    {
      "resourceInstanceName": "vFW e177f10b-7733 0",
      "resourceCustomizationUUID": "2ce1f83e-12f1-410b-bf81-f19f3081a744",
      "resourceName": "vFW e177f10b-7733",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "24f4b67f-18e6-4d56-a27b-901d3d9dbc65",
      "resourceInvariantUUID": "fbfd5c06-159f-47a3-b042-f430b70f4331",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwe177f10b77330_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
          "artifactChecksum": "ODc2YzliMjRiOTkxMDE5ZDU4MjE3ODQwNzMyOTBmNjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dbfc5736-e309-4344-b73d-a80aac70b378",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "75184aaa-411d-44b6-bebb-d5f86f7fdf27",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e0996e7c-9620-4aa6-ad15-2fc4f47093af",
            "generatedFromUUID": "75184aaa-411d-44b6-bebb-d5f86f7fdf27"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e0996e7c-9620-4aa6-ad15-2fc4f47093af",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220705063512-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
      "artifactChecksum": "Y2UzMTMwZTliNGVkZjM5OTk0YTNhMDUwN2RlYzZjMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0dcebf48-d05f-4fef-8fce-e370c5fab55b"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T06:36:39.477Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:36:39.478Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2d527b51-14ba-44c7-8520-e892fb00faf1 ASDC
2022-07-05T06:36:39.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:9e5c83f5-c39e-4dc4-9922-c188f7644f44
ServiceName:vFW 2022-07-05 06-35-12
ServiceVersion:1.0
ServiceUUID:2d527b51-14ba-44c7-8520-e892fb00faf1
ServiceInvariantUUID:b0fab352-b067-4068-be2c-dfc34e29f4ef
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220705063512-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
ArtifactUUID:0dcebf48-d05f-4fef-8fce-e370c5fab55b
ArtifactChecksum:Y2UzMTMwZTliNGVkZjM5OTk0YTNhMDUwN2RlYzZjMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW e177f10b-7733 0
ResourceCustomizationUUID:2ce1f83e-12f1-410b-bf81-f19f3081a744
ResourceInvariantUUID:fbfd5c06-159f-47a3-b042-f430b70f4331
ResourceName:vFW e177f10b-7733
ResourceType:VF
ResourceUUID:24f4b67f-18e6-4d56-a27b-901d3d9dbc65
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwe177f10b77330_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
ArtifactUUID:dbfc5736-e309-4344-b73d-a80aac70b378
ArtifactChecksum:ODc2YzliMjRiOTkxMDE5ZDU4MjE3ODQwNzMyOTBmNjk=
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/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
ArtifactUUID:75184aaa-411d-44b6-bebb-d5f86f7fdf27
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/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
ArtifactUUID:e0996e7c-9620-4aa6-ad15-2fc4f47093af
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/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
ArtifactUUID:e0996e7c-9620-4aa6-ad15-2fc4f47093af
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T06:36:39.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2d527b51-14ba-44c7-8520-e892fb00faf1 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:36:39.809Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:36:39.810Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:36:39.811Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:36:39.811Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0dcebf48-d05f-4fef-8fce-e370c5fab55b from URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:39.811Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:36:39.812Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:40.018Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:36:40.044Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar 0dcebf48-d05f-4fef-8fce-e370c5fab55b 99053
2022-07-05T06:36:40.046Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar ASDC sendASDCNotification
2022-07-05T06:36:40.046Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:40.047Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:36:40.048Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:40.051Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:40.051Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003000045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:36:40.151Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:40.152Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:40.152Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:40.171Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:40.172Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:41.051Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:36:41.052Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:36:41.053Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 0dcebf48-d05f-4fef-8fce-e370c5fab55b, URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar to file: /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:41.053Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220705063512-csar.csar
2022-07-05T06:36:41.132Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:41.133Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:41.797Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1122835968590748874/Definitions/service-Vfw20220705063512-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-07-05T06:36:44.553Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:36:44.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-05T06:36:44.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-07-05T06:36:44.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e177f10b-7733 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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||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-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.559Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:44.560Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-05T06:36:44.567Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.569Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.573Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.573Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-05T06:36:44.575Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:36:44.577Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.577Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-05T06:36:44.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:36:44.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.579Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.582Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.582Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:44.582Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:44.582Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.583Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:44.584Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.585Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T06:36:44.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:44.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:44.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:44.589Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.589Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:44.589Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:44.589Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.590Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.591Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=139f3803-b1dd-448e-abe3-cbf676abed7e
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:44.592Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:44.593Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.594Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f150b1c5-01ca-4d59-b425-837669e47aaa
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.595Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:44.596Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0e56331-9cb3-4c14-a7ce-c067e9601184
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.597Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:44.598Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-07-05 06-35-12
Description:catalog service description
Model UUID:2d527b51-14ba-44c7-8520-e892fb00faf1
Model Version:NULL
Model InvariantUuid:b0fab352-b067-4068-be2c-dfc34e29f4ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW e177f10b-7733
Model UUID:ba086c3a-a4dc-4b73-b784-5118bcc89cad
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:fbfd5c06-159f-47a3-b042-f430b70f4331
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2ce1f83e-12f1-410b-bf81-f19f3081a744
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:750033aa-caad-4658-a020-d757dd085373
ModelName:VfwE177f10b7733..base_vfw..module-0
ModelUuid:043080f0-4233-467d-be37-ac0d7f3d7e55
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:139f3803-b1dd-448e-abe3-cbf676abed7e
ModelInvariantUuid:0e9a3fbd-bb6d-4370-85c5-2a24f0fb60cf
ModelName:vFW e177f10b-7733-nodes.vfwCvfc
ModelUuid:a6564fbe-08ba-4948-9e56-20ecc2941afc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:af33ae04-85b1-4723-b77b-bd9c14dec2a3
ModelInvariantUuid:69bddaf8-7c76-4ec6-a219-d0ca3d9bedc6
ModelName:VfwE177f10b7733.compute.nodes.heat.vfw
ModelUuid:7394e8f2-ac93-4048-a443-6d5e9a5d44a7
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f150b1c5-01ca-4d59-b425-837669e47aaa
ModelInvariantUuid:21d38055-cc06-4b16-b796-a2f199952a6c
ModelName:vFW e177f10b-7733-nodes.vsnCvfc
ModelUuid:31154ca9-7e59-4b54-8869-f8bb4e339831
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:428dad4b-27b0-4bf5-8af3-753cefb531a0
ModelInvariantUuid:e169f2e1-7f9e-43e5-aaab-e5b9e3b7112e
ModelName:VfwE177f10b7733.compute.nodes.heat.vsn
ModelUuid:e6d76534-9d02-4a60-a4c7-0b764244b89a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e0e56331-9cb3-4c14-a7ce-c067e9601184
ModelInvariantUuid:cd63f438-44f5-4fd7-9457-52e62d094585
ModelName:vFW e177f10b-7733-nodes.vpgCvfc
ModelUuid:81b6c40d-61c6-4d83-82a6-da566f8adfb9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f974aaf2-2767-44b2-a6f7-c4a7541e8819
ModelInvariantUuid:7d4ef85c-7b47-4005-addb-e03c539cbd9b
ModelName:VfwE177f10b7733.compute.nodes.heat.vpg
ModelUuid:7a9b231f-cbc4-4df4-b9ae-3257a29a01d5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T06:36:44.621Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 24f4b67f-18e6-4d56-a27b-901d3d9dbc65
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:36:44.704Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||vFW e177f10b-7733 0
2022-07-05T06:36:44.711Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 24f4b67f-18e6-4d56-a27b-901d3d9dbc65
2022-07-05T06:36:44.712Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dbfc5736-e309-4344-b73d-a80aac70b378 from URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
2022-07-05T06:36:44.712Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:36:44.712Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
2022-07-05T06:36:44.967Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:36:44.968Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json dbfc5736-e309-4344-b73d-a80aac70b378 785
2022-07-05T06:36:44.968Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json ASDC sendASDCNotification
2022-07-05T06:36:44.969Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
2022-07-05T06:36:44.969Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:36:44.969Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:44.972Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:44.972Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003004968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:36:45.072Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms
2022-07-05T06:36:45.073Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:45.073Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:45.091Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:45.091Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:45.992Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE177f10b7733..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "750033aa-caad-4658-a020-d757dd085373",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "043080f0-4233-467d-be37-ac0d7f3d7e55",
    "vfModuleModelCustomizationUUID": "c5823e74-3c85-4516-bc1a-429fdb45c413",
    "isBase": true,
    "artifacts": [
      "75184aaa-411d-44b6-bebb-d5f86f7fdf27",
      "e0996e7c-9620-4aa6-ad15-2fc4f47093af"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T06:36:46.010Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE177f10b7733..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:043080f0-4233-467d-be37-ac0d7f3d7e55
VfModuleModelInvariantUUID:750033aa-caad-4658-a020-d757dd085373
VfModuleModelDescription:NULL
Artifacts UUID List:{
75184aaa-411d-44b6-bebb-d5f86f7fdf27
,
e0996e7c-9620-4aa6-ad15-2fc4f47093af

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

isBase:true


}

2022-07-05T06:36:46.013Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwE177f10b7733..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "750033aa-caad-4658-a020-d757dd085373",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "043080f0-4233-467d-be37-ac0d7f3d7e55",
    "vfModuleModelCustomizationUUID": "c5823e74-3c85-4516-bc1a-429fdb45c413",
    "isBase": true,
    "artifacts": [
      "75184aaa-411d-44b6-bebb-d5f86f7fdf27",
      "e0996e7c-9620-4aa6-ad15-2fc4f47093af"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T06:36:46.013Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwE177f10b7733..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:043080f0-4233-467d-be37-ac0d7f3d7e55
VfModuleModelInvariantUUID:750033aa-caad-4658-a020-d757dd085373
VfModuleModelDescription:NULL
Artifacts UUID List:{
75184aaa-411d-44b6-bebb-d5f86f7fdf27
,
e0996e7c-9620-4aa6-ad15-2fc4f47093af

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

isBase:true


}

2022-07-05T06:36:46.014Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 75184aaa-411d-44b6-bebb-d5f86f7fdf27 from URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
2022-07-05T06:36:46.014Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:36:46.014Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
2022-07-05T06:36:46.092Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:36:46.093Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml 75184aaa-411d-44b6-bebb-d5f86f7fdf27 20368
2022-07-05T06:36:46.094Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T06:36:46.094Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
2022-07-05T06:36:46.094Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:36:46.095Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:46.097Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:46.098Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003006094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:36:46.198Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:46.198Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:46.199Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:46.215Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:46.216Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:47.099Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e0996e7c-9620-4aa6-ad15-2fc4f47093af from URL: /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
2022-07-05T06:36:47.100Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:36:47.100Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
2022-07-05T06:36:47.192Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:36:47.193Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env e0996e7c-9620-4aa6-ad15-2fc4f47093af 2098
2022-07-05T06:36:47.194Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T06:36:47.194Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
2022-07-05T06:36:47.194Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:36:47.194Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:47.197Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:47.197Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003007193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:36:47.297Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:47.298Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:47.298Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:47.313Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:47.314Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:48.198Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2d527b51-14ba-44c7-8520-e892fb00faf1
2022-07-05T06:36:48.199Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e177f10b-7733 0 24f4b67f-18e6-4d56-a27b-901d3d9dbc65 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:36:48.236Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2c343478, org.onap.sdc.toscaparser.api.parameters.Input@ebade8a, org.onap.sdc.toscaparser.api.parameters.Input@76e1c35e, org.onap.sdc.toscaparser.api.parameters.Input@3e0d0c26, org.onap.sdc.toscaparser.api.parameters.Input@3317686b]
2022-07-05T06:36:48.240Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.240Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.240Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-05T06:36:48.241Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2ce1f83e-12f1-410b-bf81-f19f3081a744
2022-07-05T06:36:48.241Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ce1f83e-12f1-410b-bf81-f19f3081a744 matches Tosca VF Customization UUID: 2ce1f83e-12f1-410b-bf81-f19f3081a744
2022-07-05T06:36:48.241Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2ce1f83e-12f1-410b-bf81-f19f3081a744  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-05T06:36:48.247Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.248Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.249Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2ce1f83e-12f1-410b-bf81-f19f3081a744: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-07-05T06:36:48.250Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43670cd0
2022-07-05T06:36:48.250Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.250Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T06:36:48.251Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c5823e74-3c85-4516-bc1a-429fdb45c413
2022-07-05T06:36:48.252Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c5823e74-3c85-4516-bc1a-429fdb45c413
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-05T06:36:48.257Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.257Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.258Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.259Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.259Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.259Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.260Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.260Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:48.261Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:48.261Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-07-05T06:36:48.261Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:48.261Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:48.262Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:48.262Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.262Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.263Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:48.263Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.263Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:48.264Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.264Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=139f3803-b1dd-448e-abe3-cbf676abed7e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:36:48.270Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.271Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.271Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.271Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.272Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:48.272Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:48.272Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:48.273Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.273Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.274Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:48.274Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.274Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:48.275Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-07-05T06:36:48.275Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-07-05T06:36:48.275Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.276Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg is not matching search criteria
2022-07-05T06:36:48.276Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.276Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=f150b1c5-01ca-4d59-b425-837669e47aaa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:36:48.278Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.279Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.279Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.283Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.283Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is not matching search criteria
2022-07-05T06:36:48.283Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-07-05T06:36:48.284Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-07-05T06:36:48.285Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.285Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.285Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw is not matching search criteria
2022-07-05T06:36:48.285Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.286Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-07-05T06:36:48.286Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-07-05T06:36:48.286Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn is not matching search criteria
2022-07-05T06:36:48.286Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-07-05T06:36:48.287Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-07-05T06:36:48.287Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-07-05T06:36:48.287Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e0e56331-9cb3-4c14-a7ce-c067e9601184
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:36:48.290Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.290Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.290Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:36:48.291Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.291Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Node template vFW e177f10b-7733 0 is matching search criteria
2022-07-05T06:36:48.291Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found topology templates [vFW e177f10b-7733 0] matching following query criteria: sdcType=VF, customizationUUID=2ce1f83e-12f1-410b-bf81-f19f3081a744
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:36:48.293Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.294Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.295Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2d527b51-14ba-44c7-8520-e892fb00faf1: vFW e177f10b-7733
2022-07-05T06:36:48.295Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.296Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.296Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.297Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.300Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:36:48.301Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Service vFW 2022-07-05 06-35-12 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:36:48.302Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||Saving Service: vFW 2022-07-05 06-35-12 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:36:48.567Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e177f10b-7733 24f4b67f-18e6-4d56-a27b-901d3d9dbc65 1 ASDC deployResourceStructure
2022-07-05T06:36:48.567Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json ASDC sendASDCNotification
2022-07-05T06:36:48.567Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json
2022-07-05T06:36:48.568Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:36:48.568Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:48.569Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:48.570Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003008567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:36:48.670Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:48.671Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:48.671Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:48.686Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:48.687Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:49.570Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-07-05T06:36:49.571Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml
2022-07-05T06:36:49.571Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:36:49.571Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:49.574Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:49.575Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003009570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T06:36:49.674Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:36:49.676Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:49.676Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:49.696Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:49.697Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:50.575Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env ASDC sendASDCNotification
2022-07-05T06:36:50.576Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env
2022-07-05T06:36:50.576Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:36:50.576Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:50.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:50.578Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003010575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-05T06:36:50.678Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:50.680Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:50.680Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:50.697Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:50.698Z||pool-16-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:36:51.579Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar ASDC sendASDCNotification
2022-07-05T06:36:51.579Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar
2022-07-05T06:36:51.580Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:36:51.580Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:36:51.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:36:51.587Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003011579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:36:51.687Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:36:51.688Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:36:51.688Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:36:51.704Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:36:51.704Z||pool-17-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:36:52.588Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:36:52.612Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:36:52.614Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:36:52.614Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:36:52.614Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:37:22.614Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:37:22.631Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:37:22.634Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:37:22.635Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:37:22.635Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:37:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:37:31.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:37:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:37:31.840Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:37:31.841Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:37:31.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002991709,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:37:31.842Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:37:52.635Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:37:52.648Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:37:52.651Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:37:52.651Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:37:52.651Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:38:22.652Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:38:22.670Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:38:22.672Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:38:22.672Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:38:22.672Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:38:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:38:31.796Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:38:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:38:31.829Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:38:31.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:38:31.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657002992306,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:38:31.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:38:31.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:38:31.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002990909,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:38:31.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:38:52.673Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:38:52.687Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:38:52.689Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:38:52.689Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:38:52.689Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:39:22.690Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:39:22.700Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:39:22.702Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:39:22.702Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:39:22.703Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:39:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:39:31.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:39:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:39:31.818Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:39:32.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657002988880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "cds",
  "timestamp": 1657002987837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002991929,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657002988880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002992844,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "cds",
  "timestamp": 1657002987837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657002988880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "policy-id",
  "timestamp": 1657002992939,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.354Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.354Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002993971,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.366Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "cds",
  "timestamp": 1657002987837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657002988880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002995088,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.373Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.373Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "cds",
  "timestamp": 1657002987837,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.381Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657002988880,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657002996095,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.382Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "cds",
  "timestamp": 1657002996022,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.383Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002995355,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "cds",
  "timestamp": 1657002997046,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.389Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.389Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657002991790,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002997371,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "clamp",
  "timestamp": 1657002998377,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.403Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.403Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003000045,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003001159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003001159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003001159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003002057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003003282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003001159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "cds",
  "timestamp": 1657003002833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003002057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003003282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003004968,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003001159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "cds",
  "timestamp": 1657003002833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003002057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003003282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003006094,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003001159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "cds",
  "timestamp": 1657003002833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003002057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003003282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003007193,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003001159,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "cds",
  "timestamp": 1657003002833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003002057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003005610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003003282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "cds",
  "timestamp": 1657003002833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003009050,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003008567,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/vfwe177f10b77330_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003002057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003005610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003003282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "cds",
  "timestamp": 1657003002833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003009570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003008880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003002057,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003005610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003003282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "cds",
  "timestamp": 1657003002833,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003010575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/resourceInstances/vfwe177f10b77330/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.428Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003008880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003005610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003010165,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003011174,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "cds",
  "timestamp": 1657003010681,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003011579,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003008880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003005610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003011180,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003012304,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "cds",
  "timestamp": 1657003011696,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.446Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.446Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003008880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.454Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003005610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "policy-id",
  "timestamp": 1657003012187,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.460Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.460Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003013445,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003008880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003005610,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003015021,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003014478,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.475Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.475Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T06:39:32.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003008880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003016027,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.488Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.489Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003015481,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.497Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003008880,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657003017451,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220705063512/1.0/artifacts/service-Vfw20220705063512-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "aai-ml",
  "timestamp": 1657003018458,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.504Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9e5c83f5-c39e-4dc4-9922-c188f7644f44
2022-07-05T06:39:32.504Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003019462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003019462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.520Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003019462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003019462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003019462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003019462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003019462,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.523Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003027228,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003025350,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003027358,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.525Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "clamp",
  "timestamp": 1657003028362,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.532Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.532Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003031159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003031159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003031159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003031159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003031159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003031159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:39:32.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003037612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003031159,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:39:32.548Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:39:32.549Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.549Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "aai-ml",
  "timestamp": 1657003038618,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.554Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.554Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:32.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003038950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003041717,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:39:32.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003042722,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:32.577Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
2022-07-05T06:39:32.577Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:39:52.703Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:39:52.717Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:39:52.722Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:39:52.723Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T06:39:52.724Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T06:39:52.724Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T06:39:52.724Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:39:52.725Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:39:52.726Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:39:52.732Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T06:40:22.733Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T06:40:22.747Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and serviceModelVersionId: 2d527b51-14ba-44c7-8520-e892fb00faf1
2022-07-05T06:40:22.748Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b0fab352-b067-4068-be2c-dfc34e29f4ef
2022-07-05T06:40:31.795Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:40:31.796Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:40:31.796Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:36.942Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0
2022-07-05T06:40:37.048Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T06:40:37.553Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-05T06:40:37.558Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0|INFO|500||Invoke
2022-07-05T06:40:37.680Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T06:40:38.001Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0|INFO|500||InvokeReturn
2022-07-05T06:40:38.002Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b0fab352-b067-4068-be2c-dfc34e29f4ef/model-vers/model-ver/2d527b51-14ba-44c7-8520-e892fb00faf1?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-06:40:36:971-56851], vertex-id=[209088], Content-Length=[0], Date=[Tue, 05 Jul 2022 06:40:36 GMT], Content-Type=[application/json]}
2022-07-05T06:40:38.002Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-05T06:40:38.006Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T06:40:38.006Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:40:38.013Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T06:40:38.014Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9e5c83f5-c39e-4dc4-9922-c188f7644f44 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T06:40:38.015Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T06:40:38.015Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:38.017Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:38.017Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003238014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:40:38.117Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:40:38.118Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:38.119Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:38.148Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:38.149Z||pool-18-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:38.764Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:38.765Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-07-05T06:40:38.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9e5c83f5-c39e-4dc4-9922-c188f7644f44",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003238014,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:40:38.766Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:40:39.031Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:40:39.032Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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-07-05T06:40:39.032Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:43.501Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:43.502Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:40:43.502Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1052a856-4c7c-41b2-8730-2b5d87d5b2bc","serviceName":"basic_onboard_ZJdujz","serviceVersion":"1.0","serviceUUID":"d721dafa-aca4-4eea-af1e-379daee37e1e","serviceDescription":"service","serviceInvariantUUID":"0a2b45b5-3728-42ea-adcc-4d50c771235f","resources":[{"resourceInstanceName":"basic_onboard_ZJdujz 0","resourceName":"basic_onboard_ZJdujz","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8898f90e-c023-4e78-8952-f52d89fab8b2","resourceInvariantUUID":"3dcf64e1-6636-42c1-9e07-2969ed3d98ec","resourceCustomizationUUID":"d803fad7-4404-40b7-b1e0-c50604bb2de7","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml","artifactChecksum":"ZjY2OTQ4ZWY0NjRmNDI4ODRiZjVlY2EyMGU1OWZkYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1588e969-0cc3-4695-9835-e6c468c6c2b6","artifactVersion":"1"},{"artifactName":"basic_onboard_zjdujz0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json","artifactChecksum":"OGNkZDk2YzdjYWZkYzk2NGVlNjI1N2NlYjBiZjg4YTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c682b97c-06a3-4e5f-9883-c041b81d2bb4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c24ba34f-38bd-4262-b9d6-ab8e157f8e3d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9ea6d555-0792-46a5-9552-22c040c638a2","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0d5e30a9-5919-4ef8-adb7-a134a480347a","artifactVersion":"2","generatedFromUUID":"c24ba34f-38bd-4262-b9d6-ab8e157f8e3d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardZjdujz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml","artifactChecksum":"MDZjOGJiMTdlYWU5OGFiZjEyNjllMmNlOWE4NmY5ZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"522b685c-5ea9-4869-bad9-780b712383fb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardZjdujz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar","artifactChecksum":"NzUwNmU2YTIyMWQwN2I2MmU5MGM1ZjU3NjBkYWM3NmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e585099-61b2-47ca-8729-15d0fb49324a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:40:43.505Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:43.505Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:43.507Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:43.508Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:40:43.608Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:43.609Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:43.609Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:43.623Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:43.623Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:44.508Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:44.509Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:44.511Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:44.511Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:40:44.611Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:44.612Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:44.612Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:44.629Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:44.630Z||pool-20-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:40:45.511Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:45.512Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:45.515Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:45.515Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:40:45.615Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:45.616Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:45.616Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:45.630Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:45.631Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:46.515Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:46.517Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:46.518Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:46.518Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:40:46.619Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:46.620Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:46.620Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:46.636Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:46.636Z||pool-22-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:47.519Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:47.520Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:47.522Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:47.522Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-05T06:40:47.622Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:47.623Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:47.623Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:47.639Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:47.640Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:48.522Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:48.523Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:48.525Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:48.525Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:40:48.625Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:48.626Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:48.626Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:48.641Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:48.641Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:49.525Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:40:49.526Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:49.528Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:49.528Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:40:49.628Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:49.629Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:49.629Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:49.643Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:49.643Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:40:50.530Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "serviceName": "basic_onboard_ZJdujz",
  "serviceVersion": "1.0",
  "serviceUUID": "d721dafa-aca4-4eea-af1e-379daee37e1e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0a2b45b5-3728-42ea-adcc-4d50c771235f",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ZJdujz 0",
      "resourceCustomizationUUID": "d803fad7-4404-40b7-b1e0-c50604bb2de7",
      "resourceName": "basic_onboard_ZJdujz",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8898f90e-c023-4e78-8952-f52d89fab8b2",
      "resourceInvariantUUID": "3dcf64e1-6636-42c1-9e07-2969ed3d98ec",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_zjdujz0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
          "artifactChecksum": "OGNkZDk2YzdjYWZkYzk2NGVlNjI1N2NlYjBiZjg4YTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "c682b97c-06a3-4e5f-9883-c041b81d2bb4",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c24ba34f-38bd-4262-b9d6-ab8e157f8e3d",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0d5e30a9-5919-4ef8-adb7-a134a480347a",
            "generatedFromUUID": "c24ba34f-38bd-4262-b9d6-ab8e157f8e3d"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0d5e30a9-5919-4ef8-adb7-a134a480347a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardZjdujz-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
      "artifactChecksum": "NzUwNmU2YTIyMWQwN2I2MmU5MGM1ZjU3NjBkYWM3NmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e585099-61b2-47ca-8729-15d0fb49324a"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T06:40:50.530Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:40:50.530Z|9e5c83f5-c39e-4dc4-9922-c188f7644f44|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d721dafa-aca4-4eea-af1e-379daee37e1e ASDC
2022-07-05T06:40:50.531Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1052a856-4c7c-41b2-8730-2b5d87d5b2bc
ServiceName:basic_onboard_ZJdujz
ServiceVersion:1.0
ServiceUUID:d721dafa-aca4-4eea-af1e-379daee37e1e
ServiceInvariantUUID:0a2b45b5-3728-42ea-adcc-4d50c771235f
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardZjdujz-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
ArtifactUUID:1e585099-61b2-47ca-8729-15d0fb49324a
ArtifactChecksum:NzUwNmU2YTIyMWQwN2I2MmU5MGM1ZjU3NjBkYWM3NmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ZJdujz 0
ResourceCustomizationUUID:d803fad7-4404-40b7-b1e0-c50604bb2de7
ResourceInvariantUUID:3dcf64e1-6636-42c1-9e07-2969ed3d98ec
ResourceName:basic_onboard_ZJdujz
ResourceType:VF
ResourceUUID:8898f90e-c023-4e78-8952-f52d89fab8b2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_zjdujz0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
ArtifactUUID:c682b97c-06a3-4e5f-9883-c041b81d2bb4
ArtifactChecksum:OGNkZDk2YzdjYWZkYzk2NGVlNjI1N2NlYjBiZjg4YTg=
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/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c24ba34f-38bd-4262-b9d6-ab8e157f8e3d
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/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
ArtifactUUID:0d5e30a9-5919-4ef8-adb7-a134a480347a
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/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
ArtifactUUID:0d5e30a9-5919-4ef8-adb7-a134a480347a
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T06:40:50.531Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d721dafa-aca4-4eea-af1e-379daee37e1e ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:40:50.561Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:40:50.561Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:40:50.562Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:40:50.562Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1e585099-61b2-47ca-8729-15d0fb49324a from URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:50.562Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:40:50.562Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:50.763Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:40:50.766Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar 1e585099-61b2-47ca-8729-15d0fb49324a 71575
2022-07-05T06:40:50.767Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar ASDC sendASDCNotification
2022-07-05T06:40:50.767Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:50.767Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:40:50.768Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:50.769Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:50.769Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003250767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:40:50.870Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:50.871Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:50.871Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:50.884Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:50.885Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:51.770Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:40:51.771Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-07-05T06:40:51.772Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1e585099-61b2-47ca-8729-15d0fb49324a, URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar to file: /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:51.772Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:51.773Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:51.773Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:51.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP596587269542141037/Definitions/service-BasicOnboardZjdujz-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-07-05T06:40:53.107Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:40:53.107Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||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-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.108Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ZJdujz 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-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.109Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.110Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is not matching search criteria
2022-07-05T06:40:53.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is not matching search criteria
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-05T06:40:53.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fce27c33-c841-4e65-b84f-103b42b8007c
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:53.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:53.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ZJdujz
Description:service
Model UUID:d721dafa-aca4-4eea-af1e-379daee37e1e
Model Version:NULL
Model InvariantUuid:0a2b45b5-3728-42ea-adcc-4d50c771235f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ZJdujz
Model UUID:9da7a8d1-1dd8-4369-850d-578c8cf46f87
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3dcf64e1-6636-42c1-9e07-2969ed3d98ec
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d803fad7-4404-40b7-b1e0-c50604bb2de7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4f9e0f9d-eed6-464e-ad07-9327a4dc4243
ModelName:BasicOnboardZjdujz..base_ubuntu18..module-0
ModelUuid:ae33cb2d-e486-4e2a-a0f3-f17304a966b7
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:fce27c33-c841-4e65-b84f-103b42b8007c
ModelInvariantUuid:aff3f1e9-0004-44eb-96c4-d8ba4eba5a59
ModelName:basic_onboard_ZJdujz-nodes.ubuntu18Cvfc
ModelUuid:bebbd0d4-1d17-4d54-9f44-40d8ebddd814
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:75d00525-d84e-4e59-8560-b2c4b6bfbefa
ModelInvariantUuid:446e49bb-bfc7-4d56-890e-83f7f9813a72
ModelName:BasicOnboardZjdujz.compute.nodes.heat.ubuntu18
ModelUuid:fa612bd0-39b5-4f5c-85b4-cc0fbb66408c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T06:40:53.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 8898f90e-c023-4e78-8952-f52d89fab8b2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:40:53.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||basic_onboard_ZJdujz 0
2022-07-05T06:40:53.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8898f90e-c023-4e78-8952-f52d89fab8b2
2022-07-05T06:40:53.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c682b97c-06a3-4e5f-9883-c041b81d2bb4 from URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
2022-07-05T06:40:53.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:40:53.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
2022-07-05T06:40:53.186Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:40:53.186Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json c682b97c-06a3-4e5f-9883-c041b81d2bb4 798
2022-07-05T06:40:53.186Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json ASDC sendASDCNotification
2022-07-05T06:40:53.186Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
2022-07-05T06:40:53.187Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:40:53.187Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:53.189Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:53.189Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003253186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:40:53.289Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:53.291Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:53.291Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:53.309Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:53.309Z||pool-27-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:54.190Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZjdujz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4f9e0f9d-eed6-464e-ad07-9327a4dc4243",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae33cb2d-e486-4e2a-a0f3-f17304a966b7",
    "vfModuleModelCustomizationUUID": "e05325c0-0e8b-48fc-abde-3abd335ddd35",
    "isBase": true,
    "artifacts": [
      "c24ba34f-38bd-4262-b9d6-ab8e157f8e3d",
      "0d5e30a9-5919-4ef8-adb7-a134a480347a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T06:40:54.195Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjdujz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae33cb2d-e486-4e2a-a0f3-f17304a966b7
VfModuleModelInvariantUUID:4f9e0f9d-eed6-464e-ad07-9327a4dc4243
VfModuleModelDescription:NULL
Artifacts UUID List:{
c24ba34f-38bd-4262-b9d6-ab8e157f8e3d
,
0d5e30a9-5919-4ef8-adb7-a134a480347a

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

isBase:true


}

2022-07-05T06:40:54.198Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardZjdujz..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4f9e0f9d-eed6-464e-ad07-9327a4dc4243",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ae33cb2d-e486-4e2a-a0f3-f17304a966b7",
    "vfModuleModelCustomizationUUID": "e05325c0-0e8b-48fc-abde-3abd335ddd35",
    "isBase": true,
    "artifacts": [
      "c24ba34f-38bd-4262-b9d6-ab8e157f8e3d",
      "0d5e30a9-5919-4ef8-adb7-a134a480347a"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T06:40:54.198Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardZjdujz..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ae33cb2d-e486-4e2a-a0f3-f17304a966b7
VfModuleModelInvariantUUID:4f9e0f9d-eed6-464e-ad07-9327a4dc4243
VfModuleModelDescription:NULL
Artifacts UUID List:{
c24ba34f-38bd-4262-b9d6-ab8e157f8e3d
,
0d5e30a9-5919-4ef8-adb7-a134a480347a

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

isBase:true


}

2022-07-05T06:40:54.198Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c24ba34f-38bd-4262-b9d6-ab8e157f8e3d from URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
2022-07-05T06:40:54.199Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:40:54.199Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
2022-07-05T06:40:54.257Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:40:54.258Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml c24ba34f-38bd-4262-b9d6-ab8e157f8e3d 5033
2022-07-05T06:40:54.258Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-05T06:40:54.258Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
2022-07-05T06:40:54.258Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:40:54.259Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:54.260Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:54.260Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003254258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:40:54.361Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:54.362Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:54.362Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:54.385Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:54.385Z||pool-28-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:40:55.261Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0d5e30a9-5919-4ef8-adb7-a134a480347a from URL: /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
2022-07-05T06:40:55.262Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-07-05T06:40:55.262Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
2022-07-05T06:40:55.329Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-07-05T06:40:55.329Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env 0d5e30a9-5919-4ef8-adb7-a134a480347a 909
2022-07-05T06:40:55.330Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-05T06:40:55.330Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
2022-07-05T06:40:55.330Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:40:55.330Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:55.332Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:55.332Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003255330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:40:55.432Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:55.433Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:55.433Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:55.452Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:55.452Z||pool-29-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:56.332Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: d721dafa-aca4-4eea-af1e-379daee37e1e
2022-07-05T06:40:56.333Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ZJdujz 0 8898f90e-c023-4e78-8952-f52d89fab8b2 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:40:56.344Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@61dfdad5, org.onap.sdc.toscaparser.api.parameters.Input@30ed247, org.onap.sdc.toscaparser.api.parameters.Input@700400be, org.onap.sdc.toscaparser.api.parameters.Input@203bf500, org.onap.sdc.toscaparser.api.parameters.Input@3fad9aa0]
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= d803fad7-4404-40b7-b1e0-c50604bb2de7
2022-07-05T06:40:56.346Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d803fad7-4404-40b7-b1e0-c50604bb2de7 matches Tosca VF Customization UUID: d803fad7-4404-40b7-b1e0-c50604bb2de7
2022-07-05T06:40:56.347Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: d803fad7-4404-40b7-b1e0-c50604bb2de7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-05T06:40:56.348Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.349Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.349Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id d803fad7-4404-40b7-b1e0-c50604bb2de7: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-07-05T06:40:56.349Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@65796659
2022-07-05T06:40:56.349Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.350Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-07-05T06:40:56.350Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e05325c0-0e8b-48fc-abde-3abd335ddd35
2022-07-05T06:40:56.350Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e05325c0-0e8b-48fc-abde-3abd335ddd35
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-05T06:40:56.352Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:56.353Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is not matching search criteria
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-07-05T06:40:56.354Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=fce27c33-c841-4e65-b84f-103b42b8007c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:40:56.356Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.356Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:56.356Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:40:56.356Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.357Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_ZJdujz 0 is matching search criteria
2022-07-05T06:40:56.357Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_ZJdujz 0] matching following query criteria: sdcType=VF, customizationUUID=d803fad7-4404-40b7-b1e0-c50604bb2de7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:40:56.358Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid d721dafa-aca4-4eea-af1e-379daee37e1e: basic_onboard_ZJdujz
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.359Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.360Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:40:56.361Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_ZJdujz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:40:56.361Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_ZJdujz 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:40:56.436Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ZJdujz 8898f90e-c023-4e78-8952-f52d89fab8b2 1 ASDC deployResourceStructure
2022-07-05T06:40:56.437Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json ASDC sendASDCNotification
2022-07-05T06:40:56.437Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json
2022-07-05T06:40:56.437Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:40:56.438Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:56.440Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:56.440Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003256437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:40:56.540Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:40:56.541Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:56.542Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:56.560Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:56.560Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:40:57.441Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-07-05T06:40:57.442Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml
2022-07-05T06:40:57.442Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:40:57.443Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:57.445Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:57.445Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003257441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T06:40:57.545Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:57.546Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:57.546Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:57.563Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:57.564Z||pool-31-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:58.446Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-07-05T06:40:58.447Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env
2022-07-05T06:40:58.447Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:40:58.447Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:58.449Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:58.450Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003258446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-05T06:40:58.550Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:40:58.551Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:58.551Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:58.570Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:58.570Z||pool-32-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:40:59.450Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar ASDC sendASDCNotification
2022-07-05T06:40:59.451Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar
2022-07-05T06:40:59.451Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:40:59.452Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:40:59.453Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:40:59.454Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003259450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:40:59.554Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:40:59.554Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:40:59.555Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:40:59.571Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:40:59.571Z||pool-33-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:41:00.455Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:41:00.465Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1052a856-4c7c-41b2-8730-2b5d87d5b2bc
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:41:00.468Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:41:00.469Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T06:41:00.469Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T06:41:00.469Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T06:41:00.469Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:41:00.470Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:41:00.470Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:41:00.470Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:41:00.470Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:41:00.471Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:41:00.471Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:41:00.476Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T06:41:30.476Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T06:41:30.481Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and serviceModelVersionId: d721dafa-aca4-4eea-af1e-379daee37e1e
2022-07-05T06:41:30.482Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0a2b45b5-3728-42ea-adcc-4d50c771235f
2022-07-05T06:41:30.482Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0
2022-07-05T06:41:30.486Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T06:41:30.533Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-05T06:41:30.535Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0|INFO|500||Invoke
2022-07-05T06:41:30.557Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T06:41:30.652Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0|INFO|500||InvokeReturn
2022-07-05T06:41:30.652Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0a2b45b5-3728-42ea-adcc-4d50c771235f/model-vers/model-ver/d721dafa-aca4-4eea-af1e-379daee37e1e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220705-06:41:29:850-65085], vertex-id=[167944], Content-Length=[0], Date=[Tue, 05 Jul 2022 06:41:29 GMT], Content-Type=[application/json]}
2022-07-05T06:41:30.653Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-07-05T06:41:30.653Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T06:41:30.654Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:41:30.661Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T06:41:30.661Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1052a856-4c7c-41b2-8730-2b5d87d5b2bc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T06:41:30.662Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T06:41:30.662Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:41:30.668Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:41:30.668Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003290661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:41:30.765Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-05T06:41:30.766Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:41:30.766Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:41:30.786Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:41:30.786Z||pool-34-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:41:31.680Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:41:31.681Z||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-07-05T06:41:31.681Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:41:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:41:31.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:41:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:41:32.428Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:41:32.429Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.429Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.430Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.431Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.432Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003239031,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003250767,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003253186,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003254258,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.434Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003255330,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003256437,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/basic_onboard_zjdujz0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.435Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003257441,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003258446,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/resourceInstances/basic_onboard_zjdujz0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.436Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003259450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardZjdujz/1.0/artifacts/service-BasicOnboardZjdujz-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:41:32.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:32.437Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:41:32.437Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1052a856-4c7c-41b2-8730-2b5d87d5b2bc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003290661,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:41:32.437Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:41:41.273Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:41:41.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:41:41.274Z||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-07-05T06:41:41.274Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:41:50.824Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:41:50.824Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:41:50.825Z||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-07-05T06:41:50.825Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:42:00.371Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:42:00.371Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:42:00.372Z||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-07-05T06:42:00.372Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:42:09.941Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:42:31.790Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:42:31.791Z||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-07-05T06:42:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:42:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:42:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:42:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:42:41.359Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:42:41.370Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:43:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:43:31.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:43:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:43:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:43:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:43:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:43:41.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:43:41.375Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:44:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:44:31.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:44:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:44:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:44:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:44:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:44:41.351Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:44:41.351Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:45:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:45:31.793Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:45:31.793Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:45:31.794Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:45:31.794Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:45:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:45:41.353Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:45:41.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:46:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:46:31.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:46:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:46:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:46:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:46:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:46:41.362Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:46:41.362Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:47:31.790Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:47:31.791Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:47:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:47:31.794Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:47:31.794Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:47:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:47:41.349Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:47:41.349Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:48:31.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:48:31.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:48:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:48:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:48:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:48:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:48:41.401Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:48:41.408Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:49:31.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:49:31.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:49:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:49:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:49:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:49:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:49:41.453Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:49:41.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:50:31.790Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:50:31.791Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:50:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:50:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:50:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:35.790Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:50:35.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T06:50:35.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a68339f-0477-45bb-a65e-deb2d08d2603","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"7e7a16e0-8111-4184-827d-358fb6de1181","serviceDescription":"service","serviceInvariantUUID":"eeceb384-c297-48b2-bee5-6a067f02d589","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4ee47edb-8a08-4194-a68c-37eb7fc5f073","resourceInvariantUUID":"9dd98a38-b3a6-4a0c-ad83-cb52d1394511","resourceCustomizationUUID":"8eb1e429-39ba-4b61-aad1-fc53b964570d","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":"ZGZmMmRlODU0NjUwN2E0NjIzMzVkMjIzOWM0N2RlYzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e3bfec7-c63e-41f8-8a55-cff01b738609","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTdlMzM1OGNkZjNlZDZmMDRiZmE2ZGE1NTY0MzQ0MzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8d988635-c1c6-4d4a-bb94-4aac85604fae","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:50:35.795Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:50:35.795Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:50:35.798Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:50:35.798Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003831790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:50:35.898Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:50:35.899Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:50:35.899Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:35.917Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:50:35.918Z||pool-35-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":4,"count":1}
2022-07-05T06:50:36.035Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:50:36.036Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:50:36.036Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003831790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:50:36.037Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:50:36.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:50:36.799Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:50:36.802Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:50:36.802Z||pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003831790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:50:36.903Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T06:50:36.904Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:50:36.904Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:36.922Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:50:36.922Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:50:37.803Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "7e7a16e0-8111-4184-827d-358fb6de1181",
  "serviceDescription": "service",
  "serviceInvariantUUID": "eeceb384-c297-48b2-bee5-6a067f02d589",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "8eb1e429-39ba-4b61-aad1-fc53b964570d",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4ee47edb-8a08-4194-a68c-37eb7fc5f073",
      "resourceInvariantUUID": "9dd98a38-b3a6-4a0c-ad83-cb52d1394511",
      "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": "OTdlMzM1OGNkZjNlZDZmMDRiZmE2ZGE1NTY0MzQ0MzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8d988635-c1c6-4d4a-bb94-4aac85604fae"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T06:50:37.804Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:50:37.804Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7e7a16e0-8111-4184-827d-358fb6de1181 ASDC
2022-07-05T06:50:37.805Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:7a68339f-0477-45bb-a65e-deb2d08d2603
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:7e7a16e0-8111-4184-827d-358fb6de1181
ServiceInvariantUUID:eeceb384-c297-48b2-bee5-6a067f02d589
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:8d988635-c1c6-4d4a-bb94-4aac85604fae
ArtifactChecksum:OTdlMzM1OGNkZjNlZDZmMDRiZmE2ZGE1NTY0MzQ0MzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:8eb1e429-39ba-4b61-aad1-fc53b964570d
ResourceInvariantUUID:9dd98a38-b3a6-4a0c-ad83-cb52d1394511
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4ee47edb-8a08-4194-a68c-37eb7fc5f073
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-07-05T06:50:37.805Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7e7a16e0-8111-4184-827d-358fb6de1181 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:50:37.838Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:50:37.839Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:50:37.839Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:50:37.840Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8d988635-c1c6-4d4a-bb94-4aac85604fae from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-07-05T06:50:37.840Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:50:37.840Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:38.480Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:50:38.483Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 8d988635-c1c6-4d4a-bb94-4aac85604fae 52508
2022-07-05T06:50:38.483Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:38.483Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:38.483Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:50:38.484Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:50:38.486Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:50:38.486Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003838483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:50:38.586Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:50:38.587Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:50:38.587Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:38.600Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:50:38.601Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:50:39.486Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:50:39.487Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:50:39.488Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8d988635-c1c6-4d4a-bb94-4aac85604fae, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:39.488Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-07-05T06:50:39.488Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:39.488Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:39.670Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3582990538337217338/Definitions/service-BasicNetwork-template.yml
2022-07-05T06:50:40.164Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.165Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.166Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.167Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-05T06:50:40.167Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:50:40.167Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:50:40.167Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.168Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.169Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.170Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.170Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:7e7a16e0-8111-4184-827d-358fb6de1181
Model Version:NULL
Model InvariantUuid:eeceb384-c297-48b2-bee5-6a067f02d589
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:9dd98a38-b3a6-4a0c-ad83-cb52d1394511
Model UUID:52c63340-5f00-4a88-a12c-fc4734fe23e0
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:8eb1e429-39ba-4b61-aad1-fc53b964570d
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T06:50:40.176Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||Processing Resource Type: VL, Model UUID: 4ee47edb-8a08-4194-a68c-37eb7fc5f073
2022-07-05T06:50:40.176Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||No resources found for Service: 7e7a16e0-8111-4184-827d-358fb6de1181
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:50:40.182Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||
2022-07-05T06:50:40.183Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-07-05T06:50:40.183Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 7e7a16e0-8111-4184-827d-358fb6de1181
2022-07-05T06:50:40.183Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 7e7a16e0-8111-4184-827d-358fb6de1181
2022-07-05T06:50:40.184Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-07-05T06:50:40.184Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.189Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7176ff5d, org.onap.sdc.toscaparser.api.parameters.Input@568492e5, org.onap.sdc.toscaparser.api.parameters.Input@4f082197, org.onap.sdc.toscaparser.api.parameters.Input@56c5c77f, org.onap.sdc.toscaparser.api.parameters.Input@100f46ed]
2022-07-05T06:50:40.190Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 7e7a16e0-8111-4184-827d-358fb6de1181: Generic NeutronNet
2022-07-05T06:50:40.191Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.192Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.192Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.192Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.229Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.229Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.229Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.229Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.230Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:50:40.230Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:50:40.230Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.300Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-07-05T06:50:40.300Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.300Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:50:40.300Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:50:40.301Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:50:40.302Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:50:40.303Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003840300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:50:40.403Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:50:40.404Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:50:40.404Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:50:40.422Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:50:40.422Z||pool-38-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:50:41.304Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:50:41.315Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:50:41.316Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:50:41.317Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:50:41.317Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:51:11.317Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:51:11.329Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:51:11.332Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:51:11.332Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:51:11.332Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:51:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:51:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:51:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:51:31.821Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:51:31.822Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:51:31.822Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003828880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:51:31.822Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:51:41.333Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:51:41.341Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:51:41.346Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:51:41.346Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:51:41.346Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:52:11.346Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:52:11.357Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:52:11.359Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:52:11.359Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:52:11.359Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:52:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:52:31.796Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:52:31.796Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:52:31.846Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:52:31.847Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:52:31.847Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "cds",
  "timestamp": 1657003827832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:52:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:52:41.360Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:52:41.375Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:52:41.377Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:52:41.378Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:52:41.378Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:53:11.378Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:53:11.389Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:53:11.392Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:53:11.392Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:53:11.392Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:53:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:53:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:53:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:53:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:53:31.850Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.850Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003831790,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003828880,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "cds",
  "timestamp": 1657003827832,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "cds",
  "timestamp": 1657003837690,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003838483,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.853Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.853Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.853Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "cds",
  "timestamp": 1657003838700,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657003840300,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.878Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003841168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003841168,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003843976,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "policy-id",
  "timestamp": 1657003842053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003843284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "policy-id",
  "timestamp": 1657003842053,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003843284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003845829,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "policy-id",
  "timestamp": 1657003844859,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003846834,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "policy-id",
  "timestamp": 1657003845867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:53:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "policy-id",
  "timestamp": 1657003846871,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "clamp",
  "timestamp": 1657003845610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "clamp",
  "timestamp": 1657003845610,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "aai-ml",
  "timestamp": 1657003850085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "aai-ml",
  "timestamp": 1657003850085,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "aai-ml",
  "timestamp": 1657003852897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "aai-ml",
  "timestamp": 1657003858897,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "aai-ml",
  "timestamp": 1657003859902,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "clamp",
  "timestamp": 1657003859463,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "clamp",
  "timestamp": 1657003861472,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.927Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.928Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "clamp",
  "timestamp": 1657003862476,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.931Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a68339f-0477-45bb-a65e-deb2d08d2603
2022-07-05T06:53:31.931Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a68339f-0477-45bb-a65e-deb2d08d2603 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003868880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003863282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003871160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003862053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003868880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003863282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003871160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003862053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003868880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003863282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.940Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003871160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003862053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003872832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003868880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003863282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003871160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003862053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003872832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003868880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003863282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003871160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003862053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003872832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.944Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003863282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003868880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003871160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003862053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.945Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003872832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003863282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003868880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003871160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003862053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003875610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003872832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003863282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003868880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003871160,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.948Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003862053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003875610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003872832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.949Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003875610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003880613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003879202,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003879852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003880085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003872832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003875610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003880210,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.951Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003880085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003881113,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003872832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003875610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.952Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003882604,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.953Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "policy-id",
  "timestamp": 1657003881213,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:53:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003880085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003882118,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.975Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:53:31.975Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003881747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003875610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.982Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003883609,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.986Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:53:31.986Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003880085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:31.993Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "cds",
  "timestamp": 1657003882755,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:53:31.997Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:53:31.997Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:53:32.004Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.004Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003875610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003880085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003875610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.005Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003880085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003880085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003880085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003888865,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:53:32.006Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:53:41.392Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:53:41.403Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:53:41.406Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:53:41.406Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:53:41.407Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:53:41.408Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:53:41.408Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:53:41.414Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T06:54:11.414Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a68339f-0477-45bb-a65e-deb2d08d2603 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T06:54:11.420Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a68339f-0477-45bb-a65e-deb2d08d2603 and serviceModelVersionId: 7e7a16e0-8111-4184-827d-358fb6de1181
2022-07-05T06:54:11.420Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eeceb384-c297-48b2-bee5-6a067f02d589
2022-07-05T06:54:11.422Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0
2022-07-05T06:54:11.428Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T06:54:11.491Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|INFO|500||Invoke
2022-07-05T06:54:11.492Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a68339f-0477-45bb-a65e-deb2d08d2603], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fe7fd79c-fa41-4843-b03e-2ff2652dfd0e], X-ECOMP-RequestID=[7a68339f-0477-45bb-a65e-deb2d08d2603], X-TransactionId=[], X-ONAP-RequestID=[7a68339f-0477-45bb-a65e-deb2d08d2603], Content-Type=[application/merge-patch+json]}
2022-07-05T06:54:11.515Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T06:54:11.607Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?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/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220705-06:54:10:806-99926], vertex-id=[372808], Content-Length=[0], Date=[Tue, 05 Jul 2022 06:54:10 GMT], Content-Type=[application/json]}
2022-07-05T06:54:11.607Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T06:54:11.608Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eeceb384-c297-48b2-bee5-6a067f02d589/model-vers/model-ver/7e7a16e0-8111-4184-827d-358fb6de1181?depth=0|INFO|500||InvokeReturn
2022-07-05T06:54:11.608Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T06:54:11.608Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:54:11.613Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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-07-05T06:54:11.613Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a68339f-0477-45bb-a65e-deb2d08d2603 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T06:54:11.614Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T06:54:11.614Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:11.616Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:11.616Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004051614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:54:11.716Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:11.717Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:11.718Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:11.737Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:11.737Z||pool-39-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:54:12.627Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:54:12.628Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:54:12.628Z|7a68339f-0477-45bb-a65e-deb2d08d2603|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:17.082Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:17.083Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T06:54:17.083Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"65e6200d-fd73-4dcd-919e-1e43bdefdd8d","serviceName":"Demo_pNF_lLO5nJrcVK2j2nqQhHav","serviceVersion":"1.0","serviceUUID":"9f2001f7-2e79-44a9-bde0-887a6f7fd29a","serviceDescription":"catalog service description","serviceInvariantUUID":"62194ec2-1f84-4f39-a779-c6e18eb93218","resources":[{"resourceInstanceName":"pNF e9c896ef-1731 0","resourceName":"pNF e9c896ef-1731","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d09ea88c-c8ac-40bd-9aab-04ae20fa319b","resourceInvariantUUID":"287e7b6d-bfe9-4da9-bbe3-24684aacf215","resourceCustomizationUUID":"4f0ea2df-4cd5-4d34-99ec-7514a24b8dc8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml","artifactChecksum":"OTRiNmJjNWE2Y2RkYjY0OWJiZmZhYzQ0MjM3ZDlmYzc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ad95b945-9d83-4fba-829d-9337a3a4bd77","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar","artifactChecksum":"MDY0MWViNjMwN2FiNTA4NGIwNzI0Mzc1YWVjN2Q3MzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"77ae9c02-db6b-4b76-9a20-60d6af4f784e","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c141ad63-9082-4e1e-90d5-dc3712317cef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml","artifactChecksum":"NjIwN2JkNjNmMmFlZWE3MzMyNDgxMmQzODU4ODEzZTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"55154c9f-1e12-4684-ae6d-6493c908422d","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6238578c-42ab-437c-99ee-a8137d66841e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7fdc5529-b3bb-4ac5-917a-3d17487bbed6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml","artifactChecksum":"Yzc3YzM5MGUxNDhlYmQ5YTFmZTMwNWMwMDQ0MDkyNmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b61dc36f-5c42-4477-a26d-c784e415d4bc","artifactVersion":"1"},{"artifactName":"service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar","artifactChecksum":"Zjc4ZTI3YzhiYjc4Yzk5YTk1NWI1OWJmMWQ1MzU4OGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:54:17.086Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:17.086Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:17.088Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:17.088Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:17.188Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:17.189Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:17.189Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:17.207Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:17.208Z||pool-40-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:18.088Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:18.089Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:18.092Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:18.092Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:18.192Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:18.192Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:18.193Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:18.208Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:18.208Z||pool-41-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:54:19.092Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:19.093Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:19.095Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:19.095Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:19.195Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:54:19.195Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:19.195Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:19.211Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:19.211Z||pool-42-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:20.095Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:20.096Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:20.098Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:20.098Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:20.198Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:20.199Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:20.199Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:20.215Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:20.216Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:21.098Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:21.099Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:21.101Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:21.101Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:21.201Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:21.202Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:21.202Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:21.217Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:21.217Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:22.102Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:22.103Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:22.104Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:22.104Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:22.205Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:22.205Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:22.206Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:22.220Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:22.220Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:23.105Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:23.106Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:23.108Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:23.108Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:23.208Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:54:23.210Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:23.210Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:23.229Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:23.229Z||pool-46-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:24.109Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:54:24.110Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:24.111Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:24.112Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:24.212Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:24.213Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:24.213Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:24.234Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:24.235Z||pool-47-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:25.112Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "serviceName": "Demo_pNF_lLO5nJrcVK2j2nqQhHav",
  "serviceVersion": "1.0",
  "serviceUUID": "9f2001f7-2e79-44a9-bde0-887a6f7fd29a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "62194ec2-1f84-4f39-a779-c6e18eb93218",
  "resources": [
    {
      "resourceInstanceName": "pNF e9c896ef-1731 0",
      "resourceCustomizationUUID": "4f0ea2df-4cd5-4d34-99ec-7514a24b8dc8",
      "resourceName": "pNF e9c896ef-1731",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d09ea88c-c8ac-40bd-9aab-04ae20fa319b",
      "resourceInvariantUUID": "287e7b6d-bfe9-4da9-bbe3-24684aacf215",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
      "artifactChecksum": "Zjc4ZTI3YzhiYjc4Yzk5YTk1NWI1OWJmMWQ1MzU4OGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T06:54:25.113Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:54:25.113Z|7a68339f-0477-45bb-a65e-deb2d08d2603|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9f2001f7-2e79-44a9-bde0-887a6f7fd29a ASDC
2022-07-05T06:54:25.114Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:65e6200d-fd73-4dcd-919e-1e43bdefdd8d
ServiceName:Demo_pNF_lLO5nJrcVK2j2nqQhHav
ServiceVersion:1.0
ServiceUUID:9f2001f7-2e79-44a9-bde0-887a6f7fd29a
ServiceInvariantUUID:62194ec2-1f84-4f39-a779-c6e18eb93218
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
ArtifactUUID:8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a
ArtifactChecksum:Zjc4ZTI3YzhiYjc4Yzk5YTk1NWI1OWJmMWQ1MzU4OGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e9c896ef-1731 0
ResourceCustomizationUUID:4f0ea2df-4cd5-4d34-99ec-7514a24b8dc8
ResourceInvariantUUID:287e7b6d-bfe9-4da9-bbe3-24684aacf215
ResourceName:pNF e9c896ef-1731
ResourceType:PNF
ResourceUUID:d09ea88c-c8ac-40bd-9aab-04ae20fa319b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-05T06:54:25.114Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9f2001f7-2e79-44a9-bde0-887a6f7fd29a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:54:25.136Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:54:25.136Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:54:25.136Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:54:25.136Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a from URL: /sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:25.137Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:54:25.137Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:25.438Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar 8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a 82651
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar ASDC sendASDCNotification
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:54:25.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:25.444Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:25.444Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004065442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:25.545Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:25.546Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:25.546Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:25.562Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:25.562Z||pool-48-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:54:26.445Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:54:26.446Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:54:26.446Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8363c7e9-d11a-4ecb-8e9a-ef6ec2bbe02a, URL: /sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar to file: /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:26.446Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:26.447Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:26.447Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:26.576Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15549519095830990759/Definitions/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml
2022-07-05T06:54:27.428Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:54:27.428Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:54:27.428Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.428Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e9c896ef-1731 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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.429Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|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-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Node template pNF e9c896ef-1731 0 is matching search criteria
2022-07-05T06:54:27.430Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e9c896ef-1731 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Node template pNF e9c896ef-1731 0 is matching search criteria
2022-07-05T06:54:27.431Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF e9c896ef-1731 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:54:27.432Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.433Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:54:27.433Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.433Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:54:27.433Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.433Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:54:27.433Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.434Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_lLO5nJrcVK2j2nqQhHav
Description:catalog service description
Model UUID:9f2001f7-2e79-44a9-bde0-887a6f7fd29a
Model Version:NULL
Model InvariantUuid:62194ec2-1f84-4f39-a779-c6e18eb93218
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T06:54:27.440Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: d09ea88c-c8ac-40bd-9aab-04ae20fa319b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:54:27.442Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||pNF e9c896ef-1731 0
2022-07-05T06:54:27.443Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d09ea88c-c8ac-40bd-9aab-04ae20fa319b
2022-07-05T06:54:27.443Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 9f2001f7-2e79-44a9-bde0-887a6f7fd29a
2022-07-05T06:54:27.443Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 9f2001f7-2e79-44a9-bde0-887a6f7fd29a
2022-07-05T06:54:27.443Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e9c896ef-1731 0 d09ea88c-c8ac-40bd-9aab-04ae20fa319b ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:54:27.447Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@12547a4d, org.onap.sdc.toscaparser.api.parameters.Input@117daee7, org.onap.sdc.toscaparser.api.parameters.Input@4058aabd, org.onap.sdc.toscaparser.api.parameters.Input@e594b0c, org.onap.sdc.toscaparser.api.parameters.Input@3f6ece98]
2022-07-05T06:54:27.447Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:54:27.447Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.448Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 9f2001f7-2e79-44a9-bde0-887a6f7fd29a: pNF e9c896ef-1731
2022-07-05T06:54:27.448Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Processing PNF resource: d09ea88c-c8ac-40bd-9aab-04ae20fa319b
2022-07-05T06:54:27.448Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:54:27.448Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_lLO5nJrcVK2j2nqQhHav is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:54:27.448Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||Resource customization UUID: 4f0ea2df-4cd5-4d34-99ec-7514a24b8dc8 is the same as notified resource customizationUUID: 4f0ea2df-4cd5-4d34-99ec-7514a24b8dc8
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-05T06:54:27.491Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e9c896ef-1731 d09ea88c-c8ac-40bd-9aab-04ae20fa319b 0 ASDC deployResourceStructure
2022-07-05T06:54:27.492Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar ASDC sendASDCNotification
2022-07-05T06:54:27.492Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar
2022-07-05T06:54:27.492Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:54:27.492Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:54:27.494Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:54:27.494Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004067492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:54:27.594Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:54:27.595Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:54:27.595Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:27.626Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:27.627Z||pool-49-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:54:28.495Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:54:28.506Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:54:28.509Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:54:28.509Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T06:54:28.509Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T06:54:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:54:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:54:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:54:31.817Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:54:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003890467,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003892474,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:54:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "clamp",
  "timestamp": 1657003893478,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:54:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:54:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:54:31.842Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.842Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003896372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:54:31.842Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.842Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.842Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "aai-ml",
  "timestamp": 1657003897378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:54:31.846Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
2022-07-05T06:54:31.846Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:54:31.854Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.854Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003910085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.854Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.854Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.854Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003908880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.854Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.854Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.854Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003910085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.854Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003908880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "cds",
  "timestamp": 1657003917832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003910085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.855Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003908880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "cds",
  "timestamp": 1657003917832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003910085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003908880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "cds",
  "timestamp": 1657003917832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003910085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003908880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.857Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "cds",
  "timestamp": 1657003917832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003910085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003908880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "cds",
  "timestamp": 1657003917832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003922053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003923282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003910085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003908880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "cds",
  "timestamp": 1657003917832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003922053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003923282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "cds",
  "timestamp": 1657003917832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003925970,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003922053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.861Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003923282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "cds",
  "timestamp": 1657003925617,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003922053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.862Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003923282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.863Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.863Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.863Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "cds",
  "timestamp": 1657003926623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:54:31.873Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5355fb42-e1e5-42b5-9340-9397309a0eff
2022-07-05T06:54:31.873Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5355fb42-e1e5-42b5-9340-9397309a0eff and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:54:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.879Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003922053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003923282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003922053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003923282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.880Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003922053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003923282,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003929818,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003931029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003930823,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003932101,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "policy-id",
  "timestamp": 1657003931827,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:54:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5355fb42-e1e5-42b5-9340-9397309a0eff
2022-07-05T06:54:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5355fb42-e1e5-42b5-9340-9397309a0eff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003933170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003934197,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:54:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5355fb42-e1e5-42b5-9340-9397309a0eff
2022-07-05T06:54:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5355fb42-e1e5-42b5-9340-9397309a0eff and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003932833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003935373,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003935201,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003932833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "aai-ml",
  "timestamp": 1657003936378,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:54:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5355fb42-e1e5-42b5-9340-9397309a0eff
2022-07-05T06:54:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5355fb42-e1e5-42b5-9340-9397309a0eff and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:54:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003932833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003932833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003932833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003939014,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657003928880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003932833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003940085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003932833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003941611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003940085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.923Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.924Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.924Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003932833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.924Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.924Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.924Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.924Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.924Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.924Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003942617,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:54:31.928Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5355fb42-e1e5-42b5-9340-9397309a0eff
2022-07-05T06:54:31.928Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5355fb42-e1e5-42b5-9340-9397309a0eff and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:54:31.935Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003940085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003932833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.936Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003940085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.937Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003942747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.938Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003940085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.939Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "cds",
  "timestamp": 1657003943754,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:54:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ee1be6b8-461f-4ba7-8b1a-2e3d785a5251
2022-07-05T06:54:31.950Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1be6b8-461f-4ba7-8b1a-2e3d785a5251 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:54:31.957Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.957Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.957Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.957Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.957Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.957Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.957Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.957Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.957Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003940085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003940085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.960Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.960Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.960Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.960Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.960Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.960Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003940085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.960Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.961Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003940085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.962Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003949844,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.963Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003931159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.964Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:31.965Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.965Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003949474,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:54:31.965Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:54:31.965Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:54:31.965Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003942053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:54:31.965Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:54:58.509Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:54:58.520Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 65e6200d-fd73-4dcd-919e-1e43bdefdd8d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:54:58.523Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:54:58.523Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:54:58.524Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|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-07-05T06:54:58.529Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T06:55:28.530Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T06:55:28.536Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and serviceModelVersionId: 9f2001f7-2e79-44a9-bde0-887a6f7fd29a
2022-07-05T06:55:28.537Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 62194ec2-1f84-4f39-a779-c6e18eb93218
2022-07-05T06:55:28.537Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/62194ec2-1f84-4f39-a779-c6e18eb93218/model-vers/model-ver/9f2001f7-2e79-44a9-bde0-887a6f7fd29a?depth=0
2022-07-05T06:55:28.541Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T06:55:28.588Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62194ec2-1f84-4f39-a779-c6e18eb93218/model-vers/model-ver/9f2001f7-2e79-44a9-bde0-887a6f7fd29a?depth=0|INFO|500||Invoke
2022-07-05T06:55:28.588Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62194ec2-1f84-4f39-a779-c6e18eb93218/model-vers/model-ver/9f2001f7-2e79-44a9-bde0-887a6f7fd29a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62194ec2-1f84-4f39-a779-c6e18eb93218/model-vers/model-ver/9f2001f7-2e79-44a9-bde0-887a6f7fd29a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[65e6200d-fd73-4dcd-919e-1e43bdefdd8d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3aca60c-d17b-4f6f-a9ab-206e61a50a68], X-ECOMP-RequestID=[65e6200d-fd73-4dcd-919e-1e43bdefdd8d], X-TransactionId=[], X-ONAP-RequestID=[65e6200d-fd73-4dcd-919e-1e43bdefdd8d], Content-Type=[application/merge-patch+json]}
2022-07-05T06:55:28.604Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62194ec2-1f84-4f39-a779-c6e18eb93218/model-vers/model-ver/9f2001f7-2e79-44a9-bde0-887a6f7fd29a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T06:55:28.707Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62194ec2-1f84-4f39-a779-c6e18eb93218/model-vers/model-ver/9f2001f7-2e79-44a9-bde0-887a6f7fd29a?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/62194ec2-1f84-4f39-a779-c6e18eb93218/model-vers/model-ver/9f2001f7-2e79-44a9-bde0-887a6f7fd29a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220705-06:55:27:897-56498], vertex-id=[208928], Content-Length=[0], Date=[Tue, 05 Jul 2022 06:55:27 GMT], Content-Type=[application/json]}
2022-07-05T06:55:28.708Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62194ec2-1f84-4f39-a779-c6e18eb93218/model-vers/model-ver/9f2001f7-2e79-44a9-bde0-887a6f7fd29a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T06:55:28.708Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/62194ec2-1f84-4f39-a779-c6e18eb93218/model-vers/model-ver/9f2001f7-2e79-44a9-bde0-887a6f7fd29a?depth=0|INFO|500||InvokeReturn
2022-07-05T06:55:28.709Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T06:55:28.709Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|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-07-05T06:55:28.713Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|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-07-05T06:55:28.713Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 65e6200d-fd73-4dcd-919e-1e43bdefdd8d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T06:55:28.714Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T06:55:28.714Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:28.715Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:28.715Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004128713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:55:28.816Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:28.816Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:28.816Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:28.837Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:28.837Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:55:29.725Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T06:55:29.726Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"5355fb42-e1e5-42b5-9340-9397309a0eff","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"f9753380-1132-4594-ba24-bf6b2c25bf0c","serviceDescription":"service","serviceInvariantUUID":"406545a8-f1cc-40fd-b537-9cf33c4dcb45","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"300b3cd8-a869-4ac4-ab60-b485270b6d61","resourceInvariantUUID":"3f940d29-eade-4f20-9a89-03dd3edea656","resourceCustomizationUUID":"d3abe78f-238c-4feb-8476-86cd13d92d3f","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":"NzYzNDVkMDFiYmRjYzUwNDVmMTY0NGE1MTFjNGY2MGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"cf0c36c6-6eea-4a1b-a1ba-b4eab6fb5fa4","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":"ZWNlMzUzMmRiNmJmMzM3YmRmN2NhYzMxYzUwMTZiODE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29f52862-d897-4f0b-a0db-b8818d41f898","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":"da60d91c-9783-4314-8afb-811635977078","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":"708bd55d-48cb-40d2-8804-d6018ecefd33","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":"688ce8d2-5420-4a34-b4f0-5b08bee12b77","artifactVersion":"2","generatedFromUUID":"da60d91c-9783-4314-8afb-811635977078"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"YmVkYzc3ZDgzY2M4ZGQwMzhjZDFlNGQzMTVjZmRhZTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"12cb6546-09b9-4725-81ac-82153ca7ebd6","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjVmOGIzZWZhNWJmZWIzMDRhMWJhZjJmM2IyYjAyZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f468534b-71ff-40e6-a12b-50a6dd49e793","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:55:29.726Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:55:29.726Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:29.728Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:29.728Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:29.828Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:29.829Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:29.829Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:29.868Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:29.868Z||pool-51-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:55:30.728Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:55:30.729Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:30.731Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:30.731Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:55:30.831Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:30.832Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:30.832Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:30.848Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:30.849Z||pool-52-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:31.732Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:55:31.734Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:31.736Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:31.736Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:55:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:55:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:55:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003943282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:55:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003952758,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003951858,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003953022,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003951484,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003952867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003954103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "clamp",
  "timestamp": 1657003952488,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-07-05T06:55:31.836Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:31.837Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:31.837Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:55:31.843Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5355fb42-e1e5-42b5-9340-9397309a0eff
2022-07-05T06:55:31.843Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5355fb42-e1e5-42b5-9340-9397309a0eff and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:55:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003955262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:31.851Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "policy-id",
  "timestamp": 1657003953880,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:55:31.855Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:31.856Z||pool-53-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee1be6b8-461f-4ba7-8b1a-2e3d785a5251
2022-07-05T06:55:31.856Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1be6b8-461f-4ba7-8b1a-2e3d785a5251 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:55:31.863Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.863Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:31.864Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.864Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.864Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003955268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:31.864Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.864Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.864Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657003956266,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:55:31.868Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ee1be6b8-461f-4ba7-8b1a-2e3d785a5251
2022-07-05T06:55:31.869Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1be6b8-461f-4ba7-8b1a-2e3d785a5251 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:55:31.876Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.876Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:31.876Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.876Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.876Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003956382,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:31.876Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.876Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.877Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:31.877Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.877Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.877Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003957456,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:55:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ee1be6b8-461f-4ba7-8b1a-2e3d785a5251
2022-07-05T06:55:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1be6b8-461f-4ba7-8b1a-2e3d785a5251 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T06:55:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:55:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657003958460,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003960607,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "aai-ml",
  "timestamp": 1657003961611,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:55:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ee1be6b8-461f-4ba7-8b1a-2e3d785a5251
2022-07-05T06:55:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1be6b8-461f-4ba7-8b1a-2e3d785a5251 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003935610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:55:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003965477,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003966495,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:55:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:55:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "clamp",
  "timestamp": 1657003967498,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T06:55:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ee1be6b8-461f-4ba7-8b1a-2e3d785a5251
2022-07-05T06:55:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId ee1be6b8-461f-4ba7-8b1a-2e3d785a5251 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T06:55:32.736Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:55:32.737Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:32.739Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:32.739Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:32.840Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:32.840Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:32.840Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:32.860Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:32.861Z||pool-54-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:33.740Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:55:33.740Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:33.742Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:33.742Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-05T06:55:33.842Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:33.843Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:33.843Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:33.858Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:33.859Z||pool-55-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:34.742Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:55:34.743Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:34.745Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:34.745Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:55:34.845Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:34.846Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:34.846Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:34.863Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:34.863Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:35.745Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:55:35.746Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:35.748Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:35.748Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:55:35.848Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:55:35.852Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:35.852Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:35.874Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:35.874Z||pool-57-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:55:36.750Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "f9753380-1132-4594-ba24-bf6b2c25bf0c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "406545a8-f1cc-40fd-b537-9cf33c4dcb45",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "d3abe78f-238c-4feb-8476-86cd13d92d3f",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "300b3cd8-a869-4ac4-ab60-b485270b6d61",
      "resourceInvariantUUID": "3f940d29-eade-4f20-9a89-03dd3edea656",
      "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": "ZWNlMzUzMmRiNmJmMzM3YmRmN2NhYzMxYzUwMTZiODE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "29f52862-d897-4f0b-a0db-b8818d41f898",
          "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": "da60d91c-9783-4314-8afb-811635977078",
          "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": "688ce8d2-5420-4a34-b4f0-5b08bee12b77",
            "generatedFromUUID": "da60d91c-9783-4314-8afb-811635977078"
          },
          "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": "688ce8d2-5420-4a34-b4f0-5b08bee12b77",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjVmOGIzZWZhNWJmZWIzMDRhMWJhZjJmM2IyYjAyZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f468534b-71ff-40e6-a12b-50a6dd49e793"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T06:55:36.750Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:55:36.750Z|65e6200d-fd73-4dcd-919e-1e43bdefdd8d|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f9753380-1132-4594-ba24-bf6b2c25bf0c ASDC
2022-07-05T06:55:36.750Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:5355fb42-e1e5-42b5-9340-9397309a0eff
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:f9753380-1132-4594-ba24-bf6b2c25bf0c
ServiceInvariantUUID:406545a8-f1cc-40fd-b537-9cf33c4dcb45
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:f468534b-71ff-40e6-a12b-50a6dd49e793
ArtifactChecksum:YjVmOGIzZWZhNWJmZWIzMDRhMWJhZjJmM2IyYjAyZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:d3abe78f-238c-4feb-8476-86cd13d92d3f
ResourceInvariantUUID:3f940d29-eade-4f20-9a89-03dd3edea656
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:300b3cd8-a869-4ac4-ab60-b485270b6d61
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:29f52862-d897-4f0b-a0db-b8818d41f898
ArtifactChecksum:ZWNlMzUzMmRiNmJmMzM3YmRmN2NhYzMxYzUwMTZiODE=
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:da60d91c-9783-4314-8afb-811635977078
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:688ce8d2-5420-4a34-b4f0-5b08bee12b77
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:688ce8d2-5420-4a34-b4f0-5b08bee12b77
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T06:55:36.750Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f9753380-1132-4594-ba24-bf6b2c25bf0c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:55:36.778Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:55:36.779Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:55:36.779Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:55:36.779Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: f468534b-71ff-40e6-a12b-50a6dd49e793 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-07-05T06:55:36.779Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:55:36.780Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:37.118Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:55:37.122Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f468534b-71ff-40e6-a12b-50a6dd49e793 71074
2022-07-05T06:55:37.123Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:37.123Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:37.123Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:55:37.123Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:37.125Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:37.125Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004137123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:37.226Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:37.227Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:37.227Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:37.244Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:37.246Z||pool-58-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:38.126Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:55:38.127Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:55:38.127Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: f468534b-71ff-40e6-a12b-50a6dd49e793, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T06:55:38.127Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-07-05T06:55:38.128Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T06:55:38.128Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T06:55:38.288Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP895953133009007660/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-07-05T06:55:39.467Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:55:39.468Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:55:39.468Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-07-05T06:55:39.468Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-05T06:55:39.468Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.468Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.468Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.469Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.469Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.469Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.469Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.469Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.469Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.470Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:55:39.470Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.470Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.470Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T06:55:39.470Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:55:39.471Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:55:39.471Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.471Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:39.471Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T06:55:39.471Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:55:39.472Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:55:39.472Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.472Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:39.472Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.473Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-05T06:55:39.473Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-05T06:55:39.473Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-05T06:55:39.473Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-05T06:55:39.473Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-05T06:55:39.473Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T06:55:39.474Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.474Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.474Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.474Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T06:55:39.475Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:55:39.475Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.475Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T06:55:39.475Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:55:39.476Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.476Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T06:55:39.476Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:55:39.476Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.476Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-05T06:55:39.477Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-05T06:55:39.477Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-05T06:55:39.477Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9eeca42a-420d-496c-aefb-10cbc3d22475
2022-07-05T06:55:39.477Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.477Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:39.478Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.478Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:39.478Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.478Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:39.478Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:39.478Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:39.479Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:f9753380-1132-4594-ba24-bf6b2c25bf0c
Model Version:NULL
Model InvariantUuid:406545a8-f1cc-40fd-b537-9cf33c4dcb45
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:dfad5724-7eb4-4208-b130-65196d2e4d1e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3f940d29-eade-4f20-9a89-03dd3edea656
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d3abe78f-238c-4feb-8476-86cd13d92d3f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c57654aa-0ef9-4e63-bce9-5d71f38b660e
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7dd5cc1d-6335-441a-af80-8b90510aaa24
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9eeca42a-420d-496c-aefb-10cbc3d22475
ModelInvariantUuid:0cd6f644-3327-453e-ae8d-59a649fa6341
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e3d8de30-493d-4e83-bcd2-83983b9c02ce
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:bfb4215d-f517-4036-a374-f9799609cea1
ModelInvariantUuid:7f279433-800f-43fe-83c2-b6472432f3e2
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b02df27b-f2c6-4490-9cd8-9697e28cc824
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T06:55:39.484Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 300b3cd8-a869-4ac4-ab60-b485270b6d61
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:55:39.487Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||basic_vm 0
2022-07-05T06:55:39.487Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 300b3cd8-a869-4ac4-ab60-b485270b6d61
2022-07-05T06:55:39.487Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 29f52862-d897-4f0b-a0db-b8818d41f898 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-07-05T06:55:39.487Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:55:39.488Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.677Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:55:39.678Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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 29f52862-d897-4f0b-a0db-b8818d41f898 787
2022-07-05T06:55:39.678Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.678Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:39.679Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:55:39.679Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:39.681Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:39.681Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004139678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:39.781Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:39.782Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:39.782Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:39.803Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:39.803Z||pool-59-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:40.681Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c57654aa-0ef9-4e63-bce9-5d71f38b660e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7dd5cc1d-6335-441a-af80-8b90510aaa24",
    "vfModuleModelCustomizationUUID": "2e87c487-ea0a-4775-a50c-b0bccbe7e62b",
    "isBase": true,
    "artifacts": [
      "da60d91c-9783-4314-8afb-811635977078",
      "688ce8d2-5420-4a34-b4f0-5b08bee12b77"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T06:55:40.685Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7dd5cc1d-6335-441a-af80-8b90510aaa24
VfModuleModelInvariantUUID:c57654aa-0ef9-4e63-bce9-5d71f38b660e
VfModuleModelDescription:NULL
Artifacts UUID List:{
da60d91c-9783-4314-8afb-811635977078
,
688ce8d2-5420-4a34-b4f0-5b08bee12b77

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

isBase:true


}

2022-07-05T06:55:40.687Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c57654aa-0ef9-4e63-bce9-5d71f38b660e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7dd5cc1d-6335-441a-af80-8b90510aaa24",
    "vfModuleModelCustomizationUUID": "2e87c487-ea0a-4775-a50c-b0bccbe7e62b",
    "isBase": true,
    "artifacts": [
      "da60d91c-9783-4314-8afb-811635977078",
      "688ce8d2-5420-4a34-b4f0-5b08bee12b77"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T06:55:40.687Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7dd5cc1d-6335-441a-af80-8b90510aaa24
VfModuleModelInvariantUUID:c57654aa-0ef9-4e63-bce9-5d71f38b660e
VfModuleModelDescription:NULL
Artifacts UUID List:{
da60d91c-9783-4314-8afb-811635977078
,
688ce8d2-5420-4a34-b4f0-5b08bee12b77

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

isBase:true


}

2022-07-05T06:55:40.687Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: da60d91c-9783-4314-8afb-811635977078 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-07-05T06:55:40.687Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:55:40.687Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:40.821Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:55:40.821Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml da60d91c-9783-4314-8afb-811635977078 5033
2022-07-05T06:55:40.821Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:40.821Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:40.821Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:55:40.822Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:40.823Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:40.823Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004140821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:40.923Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:40.924Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:40.924Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:40.945Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:40.946Z||pool-60-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:55:41.824Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 688ce8d2-5420-4a34-b4f0-5b08bee12b77 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-07-05T06:55:41.824Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:55:41.825Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:41.944Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:55:41.945Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 688ce8d2-5420-4a34-b4f0-5b08bee12b77 903
2022-07-05T06:55:41.946Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:41.946Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:41.946Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:55:41.947Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:41.948Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:41.949Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004141946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:55:42.049Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:42.050Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:42.050Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:42.065Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:42.065Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:42.949Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: f9753380-1132-4594-ba24-bf6b2c25bf0c
2022-07-05T06:55:42.950Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 300b3cd8-a869-4ac4-ab60-b485270b6d61 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:55:42.964Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6ac9fcd9, org.onap.sdc.toscaparser.api.parameters.Input@273dccc, org.onap.sdc.toscaparser.api.parameters.Input@b3e21b4, org.onap.sdc.toscaparser.api.parameters.Input@3b6e5f4e, org.onap.sdc.toscaparser.api.parameters.Input@1e6453ce]
2022-07-05T06:55:42.966Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.967Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:42.967Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-05T06:55:42.967Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= d3abe78f-238c-4feb-8476-86cd13d92d3f
2022-07-05T06:55:42.968Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d3abe78f-238c-4feb-8476-86cd13d92d3f matches Tosca VF Customization UUID: d3abe78f-238c-4feb-8476-86cd13d92d3f
2022-07-05T06:55:42.968Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: d3abe78f-238c-4feb-8476-86cd13d92d3f  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-05T06:55:42.971Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.971Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:42.972Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id d3abe78f-238c-4feb-8476-86cd13d92d3f: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-07-05T06:55:42.972Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31797f7f
2022-07-05T06:55:42.973Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.973Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:42.973Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2e87c487-ea0a-4775-a50c-b0bccbe7e62b
2022-07-05T06:55:42.974Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2e87c487-ea0a-4775-a50c-b0bccbe7e62b
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-05T06:55:42.976Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.977Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T06:55:42.977Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:55:42.978Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.978Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T06:55:42.978Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:55:42.978Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.979Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-07-05T06:55:42.979Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-05T06:55:42.979Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-05T06:55:42.980Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=9eeca42a-420d-496c-aefb-10cbc3d22475
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:55:42.982Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.983Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T06:55:42.983Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:55:42.984Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.984Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-07-05T06:55:42.984Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=d3abe78f-238c-4feb-8476-86cd13d92d3f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:55:42.987Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.987Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:42.987Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid f9753380-1132-4594-ba24-bf6b2c25bf0c: basic_vm
2022-07-05T06:55:42.988Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.988Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:42.988Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.989Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:42.989Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.989Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:42.989Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.990Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:42.990Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:55:42.990Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:55:42.991Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:43.077Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 300b3cd8-a869-4ac4-ab60-b485270b6d61 1 ASDC deployResourceStructure
2022-07-05T06:55:43.078Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:43.078Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:43.078Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:55:43.078Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:43.080Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:43.080Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004143078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:43.180Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T06:55:43.182Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:43.182Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:43.201Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:43.202Z||pool-62-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:44.081Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:44.082Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:44.082Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:55:44.082Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:44.084Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:44.084Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004144081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:44.184Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:44.185Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:44.185Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:44.202Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:44.203Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:45.085Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:45.085Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:45.085Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:55:45.085Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:45.087Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:45.087Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004145085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:45.187Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:55:45.188Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:45.188Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:45.205Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:45.205Z||pool-64-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:55:46.088Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:46.088Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:46.088Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:55:46.089Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:55:46.090Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:55:46.090Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004146088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:55:46.191Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T06:55:46.192Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:55:46.192Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:55:46.211Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:55:46.211Z||pool-65-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:55:47.091Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5355fb42-e1e5-42b5-9340-9397309a0eff
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:55:47.100Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5355fb42-e1e5-42b5-9340-9397309a0eff
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:55:47.102Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:55:47.103Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T06:55:47.103Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T06:55:47.103Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T06:55:47.103Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:55:47.103Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:55:47.103Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:55:47.103Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:55:47.103Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:55:47.103Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:55:47.104Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:55:47.108Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T06:56:17.108Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5355fb42-e1e5-42b5-9340-9397309a0eff and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T06:56:17.113Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5355fb42-e1e5-42b5-9340-9397309a0eff and serviceModelVersionId: f9753380-1132-4594-ba24-bf6b2c25bf0c
2022-07-05T06:56:17.113Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 406545a8-f1cc-40fd-b537-9cf33c4dcb45
2022-07-05T06:56:17.114Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/406545a8-f1cc-40fd-b537-9cf33c4dcb45/model-vers/model-ver/f9753380-1132-4594-ba24-bf6b2c25bf0c?depth=0
2022-07-05T06:56:17.118Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T06:56:17.162Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/406545a8-f1cc-40fd-b537-9cf33c4dcb45/model-vers/model-ver/f9753380-1132-4594-ba24-bf6b2c25bf0c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-05T06:56:17.163Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/406545a8-f1cc-40fd-b537-9cf33c4dcb45/model-vers/model-ver/f9753380-1132-4594-ba24-bf6b2c25bf0c?depth=0|INFO|500||Invoke
2022-07-05T06:56:17.186Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/406545a8-f1cc-40fd-b537-9cf33c4dcb45/model-vers/model-ver/f9753380-1132-4594-ba24-bf6b2c25bf0c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T06:56:17.352Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/406545a8-f1cc-40fd-b537-9cf33c4dcb45/model-vers/model-ver/f9753380-1132-4594-ba24-bf6b2c25bf0c?depth=0|INFO|500||InvokeReturn
2022-07-05T06:56:17.352Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/406545a8-f1cc-40fd-b537-9cf33c4dcb45/model-vers/model-ver/f9753380-1132-4594-ba24-bf6b2c25bf0c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-06:56:16:478-69445], vertex-id=[250048], Content-Length=[0], Date=[Tue, 05 Jul 2022 06:56:16 GMT], Content-Type=[application/json]}
2022-07-05T06:56:17.353Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity.
2022-07-05T06:56:17.353Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T06:56:17.353Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:56:17.359Z|5355fb42-e1e5-42b5-9340-9397309a0eff|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-07-05T06:56:17.359Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5355fb42-e1e5-42b5-9340-9397309a0eff and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T06:56:17.359Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T06:56:17.359Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:17.361Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:17.361Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004177359,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:56:17.461Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:17.462Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:17.462Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:17.484Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:17.484Z||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-07-05T06:56:18.374Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T06:56:18.374Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"ee1be6b8-461f-4ba7-8b1a-2e3d785a5251","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"5097a159-fa2e-459b-9d63-2234f0ecece9","serviceDescription":"service","serviceInvariantUUID":"609c2cdb-f300-40c2-a629-4a43f9c947ef","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3d62bb33-f255-49bb-8c1b-2a0851c6fd2b","resourceInvariantUUID":"07591cc3-55e1-4b0d-bd7c-3d436ef7a8d4","resourceCustomizationUUID":"398c2b2c-53cd-43e6-ac21-8deec735c229","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":"OTJlOTAxMjU2Yzc2MWVmNjlmYTVjZjkyYmI3MzNlZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4453ad73-1dfc-4b84-babb-ffd824547925","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":"180d23da-7535-46b8-90a5-dce1576eeec5","artifactVersion":"2","generatedFromUUID":"fe08294b-8f16-4fc1-9d68-025f3768d274"},{"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":"fe08294b-8f16-4fc1-9d68-025f3768d274","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":"YzYyOTJiZmM5ZGZiMzgxY2U4NGM2NTIyNGJhYjEzMWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"176c0303-997b-4275-ab0c-f5da7e68f3bb","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":"a1eae866-dc7d-4be8-8d8d-7acb9b24eace","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":"699bab7c-50e3-490f-bccb-098a338f73b5","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":"8b1500ca-c828-4dfa-8cf1-8880c6228b4b","artifactVersion":"2","generatedFromUUID":"a1eae866-dc7d-4be8-8d8d-7acb9b24eace"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDYzMWNmOWQyM2FkMmIwMzFiNjI5M2MzYTc4ZmE0MTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"62eaf6b9-6ad4-46cc-ad94-e1025b7cee72","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTRjYTg3MGQyZDY5NjUwNTU2YmFmZDNkZWZlNmJkOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0bfc5fa5-e83e-46d0-9e0a-eeaa60d9d046","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T06:56:18.375Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:56:18.375Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:18.377Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:18.377Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:18.477Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:18.478Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:18.478Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:18.495Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:18.496Z||pool-67-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:19.377Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:56:19.378Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:19.380Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:19.380Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-05T06:56:19.480Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:19.481Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:19.481Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:19.498Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:19.498Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:20.380Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:56:20.381Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:20.383Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:20.383Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-05T06:56:20.483Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:20.484Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:20.485Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:20.505Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:20.506Z||pool-69-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:56:21.384Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:56:21.384Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:21.386Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:21.386Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:56:21.486Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:21.487Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:21.487Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:21.505Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:21.505Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:56:22.387Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:56:22.387Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:22.389Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:22.389Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:56:22.489Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:22.490Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:22.490Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:22.509Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:22.509Z||pool-71-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:23.390Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:56:23.391Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:23.393Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:23.393Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:23.493Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:23.494Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:23.494Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:23.508Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:23.509Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:56:24.394Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:56:24.394Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:24.396Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:24.396Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-05T06:56:24.496Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:24.497Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:24.497Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:24.511Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:24.512Z||pool-73-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:25.396Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:56:25.397Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:25.399Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:25.399Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:25.499Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:25.500Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:25.500Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:25.516Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:25.517Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:26.399Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T06:56:26.400Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:26.402Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:26.402Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:56:26.502Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:26.503Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:26.503Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:26.519Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:26.519Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:27.403Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||sending notification to client: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "5097a159-fa2e-459b-9d63-2234f0ecece9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "609c2cdb-f300-40c2-a629-4a43f9c947ef",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "398c2b2c-53cd-43e6-ac21-8deec735c229",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3d62bb33-f255-49bb-8c1b-2a0851c6fd2b",
      "resourceInvariantUUID": "07591cc3-55e1-4b0d-bd7c-3d436ef7a8d4",
      "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": "180d23da-7535-46b8-90a5-dce1576eeec5",
          "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": "fe08294b-8f16-4fc1-9d68-025f3768d274",
          "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": "YzYyOTJiZmM5ZGZiMzgxY2U4NGM2NTIyNGJhYjEzMWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "176c0303-997b-4275-ab0c-f5da7e68f3bb",
          "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": "a1eae866-dc7d-4be8-8d8d-7acb9b24eace",
          "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": "8b1500ca-c828-4dfa-8cf1-8880c6228b4b",
            "generatedFromUUID": "a1eae866-dc7d-4be8-8d8d-7acb9b24eace"
          },
          "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": "8b1500ca-c828-4dfa-8cf1-8880c6228b4b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTRjYTg3MGQyZDY5NjUwNTU2YmFmZDNkZWZlNmJkOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0bfc5fa5-e83e-46d0-9e0a-eeaa60d9d046"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T06:56:27.403Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T06:56:27.403Z|5355fb42-e1e5-42b5-9340-9397309a0eff|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 5097a159-fa2e-459b-9d63-2234f0ecece9 ASDC
2022-07-05T06:56:27.404Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||ASDC Notification:
DistributionID:ee1be6b8-461f-4ba7-8b1a-2e3d785a5251
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:5097a159-fa2e-459b-9d63-2234f0ecece9
ServiceInvariantUUID:609c2cdb-f300-40c2-a629-4a43f9c947ef
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:0bfc5fa5-e83e-46d0-9e0a-eeaa60d9d046
ArtifactChecksum:MTRjYTg3MGQyZDY5NjUwNTU2YmFmZDNkZWZlNmJkOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:398c2b2c-53cd-43e6-ac21-8deec735c229
ResourceInvariantUUID:07591cc3-55e1-4b0d-bd7c-3d436ef7a8d4
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:3d62bb33-f255-49bb-8c1b-2a0851c6fd2b
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:180d23da-7535-46b8-90a5-dce1576eeec5
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:fe08294b-8f16-4fc1-9d68-025f3768d274
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:176c0303-997b-4275-ab0c-f5da7e68f3bb
ArtifactChecksum:YzYyOTJiZmM5ZGZiMzgxY2U4NGM2NTIyNGJhYjEzMWI=
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:a1eae866-dc7d-4be8-8d8d-7acb9b24eace
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:8b1500ca-c828-4dfa-8cf1-8880c6228b4b
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:8b1500ca-c828-4dfa-8cf1-8880c6228b4b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T06:56:27.404Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5097a159-fa2e-459b-9d63-2234f0ecece9 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T06:56:27.434Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:56:27.435Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:56:27.435Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:56:27.435Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 0bfc5fa5-e83e-46d0-9e0a-eeaa60d9d046 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-07-05T06:56:27.435Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:56:27.435Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:27.586Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:56:27.589Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0bfc5fa5-e83e-46d0-9e0a-eeaa60d9d046 68958
2022-07-05T06:56:27.589Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:27.589Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:27.589Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:56:27.590Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:27.591Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:27.591Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004187589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:56:27.692Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:27.692Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:27.692Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:27.710Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:27.711Z||pool-76-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:28.592Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T06:56:28.593Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||MSO config path is: /app
2022-07-05T06:56:28.593Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 0bfc5fa5-e83e-46d0-9e0a-eeaa60d9d046, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-05T06:56:28.612Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-07-05T06:56:28.613Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-05T06:56:28.614Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-05T06:56:28.716Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3123130855385851748/Definitions/service-BasicCnf-template.yml
2022-07-05T06:56:29.791Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T06:56:29.792Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:56:29.792Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-07-05T06:56:29.792Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-05T06:56:29.792Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:29.792Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:29.792Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:29.793Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:29.793Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||####################################################################################################
2022-07-05T06:56:29.793Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.793Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:29.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T06:56:29.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:56:29.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:56:29.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:29.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T06:56:29.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Search for entities recursively
2022-07-05T06:56:29.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T06:56:29.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:29.796Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.796Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-05T06:56:29.796Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-07-05T06:56:29.796Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template dummy is not matching search criteria
2022-07-05T06:56:29.796Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T06:56:29.797Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.797Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:29.797Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.797Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T06:56:29.797Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:56:29.798Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.798Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T06:56:29.798Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:56:29.798Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.799Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T06:56:29.799Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:56:29.799Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.799Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-05T06:56:29.799Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-05T06:56:29.800Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5400679f-03bc-4772-8ecb-7616c29282d7
2022-07-05T06:56:29.800Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.800Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:29.800Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.800Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:29.801Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.801Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:29.801Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:29.801Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:29.801Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:5097a159-fa2e-459b-9d63-2234f0ecece9
Model Version:NULL
Model InvariantUuid:609c2cdb-f300-40c2-a629-4a43f9c947ef
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:b299a938-d855-481f-a248-38500a999418
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:07591cc3-55e1-4b0d-bd7c-3d436ef7a8d4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:398c2b2c-53cd-43e6-ac21-8deec735c229
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f13931e2-13ba-4410-a2a5-b87a73375ddf
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:17b3cfe5-08cf-4a60-a1de-05674de140bf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5400679f-03bc-4772-8ecb-7616c29282d7
ModelInvariantUuid:72085235-ee25-49ae-aa9b-88d440a77113
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:0a96d9ab-5350-4f7d-b0f8-83f46460730d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:6c39da35-350b-45d3-a5d5-000c0f80c662
ModelInvariantUuid:d344b30a-bef1-4e38-ba49-65bf12fb512f
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:76177a7b-0c91-4c40-8b7c-6bf7dc75b082
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T06:56:29.807Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 3d62bb33-f255-49bb-8c1b-2a0851c6fd2b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:56:29.810Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||basic_cnf 0
2022-07-05T06:56:29.810Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3d62bb33-f255-49bb-8c1b-2a0851c6fd2b
2022-07-05T06:56:29.811Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 180d23da-7535-46b8-90a5-dce1576eeec5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-07-05T06:56:29.811Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:56:29.811Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:29.878Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:56:29.879Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 180d23da-7535-46b8-90a5-dce1576eeec5 12
2022-07-05T06:56:29.879Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:29.880Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:29.880Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:56:29.880Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:29.883Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:29.883Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004189879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:56:29.983Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:29.984Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:29.984Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:30.021Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:30.022Z||pool-77-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:56:30.883Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: fe08294b-8f16-4fc1-9d68-025f3768d274 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-07-05T06:56:30.884Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:56:30.884Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:30.947Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:56:30.947Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 fe08294b-8f16-4fc1-9d68-025f3768d274 2688
2022-07-05T06:56:30.947Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:30.948Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:30.948Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:56:30.948Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:30.950Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:30.950Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004190947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:56:31.050Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:31.051Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:31.051Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:31.068Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:31.068Z||pool-78-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:56:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:56:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:31.825Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:31.826Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.826Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a68339f-0477-45bb-a65e-deb2d08d2603",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004051614,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:56:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:56:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:56:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/resourceInstances/pnfe9c896ef17310/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004065442,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T06:56:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004067492,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLlo5njrcvk2j2nqqhhav/1.0/artifacts/service-DemoPnfLlo5njrcvk2j2nqqhhav-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:56:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:56:31.952Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 176c0303-997b-4275-ab0c-f5da7e68f3bb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-07-05T06:56:31.952Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:56:31.952Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:32.015Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:56:32.015Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 176c0303-997b-4275-ab0c-f5da7e68f3bb 828
2022-07-05T06:56:32.015Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:32.015Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:32.015Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:56:32.016Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:32.017Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:32.017Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004192015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:56:32.117Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:32.118Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:32.118Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:32.134Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:32.134Z||pool-79-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:33.018Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f13931e2-13ba-4410-a2a5-b87a73375ddf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17b3cfe5-08cf-4a60-a1de-05674de140bf",
    "vfModuleModelCustomizationUUID": "66b834d9-c8e8-472b-a2f8-a0f7cd2a9205",
    "isBase": true,
    "artifacts": [
      "fe08294b-8f16-4fc1-9d68-025f3768d274",
      "a1eae866-dc7d-4be8-8d8d-7acb9b24eace",
      "8b1500ca-c828-4dfa-8cf1-8880c6228b4b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T06:56:33.021Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17b3cfe5-08cf-4a60-a1de-05674de140bf
VfModuleModelInvariantUUID:f13931e2-13ba-4410-a2a5-b87a73375ddf
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe08294b-8f16-4fc1-9d68-025f3768d274
,
a1eae866-dc7d-4be8-8d8d-7acb9b24eace
,
8b1500ca-c828-4dfa-8cf1-8880c6228b4b

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

isBase:true


}

2022-07-05T06:56:33.022Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "f13931e2-13ba-4410-a2a5-b87a73375ddf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17b3cfe5-08cf-4a60-a1de-05674de140bf",
    "vfModuleModelCustomizationUUID": "66b834d9-c8e8-472b-a2f8-a0f7cd2a9205",
    "isBase": true,
    "artifacts": [
      "fe08294b-8f16-4fc1-9d68-025f3768d274",
      "a1eae866-dc7d-4be8-8d8d-7acb9b24eace",
      "8b1500ca-c828-4dfa-8cf1-8880c6228b4b"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T06:56:33.022Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17b3cfe5-08cf-4a60-a1de-05674de140bf
VfModuleModelInvariantUUID:f13931e2-13ba-4410-a2a5-b87a73375ddf
VfModuleModelDescription:NULL
Artifacts UUID List:{
fe08294b-8f16-4fc1-9d68-025f3768d274
,
a1eae866-dc7d-4be8-8d8d-7acb9b24eace
,
8b1500ca-c828-4dfa-8cf1-8880c6228b4b

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

isBase:true


}

2022-07-05T06:56:33.022Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: a1eae866-dc7d-4be8-8d8d-7acb9b24eace from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-07-05T06:56:33.022Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:56:33.023Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:33.097Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:56:33.097Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a1eae866-dc7d-4be8-8d8d-7acb9b24eace 1164
2022-07-05T06:56:33.097Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:33.097Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:33.098Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:56:33.098Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:33.099Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:33.099Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004193097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:56:33.200Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:33.201Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:33.201Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:33.218Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:33.218Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:34.100Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8b1500ca-c828-4dfa-8cf1-8880c6228b4b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-07-05T06:56:34.101Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - download
2022-07-05T06:56:34.101Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:34.189Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||GET Response Status 200
2022-07-05T06:56:34.189Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 8b1500ca-c828-4dfa-8cf1-8880c6228b4b 200
2022-07-05T06:56:34.190Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:34.190Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:34.190Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T06:56:34.190Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:34.191Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:34.192Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004194190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:56:34.292Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:34.293Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:34.293Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:34.316Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:34.316Z||pool-81-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:56:35.192Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5097a159-fa2e-459b-9d63-2234f0ecece9
2022-07-05T06:56:35.193Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 3d62bb33-f255-49bb-8c1b-2a0851c6fd2b ASDC
2022-07-05T06:56:35.199Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_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=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:56:35.207Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1aab8321, org.onap.sdc.toscaparser.api.parameters.Input@6107083a, org.onap.sdc.toscaparser.api.parameters.Input@18bb7c62, org.onap.sdc.toscaparser.api.parameters.Input@4c33e661, org.onap.sdc.toscaparser.api.parameters.Input@a47c64d]
2022-07-05T06:56:35.208Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.208Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:35.208Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 
2022-07-05T06:56:35.208Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= 398c2b2c-53cd-43e6-ac21-8deec735c229
2022-07-05T06:56:35.208Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 398c2b2c-53cd-43e6-ac21-8deec735c229 matches Tosca VF Customization UUID: 398c2b2c-53cd-43e6-ac21-8deec735c229
2022-07-05T06:56:35.209Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: 398c2b2c-53cd-43e6-ac21-8deec735c229  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-05T06:56:35.210Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.210Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:35.211Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id 398c2b2c-53cd-43e6-ac21-8deec735c229: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-07-05T06:56:35.211Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@43108b05
2022-07-05T06:56:35.211Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.211Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:35.211Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 66b834d9-c8e8-472b-a2f8-a0f7cd2a9205
2022-07-05T06:56:35.211Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 66b834d9-c8e8-472b-a2f8-a0f7cd2a9205
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-05T06:56:35.213Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.213Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T06:56:35.213Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:56:35.214Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.214Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T06:56:35.214Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:56:35.214Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.214Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-07-05T06:56:35.214Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-07-05T06:56:35.214Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=5400679f-03bc-4772-8ecb-7616c29282d7
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T06:56:35.216Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.216Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T06:56:35.216Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T06:56:35.217Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.217Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-07-05T06:56:35.217Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=398c2b2c-53cd-43e6-ac21-8deec735c229
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T06:56:35.219Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.219Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:35.219Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5097a159-fa2e-459b-9d63-2234f0ecece9: basic_cnf
2022-07-05T06:56:35.219Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.219Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:35.219Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.219Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:35.220Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.220Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:35.220Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.220Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:35.220Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T06:56:35.220Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T06:56:35.220Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:35.272Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 3d62bb33-f255-49bb-8c1b-2a0851c6fd2b 1 ASDC deployResourceStructure
2022-07-05T06:56:35.273Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:35.273Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:35.273Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-05T06:56:35.274Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:35.275Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:35.275Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004195273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-05T06:56:35.375Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:35.376Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:35.376Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:35.393Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:35.394Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:36.276Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:36.276Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:36.276Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-05T06:56:36.277Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:36.279Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:36.279Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004196276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-05T06:56:36.379Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:36.380Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:36.380Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:36.397Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:36.397Z||pool-83-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:37.280Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:37.280Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:37.280Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:56:37.280Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:37.282Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:37.282Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004197280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:56:37.382Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:37.383Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:37.383Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:37.403Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:37.404Z||pool-84-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:38.284Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:38.285Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:38.285Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:56:38.285Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:38.287Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:38.287Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004198284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T06:56:38.387Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:38.388Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:38.388Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:38.405Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:38.405Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T06:56:39.288Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:39.288Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:39.288Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:56:39.289Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:39.291Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:39.291Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004199287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-05T06:56:39.391Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:39.392Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:39.392Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:39.408Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:39.409Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:40.291Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:40.292Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:40.292Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T06:56:40.292Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:56:40.294Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:56:40.294Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004200291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:56:40.394Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:56:40.395Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:56:40.395Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:56:40.422Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:56:40.422Z||pool-87-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-05T06:56:41.295Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ee1be6b8-461f-4ba7-8b1a-2e3d785a5251
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:56:41.305Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ee1be6b8-461f-4ba7-8b1a-2e3d785a5251
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T06:56:41.307Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T06:56:41.308Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:56:41.313Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T06:57:11.313Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ee1be6b8-461f-4ba7-8b1a-2e3d785a5251 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T06:57:11.319Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ee1be6b8-461f-4ba7-8b1a-2e3d785a5251 and serviceModelVersionId: 5097a159-fa2e-459b-9d63-2234f0ecece9
2022-07-05T06:57:11.319Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 609c2cdb-f300-40c2-a629-4a43f9c947ef
2022-07-05T06:57:11.320Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/609c2cdb-f300-40c2-a629-4a43f9c947ef/model-vers/model-ver/5097a159-fa2e-459b-9d63-2234f0ecece9?depth=0
2022-07-05T06:57:11.323Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T06:57:11.359Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/609c2cdb-f300-40c2-a629-4a43f9c947ef/model-vers/model-ver/5097a159-fa2e-459b-9d63-2234f0ecece9?depth=0|INFO|500||Invoke
2022-07-05T06:57:11.359Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/609c2cdb-f300-40c2-a629-4a43f9c947ef/model-vers/model-ver/5097a159-fa2e-459b-9d63-2234f0ecece9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/609c2cdb-f300-40c2-a629-4a43f9c947ef/model-vers/model-ver/5097a159-fa2e-459b-9d63-2234f0ecece9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ee1be6b8-461f-4ba7-8b1a-2e3d785a5251], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[223f5899-dd6e-4c27-9328-049c5e6db90b], X-ECOMP-RequestID=[ee1be6b8-461f-4ba7-8b1a-2e3d785a5251], X-TransactionId=[], X-ONAP-RequestID=[ee1be6b8-461f-4ba7-8b1a-2e3d785a5251], Content-Type=[application/merge-patch+json]}
2022-07-05T06:57:11.378Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/609c2cdb-f300-40c2-a629-4a43f9c947ef/model-vers/model-ver/5097a159-fa2e-459b-9d63-2234f0ecece9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T06:57:11.473Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/609c2cdb-f300-40c2-a629-4a43f9c947ef/model-vers/model-ver/5097a159-fa2e-459b-9d63-2234f0ecece9?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/609c2cdb-f300-40c2-a629-4a43f9c947ef/model-vers/model-ver/5097a159-fa2e-459b-9d63-2234f0ecece9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-06:57:10:670-44951], vertex-id=[192520], Content-Length=[0], Date=[Tue, 05 Jul 2022 06:57:10 GMT], Content-Type=[application/json]}
2022-07-05T06:57:11.473Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/609c2cdb-f300-40c2-a629-4a43f9c947ef/model-vers/model-ver/5097a159-fa2e-459b-9d63-2234f0ecece9?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T06:57:11.474Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/609c2cdb-f300-40c2-a629-4a43f9c947ef/model-vers/model-ver/5097a159-fa2e-459b-9d63-2234f0ecece9?depth=0|INFO|500||InvokeReturn
2022-07-05T06:57:11.474Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T06:57:11.474Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:57:11.479Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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-07-05T06:57:11.479Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ee1be6b8-461f-4ba7-8b1a-2e3d785a5251 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T06:57:11.479Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T06:57:11.480Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus
2022-07-05T06:57:11.482Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T06:57:11.482Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||try to send status {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004231479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:57:11.582Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T06:57:11.583Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T06:57:11.583Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T06:57:11.605Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:57:11.605Z||pool-88-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-07-05T06:57:12.500Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:57:12.501Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:57:12.501Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:57:22.817Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:57:22.818Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:57:22.818Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:57:22.819Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:57:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:57:31.795Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:57:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:57:31.820Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:57:31.821Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:57:31.821Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "65e6200d-fd73-4dcd-919e-1e43bdefdd8d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004128713,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:57:31.822Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:57:31.822Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:57:31.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:57:31.823Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:57:31.823Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T06:57:31.823Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:57:31.824Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:57:32.379Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:57:32.379Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:57:32.380Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:57:32.380Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:57:41.965Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:57:41.965Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:57:41.966Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:57:41.966Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:57:51.514Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:57:51.514Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:57:51.515Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:57:51.515Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:58:01.068Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:58:01.070Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:58:01.071Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:58:01.071Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:58:10.665Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:58:31.790Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:58:31.791Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:58:31.791Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:58:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:58:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:58:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:58:31.834Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:58:31.835Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.836Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:58:31.837Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.837Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:58:31.838Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.838Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.838Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-05T06:58:31.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.839Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.839Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:58:31.839Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.840Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:58:31.840Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.840Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004137123,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:58:31.841Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.841Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.841Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004139678,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:58:31.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.842Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004140821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:58:31.842Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.842Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004141946,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:58:31.843Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.843Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.843Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004143078,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:58:31.844Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.844Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.844Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004144081,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T06:58:31.845Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.845Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004145085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-05T06:58:31.845Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.845Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004146088,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:58:31.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5355fb42-e1e5-42b5-9340-9397309a0eff",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004177359,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:58:31.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:58:31.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-07-05T06:58:31.848Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.848Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.848Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-07-05T06:58:31.849Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.849Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.849Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T06:58:31.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.850Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-07-05T06:58:31.850Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.850Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:58:31.851Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.851Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.851Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-07-05T06:58:31.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.852Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.852Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T06:58:31.852Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004052627,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T06:58:31.853Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-07-05T06:58:31.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004187589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:58:31.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004189879,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:58:31.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:31.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-07-05T06:58:31.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004190947,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:58:31.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:58:41.395Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:59:31.791Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:59:31.792Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:59:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:59:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T06:59:31.795Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T06:59:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T06:59:32.322Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T06:59:32.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004192015,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:59:32.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:32.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004193097,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:59:32.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:32.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004194190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T06:59:32.324Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:32.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004195273,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004196276,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004197280,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004198284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004199287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-07-05T06:59:32.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:32.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004200291,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T06:59:32.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:32.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T06:59:32.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ee1be6b8-461f-4ba7-8b1a-2e3d785a5251",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004231479,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T06:59:32.326Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T06:59:41.359Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:31.790Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:00:31.791Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:00:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:31.794Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:00:31.794Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:00:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:32.435Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:32.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004381159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004382053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004383283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004381159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004382832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004382053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004383283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004381159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004382832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004382053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004383283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.433Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:32.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004381159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004382832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004382053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004383283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4db838c-02fc-4a65-8902-49b824b3b665","serviceName":"Demo_pNF_hhY62PGqH0cRDElso4L0","serviceVersion":"1.0","serviceUUID":"8da35c41-e2fd-418e-b31a-f9eeaf10b1c5","serviceDescription":"catalog service description","serviceInvariantUUID":"07656752-50a0-4ed7-8979-4cef7e6da5bf","resources":[{"resourceInstanceName":"pNF caefba6c-4f93 0","resourceName":"pNF caefba6c-4f93","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f337eadb-7f2c-45fa-88a3-03991b3c0d1c","resourceInvariantUUID":"2d55fa64-26a1-4a5f-a646-d8c59cd183f8","resourceCustomizationUUID":"aaa4ac3a-6483-40f1-a677-26a6cb3da302","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml","artifactChecksum":"NWE4MzhiMzIwNzUxMGNlN2JiMmMxZTg4YzYwYjhiN2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"14110ba0-0795-4496-b5d8-88eb73601415","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar","artifactChecksum":"MDY0MWViNjMwN2FiNTA4NGIwNzI0Mzc1YWVjN2Q3MzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d982f827-925c-4419-98f9-c7f825b36dc6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"60e2041b-a370-4e26-824e-1a82217bd67d","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml","artifactChecksum":"MmY0NWVmNDkyYTE0NmE2MjU2NzRmNTJhNTAwYjJlYjU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"dd6af555-eb53-4b2c-951e-3bba8d72e2de","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"62cb1c8d-bde2-42f4-9ffd-9ec1b393ec3b","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"be03ecde-a36e-42d8-afb4-65d929770a98","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHhy62pgqh0crdelso4l0-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml","artifactChecksum":"ZmI4NzQ2MzhkN2FkMWViMzY5Y2U0NGIwMjEyNTE0MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7bfee811-5053-4586-8a4c-ad2769864534","artifactVersion":"1"},{"artifactName":"service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar","artifactChecksum":"YTczMjUyMGVmYzcwOWY1MjNkNTg1MjliNDhmMDY5YmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9d9e86a-7101-40f7-8e5d-673d6f6f4124","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004381159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004382832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004382053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004385610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004383283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004381159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004382832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004382053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004385610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004383283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004381159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004382832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004382053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.445Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004388880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.445Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.446Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004385610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004383283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004390085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004381159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004382832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004382053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004388880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004385610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004383283,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:00:32.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004390085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004382832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:00:32.449Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.449Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.449Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004392015,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:00:32.449Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.449Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.449Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004390858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:00:32.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004388880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004385610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.450Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004390085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004391647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004391864,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004388880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.451Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004385610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004390085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004394063,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.452Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "cds",
  "timestamp": 1657004392655,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:00:32.470Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4db838c-02fc-4a65-8902-49b824b3b665
2022-07-05T07:00:32.470Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4db838c-02fc-4a65-8902-49b824b3b665 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:00:32.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "policy-id",
  "timestamp": 1657004392869,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:00:32.483Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4db838c-02fc-4a65-8902-49b824b3b665
2022-07-05T07:00:32.483Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4db838c-02fc-4a65-8902-49b824b3b665 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:00:32.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004388880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004385610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004390085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004395068,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:00:32.502Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4db838c-02fc-4a65-8902-49b824b3b665
2022-07-05T07:00:32.502Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4db838c-02fc-4a65-8902-49b824b3b665 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:00:32.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004388880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:00:32.513Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004385610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:00:32.514Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.514Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.514Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004390085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.515Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004388880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.515Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.515Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004390085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.516Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.516Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.516Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004388880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:32.517Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.517Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.517Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004390085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:00:32.518Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:00:32.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.518Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004397710,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:00:32.518Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.518Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004398884,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:00:32.519Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.519Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.519Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004398747,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T07:00:32.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.520Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.520Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004397536,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:00:32.520Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.521Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.522Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004399752,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:00:32.526Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a4db838c-02fc-4a65-8902-49b824b3b665
2022-07-05T07:00:32.527Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4db838c-02fc-4a65-8902-49b824b3b665 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:00:32.537Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.537Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004399541,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:00:32.537Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "clamp",
  "timestamp": 1657004400544,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:00:32.544Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4db838c-02fc-4a65-8902-49b824b3b665
2022-07-05T07:00:32.545Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4db838c-02fc-4a65-8902-49b824b3b665 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:00:32.553Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.554Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004405564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:00:32.554Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:00:32.555Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:00:32.555Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "aai-ml",
  "timestamp": 1657004406568,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
2022-07-05T07:00:32.556Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-07-05T07:00:32.557Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:32.557Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:00:32.569Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4db838c-02fc-4a65-8902-49b824b3b665
2022-07-05T07:00:32.570Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4db838c-02fc-4a65-8902-49b824b3b665 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:00:32.579Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:32.579Z||pool-89-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:00:33.450Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:00:33.450Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:33.452Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:33.452Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:33.552Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:00:33.554Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:33.554Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:33.570Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:33.570Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:00:34.453Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:00:34.454Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:34.456Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:34.456Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:34.556Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:00:34.557Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:34.557Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:34.587Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:34.587Z||pool-91-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:00:35.457Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:00:35.457Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:35.459Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:35.460Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:35.560Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:00:35.560Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:35.561Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:35.576Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:35.577Z||pool-92-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:00:36.460Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:00:36.461Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:36.463Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:36.463Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:36.563Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:00:36.564Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:36.564Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:36.578Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:36.578Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:00:37.464Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:00:37.465Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:37.466Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:37.467Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:37.567Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:00:37.568Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:37.568Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:37.584Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:37.586Z||pool-94-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:00:38.467Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:00:38.468Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:38.470Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:38.470Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:00:38.570Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:00:38.571Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:38.571Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:38.587Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:38.588Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:00:39.470Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:00:39.471Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:39.473Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:39.473Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:00:39.573Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:00:39.574Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:39.574Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:39.592Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:39.593Z||pool-96-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:00:40.474Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "serviceName": "Demo_pNF_hhY62PGqH0cRDElso4L0",
  "serviceVersion": "1.0",
  "serviceUUID": "8da35c41-e2fd-418e-b31a-f9eeaf10b1c5",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "07656752-50a0-4ed7-8979-4cef7e6da5bf",
  "resources": [
    {
      "resourceInstanceName": "pNF caefba6c-4f93 0",
      "resourceCustomizationUUID": "aaa4ac3a-6483-40f1-a677-26a6cb3da302",
      "resourceName": "pNF caefba6c-4f93",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "f337eadb-7f2c-45fa-88a3-03991b3c0d1c",
      "resourceInvariantUUID": "2d55fa64-26a1-4a5f-a646-d8c59cd183f8",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
      "artifactChecksum": "YTczMjUyMGVmYzcwOWY1MjNkNTg1MjliNDhmMDY5YmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d9d9e86a-7101-40f7-8e5d-673d6f6f4124"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T07:00:40.474Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T07:00:40.475Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8da35c41-e2fd-418e-b31a-f9eeaf10b1c5 ASDC
2022-07-05T07:00:40.475Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a4db838c-02fc-4a65-8902-49b824b3b665
ServiceName:Demo_pNF_hhY62PGqH0cRDElso4L0
ServiceVersion:1.0
ServiceUUID:8da35c41-e2fd-418e-b31a-f9eeaf10b1c5
ServiceInvariantUUID:07656752-50a0-4ed7-8979-4cef7e6da5bf
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
ArtifactUUID:d9d9e86a-7101-40f7-8e5d-673d6f6f4124
ArtifactChecksum:YTczMjUyMGVmYzcwOWY1MjNkNTg1MjliNDhmMDY5YmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF caefba6c-4f93 0
ResourceCustomizationUUID:aaa4ac3a-6483-40f1-a677-26a6cb3da302
ResourceInvariantUUID:2d55fa64-26a1-4a5f-a646-d8c59cd183f8
ResourceName:pNF caefba6c-4f93
ResourceType:PNF
ResourceUUID:f337eadb-7f2c-45fa-88a3-03991b3c0d1c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-05T07:00:40.475Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8da35c41-e2fd-418e-b31a-f9eeaf10b1c5 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T07:00:40.500Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:00:40.501Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-05T07:00:40.501Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-05T07:00:40.501Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: d9d9e86a-7101-40f7-8e5d-673d6f6f4124 from URL: /sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:40.501Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-07-05T07:00:40.502Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:40.609Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-07-05T07:00:40.613Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar d9d9e86a-7101-40f7-8e5d-673d6f6f4124 82648
2022-07-05T07:00:40.613Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar ASDC sendASDCNotification
2022-07-05T07:00:40.613Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:40.613Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:00:40.614Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:40.615Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:40.616Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:00:40.716Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:00:40.716Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:40.717Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:40.735Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:40.735Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:00:41.616Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:00:41.617Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-07-05T07:00:41.618Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: d9d9e86a-7101-40f7-8e5d-673d6f6f4124, URL: /sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar to file: /app/ASDC/1/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:41.618Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:41.619Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:41.619Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:41.756Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16750045246064942169/Definitions/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml
2022-07-05T07:00:42.592Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T07:00:42.592Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-05T07:00:42.592Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:42.592Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-05T07:00:42.593Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||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-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:42.593Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:42.593Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||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-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:42.593Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||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-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:42.593Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||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-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:42.593Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF caefba6c-4f93 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-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:42.593Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||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-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:42.593Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-07-05T07:00:42.593Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:00:42.594Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hhY62PGqH0cRDElso4L0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:00:42.594Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Node template pNF caefba6c-4f93 0 is matching search criteria
2022-07-05T07:00:42.594Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-05T07:00:42.594Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF caefba6c-4f93 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T07:00:42.594Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:00:42.595Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hhY62PGqH0cRDElso4L0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:00:42.595Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Node template pNF caefba6c-4f93 0 is matching search criteria
2022-07-05T07:00:42.595Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-07-05T07:00:42.595Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF caefba6c-4f93 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T07:00:42.595Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:00:42.595Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hhY62PGqH0cRDElso4L0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:00:42.595Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:00:42.595Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hhY62PGqH0cRDElso4L0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:00:42.596Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:00:42.596Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hhY62PGqH0cRDElso4L0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:00:42.596Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:00:42.596Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hhY62PGqH0cRDElso4L0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:00:42.596Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:00:42.596Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hhY62PGqH0cRDElso4L0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:00:42.597Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hhY62PGqH0cRDElso4L0
Description:catalog service description
Model UUID:8da35c41-e2fd-418e-b31a-f9eeaf10b1c5
Model Version:NULL
Model InvariantUuid:07656752-50a0-4ed7-8979-4cef7e6da5bf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T07:00:42.603Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: f337eadb-7f2c-45fa-88a3-03991b3c0d1c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:00:42.607Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||pNF caefba6c-4f93 0
2022-07-05T07:00:42.607Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f337eadb-7f2c-45fa-88a3-03991b3c0d1c
2022-07-05T07:00:42.607Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 8da35c41-e2fd-418e-b31a-f9eeaf10b1c5
2022-07-05T07:00:42.607Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 8da35c41-e2fd-418e-b31a-f9eeaf10b1c5
2022-07-05T07:00:42.607Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF caefba6c-4f93 0 f337eadb-7f2c-45fa-88a3-03991b3c0d1c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:00:42.611Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3845174a, org.onap.sdc.toscaparser.api.parameters.Input@5e87da88, org.onap.sdc.toscaparser.api.parameters.Input@793d883, org.onap.sdc.toscaparser.api.parameters.Input@47874531, org.onap.sdc.toscaparser.api.parameters.Input@5768e5cc]
2022-07-05T07:00:42.612Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:00:42.612Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hhY62PGqH0cRDElso4L0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:00:42.612Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 8da35c41-e2fd-418e-b31a-f9eeaf10b1c5: pNF caefba6c-4f93
2022-07-05T07:00:42.612Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||Processing PNF resource: f337eadb-7f2c-45fa-88a3-03991b3c0d1c
2022-07-05T07:00:42.612Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:00:42.613Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_hhY62PGqH0cRDElso4L0 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:00:42.613Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||Resource customization UUID: aaa4ac3a-6483-40f1-a677-26a6cb3da302 is the same as notified resource customizationUUID: aaa4ac3a-6483-40f1-a677-26a6cb3da302
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-05T07:00:42.647Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF caefba6c-4f93 f337eadb-7f2c-45fa-88a3-03991b3c0d1c 0 ASDC deployResourceStructure
2022-07-05T07:00:42.647Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar ASDC sendASDCNotification
2022-07-05T07:00:42.647Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar
2022-07-05T07:00:42.647Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:00:42.647Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:00:42.649Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:00:42.649Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004442647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:00:42.749Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:00:42.751Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:00:42.751Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:00:42.769Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:00:42.770Z||pool-98-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:00:43.650Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4db838c-02fc-4a65-8902-49b824b3b665
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:00:43.660Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4db838c-02fc-4a65-8902-49b824b3b665
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:00:43.662Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:00:43.662Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T07:00:43.662Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T07:00:43.663Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T07:00:43.663Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:00:43.663Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:00:43.663Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:00:43.663Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:00:43.663Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:00:43.663Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:00:43.663Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:00:43.663Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:00:43.667Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T07:01:13.668Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4db838c-02fc-4a65-8902-49b824b3b665 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T07:01:13.672Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4db838c-02fc-4a65-8902-49b824b3b665 and serviceModelVersionId: 8da35c41-e2fd-418e-b31a-f9eeaf10b1c5
2022-07-05T07:01:13.673Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 07656752-50a0-4ed7-8979-4cef7e6da5bf
2022-07-05T07:01:13.674Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/07656752-50a0-4ed7-8979-4cef7e6da5bf/model-vers/model-ver/8da35c41-e2fd-418e-b31a-f9eeaf10b1c5?depth=0
2022-07-05T07:01:13.678Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T07:01:13.728Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07656752-50a0-4ed7-8979-4cef7e6da5bf/model-vers/model-ver/8da35c41-e2fd-418e-b31a-f9eeaf10b1c5?depth=0|INFO|500||Invoke
2022-07-05T07:01:13.729Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07656752-50a0-4ed7-8979-4cef7e6da5bf/model-vers/model-ver/8da35c41-e2fd-418e-b31a-f9eeaf10b1c5?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07656752-50a0-4ed7-8979-4cef7e6da5bf/model-vers/model-ver/8da35c41-e2fd-418e-b31a-f9eeaf10b1c5?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4db838c-02fc-4a65-8902-49b824b3b665], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2a99f0f9-935c-4b9d-8764-15bd198e3686], X-ECOMP-RequestID=[a4db838c-02fc-4a65-8902-49b824b3b665], X-TransactionId=[], X-ONAP-RequestID=[a4db838c-02fc-4a65-8902-49b824b3b665], Content-Type=[application/merge-patch+json]}
2022-07-05T07:01:13.748Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07656752-50a0-4ed7-8979-4cef7e6da5bf/model-vers/model-ver/8da35c41-e2fd-418e-b31a-f9eeaf10b1c5?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T07:01:13.844Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07656752-50a0-4ed7-8979-4cef7e6da5bf/model-vers/model-ver/8da35c41-e2fd-418e-b31a-f9eeaf10b1c5?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/07656752-50a0-4ed7-8979-4cef7e6da5bf/model-vers/model-ver/8da35c41-e2fd-418e-b31a-f9eeaf10b1c5?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220705-07:01:13:040-85055], vertex-id=[233504], Content-Length=[0], Date=[Tue, 05 Jul 2022 07:01:13 GMT], Content-Type=[application/json]}
2022-07-05T07:01:13.845Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07656752-50a0-4ed7-8979-4cef7e6da5bf/model-vers/model-ver/8da35c41-e2fd-418e-b31a-f9eeaf10b1c5?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T07:01:13.845Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/07656752-50a0-4ed7-8979-4cef7e6da5bf/model-vers/model-ver/8da35c41-e2fd-418e-b31a-f9eeaf10b1c5?depth=0|INFO|500||InvokeReturn
2022-07-05T07:01:13.845Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T07:01:13.846Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:01:13.850Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T07:01:13.850Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4db838c-02fc-4a65-8902-49b824b3b665 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T07:01:13.850Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T07:01:13.851Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:01:13.852Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:01:13.853Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004473850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:01:13.953Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:01:13.954Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:01:13.954Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:01:14.001Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:01:14.001Z||pool-99-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T07:01:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:01:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:01:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:01:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:01:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:01:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:01:31.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:01:31.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:01:31.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:01:31.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:01:41.381Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:02:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:02:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:02:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:02:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:02:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:02:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:02:32.326Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:02:32.327Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.327Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:02:32.327Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/resourceInstances/pnfcaefba6c4f930/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.328Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004431790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004440613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004442647,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHhy62pgqh0crdelso4l0/1.0/artifacts/service-DemoPnfHhy62pgqh0crdelso4l0-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:02:32.329Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-07-05T07:02:32.330Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4db838c-02fc-4a65-8902-49b824b3b665",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004473850,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:02:32.330Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:02:41.359Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:03:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:03:31.792Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:03:31.792Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:03:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:03:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:03:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:03:41.358Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:03:41.359Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:31.790Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:04:31.792Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:04:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:04:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:04:31.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:32.441Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:32.441Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:32.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"2da7f006-8fb7-4f4e-9b95-94b15c03c3d7","serviceName":"Demo_pNF_Uv8Hkl4pVx3uaFwze6w5","serviceVersion":"1.0","serviceUUID":"ba08e6dd-4bfb-4ff7-aacb-51687c617621","serviceDescription":"catalog service description","serviceInvariantUUID":"b4a554cb-d321-4be1-867a-2e1249e0594a","resources":[{"resourceInstanceName":"pNF aab8de92-357a 0","resourceName":"pNF aab8de92-357a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ddd3c682-a360-49d7-9a18-487bd442cfa2","resourceInvariantUUID":"f6f2f214-a57d-45ad-bbfc-2fce63b3e54e","resourceCustomizationUUID":"bf912f73-ef66-4262-87bc-73db930345f6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml","artifactChecksum":"ODIzNTM2MjBjYTNkMTRmYTRiMTBiYWVlNDkwZjM3NTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4ba8d3d4-33d7-487b-b0af-50ff5f5976dd","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar","artifactChecksum":"MDY0MWViNjMwN2FiNTA4NGIwNzI0Mzc1YWVjN2Q3MzM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce86224a-2220-493d-a857-35595816a651","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"41b953f7-231b-4b39-821f-86aa05af1a69","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml","artifactChecksum":"M2NjODc1Njg3NDhhMWY3NTMxMDFhMzVmNjdiNTEyYzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c18ad170-7b4c-49b8-8073-7bfae388ab2a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"59b658c6-73bd-4202-a9d9-84fdb82a45f8","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a95c8bee-f526-45b8-ae5a-ea366088bcd8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml","artifactChecksum":"YzE2MGRjNGI5NzhiNWY4ODQ2NGFmMGJkY2NlZGQ2MTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"034fcc78-cb5b-49ce-8dcc-ae71e875aad3","artifactVersion":"1"},{"artifactName":"service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar","artifactChecksum":"NjlhMzQxZmNkZjQ5Y2U4NDdkODViMjYyYjU0NzljMGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"90592ed2-0858-4179-8948-c2aecab92894","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T07:04:32.443Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.443Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004623282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.443Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004622832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004622053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004621159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004625610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.444Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004623282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004622832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004622053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.445Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004621159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.445Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.446Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:32.446Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004625610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.446Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.446Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.447Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004623282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.447Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.447Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.447Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004622832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.447Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.447Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.447Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004628880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.448Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.448Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.448Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004622053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.448Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.448Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.448Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:32.448Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004621159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.449Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.449Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.449Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.449Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004625610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.449Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.449Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.449Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004630085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.450Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.450Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.450Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004623282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.450Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.450Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.450Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004622832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.451Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.451Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.451Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004628880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.451Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.451Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.451Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004621159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.451Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.452Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.452Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004622053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.452Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.452Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.452Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004625610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.452Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.453Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.453Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004630085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.453Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.453Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.453Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004623282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.453Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.454Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.454Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004622832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.454Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.454Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.454Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004628880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.454Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.454Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.455Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004622053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.455Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.455Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.455Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004621159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.455Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.455Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.455Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004625610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.456Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.456Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.456Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004630085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.456Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.456Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.456Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004623282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.456Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.457Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.457Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004622832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.457Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.457Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.457Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004628880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.457Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.458Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.458Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004621159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.458Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.458Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.458Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004622053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.458Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.458Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.459Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004625610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.459Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.459Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.459Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004630085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.459Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.459Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.459Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004623282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.460Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.460Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.460Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004622832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.461Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.461Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.461Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004628880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.461Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.462Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.462Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004621159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.462Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.462Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.462Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004622053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.463Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.463Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.463Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004625610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.463Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.463Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.463Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004630085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.463Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.464Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.464Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657004623282,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:04:32.464Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.464Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.464Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004622832,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:04:32.464Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.465Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.465Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004628880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:04:32.465Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.465Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.465Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004621159,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:04:32.465Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.465Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.466Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004622053,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:04:32.466Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.466Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.466Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004625610,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:04:32.466Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.466Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.466Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004630085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.467Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.467Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.467Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004628880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.467Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.467Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.467Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004635093,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:04:32.468Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.468Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.468Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004636613,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:04:32.468Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.468Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.468Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004635177,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:04:32.469Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.469Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.469Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004630085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.469Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.469Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.469Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004628880,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:32.469Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.470Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.470Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "cds",
  "timestamp": 1657004636103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:04:32.487Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7
2022-07-05T07:04:32.488Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:04:32.495Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.496Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004636184,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:04:32.496Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.496Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.496Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004630085,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:04:32.497Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:04:32.497Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.497Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004637689,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:04:32.497Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.497Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.497Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004638657,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:04:32.498Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.498Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.498Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "policy-id",
  "timestamp": 1657004637189,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:04:32.504Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7
2022-07-05T07:04:32.504Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:04:32.511Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.511Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004638997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:04:32.512Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.512Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.512Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004638723,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T07:04:32.512Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.512Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.512Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657004639661,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:04:32.522Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7
2022-07-05T07:04:32.522Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:04:32.530Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.531Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657004639726,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:04:32.535Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7
2022-07-05T07:04:32.535Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:04:32.542Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.543Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004638559,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:04:32.543Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.543Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.543Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004640569,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:04:32.544Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.544Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.544Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "clamp",
  "timestamp": 1657004641572,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:04:32.549Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:32.550Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:32.551Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:32.558Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7
2022-07-05T07:04:32.558Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:04:32.570Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:32.570Z||pool-100-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:04:32.573Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.574Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004648214,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:04:32.574Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:04:32.574Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||received message from topic
2022-07-05T07:04:32.574Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "aai-ml",
  "timestamp": 1657004649218,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:04:32.589Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7
2022-07-05T07:04:32.590Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:04:33.450Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:04:33.450Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:33.452Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:33.452Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:33.552Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:33.553Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:33.553Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:33.569Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:33.569Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:04:34.452Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:04:34.453Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:34.456Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:34.456Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:34.556Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:34.557Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:34.557Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:34.573Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:34.573Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:04:35.456Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:04:35.457Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:35.460Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:35.460Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:35.560Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:35.560Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:35.561Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:35.576Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:35.577Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:04:36.460Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:04:36.461Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:36.463Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:36.463Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:36.563Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:36.564Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:36.564Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:36.580Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:36.580Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:04:37.464Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:04:37.465Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:37.466Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:37.466Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:37.566Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:37.567Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:37.567Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:37.584Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:37.584Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:04:38.467Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:04:38.469Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:38.471Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:38.471Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:04:38.571Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:38.572Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:38.572Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:38.588Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:38.589Z||pool-106-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:04:39.471Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:04:39.472Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:39.474Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:39.474Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:04:39.574Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:39.576Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:39.576Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:39.592Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:39.593Z||pool-107-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:04:40.476Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "serviceName": "Demo_pNF_Uv8Hkl4pVx3uaFwze6w5",
  "serviceVersion": "1.0",
  "serviceUUID": "ba08e6dd-4bfb-4ff7-aacb-51687c617621",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "b4a554cb-d321-4be1-867a-2e1249e0594a",
  "resources": [
    {
      "resourceInstanceName": "pNF aab8de92-357a 0",
      "resourceCustomizationUUID": "bf912f73-ef66-4262-87bc-73db930345f6",
      "resourceName": "pNF aab8de92-357a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ddd3c682-a360-49d7-9a18-487bd442cfa2",
      "resourceInvariantUUID": "f6f2f214-a57d-45ad-bbfc-2fce63b3e54e",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
      "artifactChecksum": "NjlhMzQxZmNkZjQ5Y2U4NDdkODViMjYyYjU0NzljMGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "90592ed2-0858-4179-8948-c2aecab92894"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T07:04:40.476Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T07:04:40.476Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ba08e6dd-4bfb-4ff7-aacb-51687c617621 ASDC
2022-07-05T07:04:40.477Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:2da7f006-8fb7-4f4e-9b95-94b15c03c3d7
ServiceName:Demo_pNF_Uv8Hkl4pVx3uaFwze6w5
ServiceVersion:1.0
ServiceUUID:ba08e6dd-4bfb-4ff7-aacb-51687c617621
ServiceInvariantUUID:b4a554cb-d321-4be1-867a-2e1249e0594a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
ArtifactUUID:90592ed2-0858-4179-8948-c2aecab92894
ArtifactChecksum:NjlhMzQxZmNkZjQ5Y2U4NDdkODViMjYyYjU0NzljMGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF aab8de92-357a 0
ResourceCustomizationUUID:bf912f73-ef66-4262-87bc-73db930345f6
ResourceInvariantUUID:f6f2f214-a57d-45ad-bbfc-2fce63b3e54e
ResourceName:pNF aab8de92-357a
ResourceType:PNF
ResourceUUID:ddd3c682-a360-49d7-9a18-487bd442cfa2
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-05T07:04:40.477Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba08e6dd-4bfb-4ff7-aacb-51687c617621 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T07:04:40.504Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:04:40.505Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T07:04:40.505Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T07:04:40.505Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 90592ed2-0858-4179-8948-c2aecab92894 from URL: /sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:40.505Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-07-05T07:04:40.506Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:40.686Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-07-05T07:04:40.697Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar 90592ed2-0858-4179-8948-c2aecab92894 82637
2022-07-05T07:04:40.697Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar ASDC sendASDCNotification
2022-07-05T07:04:40.697Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:40.697Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:04:40.697Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:40.699Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:40.699Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004680697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:04:40.799Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:40.800Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:40.801Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:40.817Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:40.817Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:04:41.700Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:04:41.701Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-07-05T07:04:41.701Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 90592ed2-0858-4179-8948-c2aecab92894, URL: /sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar to file: /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:41.701Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:41.702Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:41.702Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:41.845Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3555549719309380391/Definitions/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml
2022-07-05T07:04:42.670Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T07:04:42.670Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T07:04:42.670Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF aab8de92-357a 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-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-07-05T07:04:42.671Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:04:42.672Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Uv8Hkl4pVx3uaFwze6w5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:04:42.672Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Node template pNF aab8de92-357a 0 is matching search criteria
2022-07-05T07:04:42.672Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T07:04:42.672Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF aab8de92-357a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T07:04:42.672Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:04:42.673Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Uv8Hkl4pVx3uaFwze6w5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:04:42.673Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Node template pNF aab8de92-357a 0 is matching search criteria
2022-07-05T07:04:42.673Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-07-05T07:04:42.673Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Found topology templates [pNF aab8de92-357a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T07:04:42.673Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:04:42.673Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Uv8Hkl4pVx3uaFwze6w5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:04:42.673Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:04:42.673Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Uv8Hkl4pVx3uaFwze6w5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:04:42.674Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:04:42.674Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Uv8Hkl4pVx3uaFwze6w5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:04:42.674Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:04:42.674Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Uv8Hkl4pVx3uaFwze6w5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:04:42.674Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:04:42.674Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Uv8Hkl4pVx3uaFwze6w5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:04:42.674Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_Uv8Hkl4pVx3uaFwze6w5
Description:catalog service description
Model UUID:ba08e6dd-4bfb-4ff7-aacb-51687c617621
Model Version:NULL
Model InvariantUuid:b4a554cb-d321-4be1-867a-2e1249e0594a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T07:04:42.682Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: ddd3c682-a360-49d7-9a18-487bd442cfa2
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:04:42.685Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||pNF aab8de92-357a 0
2022-07-05T07:04:42.685Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ddd3c682-a360-49d7-9a18-487bd442cfa2
2022-07-05T07:04:42.685Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||No resources found for Service: ba08e6dd-4bfb-4ff7-aacb-51687c617621
2022-07-05T07:04:42.686Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: ba08e6dd-4bfb-4ff7-aacb-51687c617621
2022-07-05T07:04:42.686Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF aab8de92-357a 0 ddd3c682-a360-49d7-9a18-487bd442cfa2 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:04:42.689Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@283eea43, org.onap.sdc.toscaparser.api.parameters.Input@63bbcd60, org.onap.sdc.toscaparser.api.parameters.Input@2755875c, org.onap.sdc.toscaparser.api.parameters.Input@6c7d938c, org.onap.sdc.toscaparser.api.parameters.Input@334e10b2]
2022-07-05T07:04:42.691Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:04:42.691Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Uv8Hkl4pVx3uaFwze6w5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:04:42.692Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid ba08e6dd-4bfb-4ff7-aacb-51687c617621: pNF aab8de92-357a
2022-07-05T07:04:42.692Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||Processing PNF resource: ddd3c682-a360-49d7-9a18-487bd442cfa2
2022-07-05T07:04:42.692Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:04:42.693Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Service Demo_pNF_Uv8Hkl4pVx3uaFwze6w5 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-07-05T07:04:42.693Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||Resource customization UUID: bf912f73-ef66-4262-87bc-73db930345f6 is the same as notified resource customizationUUID: bf912f73-ef66-4262-87bc-73db930345f6
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-05T07:04:42.725Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF aab8de92-357a ddd3c682-a360-49d7-9a18-487bd442cfa2 0 ASDC deployResourceStructure
2022-07-05T07:04:42.726Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar ASDC sendASDCNotification
2022-07-05T07:04:42.726Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar
2022-07-05T07:04:42.727Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:04:42.727Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:04:42.729Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:04:42.729Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004682726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:04:42.829Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:04:42.830Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:04:42.830Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:04:42.845Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:04:42.845Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:04:43.730Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:04:43.745Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:04:43.749Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:04:43.749Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T07:04:43.749Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T07:04:43.749Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T07:04:43.750Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:04:43.750Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:04:43.750Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:04:43.750Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:04:43.750Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:04:43.750Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:04:43.750Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:04:43.751Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:04:43.755Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T07:05:13.755Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T07:05:13.763Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7 and serviceModelVersionId: ba08e6dd-4bfb-4ff7-aacb-51687c617621
2022-07-05T07:05:13.763Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b4a554cb-d321-4be1-867a-2e1249e0594a
2022-07-05T07:05:13.764Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b4a554cb-d321-4be1-867a-2e1249e0594a/model-vers/model-ver/ba08e6dd-4bfb-4ff7-aacb-51687c617621?depth=0
2022-07-05T07:05:13.770Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T07:05:13.820Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a554cb-d321-4be1-867a-2e1249e0594a/model-vers/model-ver/ba08e6dd-4bfb-4ff7-aacb-51687c617621?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-05T07:05:13.822Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a554cb-d321-4be1-867a-2e1249e0594a/model-vers/model-ver/ba08e6dd-4bfb-4ff7-aacb-51687c617621?depth=0|INFO|500||Invoke
2022-07-05T07:05:13.839Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a554cb-d321-4be1-867a-2e1249e0594a/model-vers/model-ver/ba08e6dd-4bfb-4ff7-aacb-51687c617621?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T07:05:13.940Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a554cb-d321-4be1-867a-2e1249e0594a/model-vers/model-ver/ba08e6dd-4bfb-4ff7-aacb-51687c617621?depth=0|INFO|500||InvokeReturn
2022-07-05T07:05:13.944Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b4a554cb-d321-4be1-867a-2e1249e0594a/model-vers/model-ver/ba08e6dd-4bfb-4ff7-aacb-51687c617621?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220705-07:05:13:131-97438], vertex-id=[454728], Content-Length=[0], Date=[Tue, 05 Jul 2022 07:05:13 GMT], Content-Type=[application/json]}
2022-07-05T07:05:13.945Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity.
2022-07-05T07:05:13.945Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T07:05:13.945Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:05:13.950Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-07-05T07:05:13.950Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2da7f006-8fb7-4f4e-9b95-94b15c03c3d7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T07:05:13.950Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T07:05:13.951Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:05:13.952Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:05:13.953Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004713950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:05:14.053Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:05:14.053Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:05:14.054Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:05:14.081Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:05:14.082Z||pool-110-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T07:05:31.791Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:05:31.792Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:05:31.792Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:05:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:05:31.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:05:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:05:31.933Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:05:31.934Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:05:31.934Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:05:31.934Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:05:41.351Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:06:31.790Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:06:31.791Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:06:31.791Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:06:31.794Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:06:31.794Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:06:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:06:32.325Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:06:32.325Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.325Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:06:32.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:06:32.326Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.326Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:06:32.326Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/resourceInstances/pnfaab8de92357a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.327Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004671790,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004680697,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004682726,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv8hkl4pvx3uafwze6w5/1.0/artifacts/service-DemoPnfUv8hkl4pvx3uafwze6w5-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2da7f006-8fb7-4f4e-9b95-94b15c03c3d7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657004713950,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:06:32.328Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:06:41.352Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:07:31.790Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:07:31.791Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:07:31.791Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:07:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:07:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:07:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:07:41.400Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:07:41.401Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:08:31.790Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:08:31.791Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:08:31.791Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:08:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:08:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:08:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:08:41.361Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:08:41.362Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:09:31.790Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:09:31.791Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:09:31.791Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:09:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:09:31.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:09:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:09:41.351Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:09:41.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:10:31.790Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:10:31.792Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:10:31.793Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:10:31.794Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:10:31.794Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:10:31.794Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:10:41.361Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:10:41.365Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:11:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:11:31.791Z||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-07-05T07:11:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:11:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:11:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:11:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:11:41.356Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:11:41.356Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:31.790Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:12:31.791Z||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-07-05T07:12:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:12:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:12:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:32.111Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:32.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.112Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.113Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.114Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.115Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.116Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.117Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.118Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.118Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.118Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.118Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.118Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.118Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.118Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.118Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.119Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.120Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.121Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.122Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.123Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.124Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.125Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005131159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005132832,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005128880,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.126Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.127Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005147128,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005145653,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005135610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.128Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.129Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.129Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.129Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.129Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.129Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.130Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.130Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.130Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.130Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.130Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.130Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.130Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.131Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.131Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.131Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.131Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.131Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.131Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.131Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.131Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.132Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.132Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.132Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005149721,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:12:32.132Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:12:32.132Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.132Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005140085,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.133Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.133Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.133Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "cds",
  "timestamp": 1657005148458,
  "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-07-05T07:12:32.149Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1a407544-2f4d-4356-9b4d-ba5398c7c516
2022-07-05T07:12:32.150Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a407544-2f4d-4356-9b4d-ba5398c7c516 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:12:32.156Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.156Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.157Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.157Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.157Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-05T07:12:32.157Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.157Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.157Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005150726,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:12:32.162Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1a407544-2f4d-4356-9b4d-ba5398c7c516
2022-07-05T07:12:32.162Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a407544-2f4d-4356-9b4d-ba5398c7c516 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:12:32.168Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.169Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005150867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:32.169Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:12:32.169Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.169Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.169Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.169Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.170Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.170Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.170Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.170Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005149644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:32.170Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:12:32.170Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.170Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.171Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:12:32.427Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:32.427Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:12:32.427Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"1a407544-2f4d-4356-9b4d-ba5398c7c516","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"d52c9fe3-3ddd-4730-a54d-d826d6ec57cd","serviceDescription":"service","serviceInvariantUUID":"4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"647552d3-7db2-41de-a1de-f2470afe90cb","resourceInvariantUUID":"f558daf0-3de5-42ab-8051-6ea872925f03","resourceCustomizationUUID":"116580dd-32d5-45b0-a98e-ba1af121dd4e","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":"MmQ3ZmFjNzQ5N2IwZTg3OGQ0OWM0OTIzMTIxMDA5ZDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ffff6a95-c493-499a-a1da-412397cfe7c3","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":"MzFjNjg5MDcwMzk3N2U3ZTQ2MmVlOTNlNWI5MjNhNjQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"3f8eb8c5-3e10-454e-ad83-ebadbd6b37a1","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":"02cd3169-e46e-4357-b909-fb9f5c95fa6f","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":"2cd2966b-2f77-4ad7-a397-91ed0b5ca13c","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":"d5f12af5-ad0f-464b-b14d-1f39a7bc4337","artifactVersion":"2","generatedFromUUID":"4f5753c6-ee63-4cdd-94e7-e1a89ccc8924"},{"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":"084a19c3-551a-4d59-bee1-3f782a12cd62","artifactVersion":"2","generatedFromUUID":"02cd3169-e46e-4357-b909-fb9f5c95fa6f"},{"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":"4f5753c6-ee63-4cdd-94e7-e1a89ccc8924","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":"f28ceb53-0047-49a3-95bd-617c2cbb4127","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":"ZWY0ZjQ4NzhjMTA2MjExY2NkNzM1M2Q5NDE2MDUzZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b6f700dc-4756-409a-9e54-bbe3382b87ce","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZTU3ZTJmYTFhYmNhOWEwYjhkOWJiZjAzNzcxYWNlN2E\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f49ade87-cef5-4a11-a721-7a3dd56e24d6","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T07:12:32.429Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:32.430Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:32.432Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:32.432Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:32.532Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:32.533Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:32.533Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:32.555Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:32.555Z||pool-111-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:33.433Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:33.436Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:33.437Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:33.437Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T07:12:33.538Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:33.538Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:33.539Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:33.565Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:33.566Z||pool-112-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:34.438Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:34.439Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:34.440Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:34.440Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:12:34.541Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:34.542Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:34.543Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:34.558Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:34.558Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:35.441Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:35.442Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:35.443Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:35.443Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:35.543Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:35.544Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:35.544Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:35.559Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:35.560Z||pool-114-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:36.444Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:36.450Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:36.451Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:36.451Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-05T07:12:36.552Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:36.552Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:36.553Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:36.567Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:36.568Z||pool-115-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:37.452Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:37.452Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:37.454Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:37.455Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-05T07:12:37.556Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:37.557Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:37.558Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:37.574Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:37.575Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:12:38.455Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:38.456Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:38.457Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:38.458Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-05T07:12:38.558Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:38.559Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:38.559Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:38.574Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:38.574Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:39.458Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:39.459Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:39.461Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:39.461Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:39.561Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:39.562Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:39.562Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:39.577Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:39.578Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:12:40.462Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:40.463Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:40.466Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:40.466Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:12:40.566Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:40.568Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:40.568Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:40.585Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:40.586Z||pool-119-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:12:41.467Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:12:41.467Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:41.469Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:41.469Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:12:41.569Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T07:12:41.570Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:41.571Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:41.603Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:41.604Z||pool-120-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:42.471Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "d52c9fe3-3ddd-4730-a54d-d826d6ec57cd",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "116580dd-32d5-45b0-a98e-ba1af121dd4e",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "647552d3-7db2-41de-a1de-f2470afe90cb",
      "resourceInvariantUUID": "f558daf0-3de5-42ab-8051-6ea872925f03",
      "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": "MzFjNjg5MDcwMzk3N2U3ZTQ2MmVlOTNlNWI5MjNhNjQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "3f8eb8c5-3e10-454e-ad83-ebadbd6b37a1",
          "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": "02cd3169-e46e-4357-b909-fb9f5c95fa6f",
          "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": "084a19c3-551a-4d59-bee1-3f782a12cd62",
            "generatedFromUUID": "02cd3169-e46e-4357-b909-fb9f5c95fa6f"
          },
          "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": "d5f12af5-ad0f-464b-b14d-1f39a7bc4337",
          "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": "084a19c3-551a-4d59-bee1-3f782a12cd62",
          "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": "4f5753c6-ee63-4cdd-94e7-e1a89ccc8924",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZTU3ZTJmYTFhYmNhOWEwYjhkOWJiZjAzNzcxYWNlN2E\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f49ade87-cef5-4a11-a721-7a3dd56e24d6"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T07:12:42.471Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T07:12:42.471Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d52c9fe3-3ddd-4730-a54d-d826d6ec57cd ASDC
2022-07-05T07:12:42.472Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:1a407544-2f4d-4356-9b4d-ba5398c7c516
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:d52c9fe3-3ddd-4730-a54d-d826d6ec57cd
ServiceInvariantUUID:4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621
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:f49ade87-cef5-4a11-a721-7a3dd56e24d6
ArtifactChecksum:ZTU3ZTJmYTFhYmNhOWEwYjhkOWJiZjAzNzcxYWNlN2E=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:116580dd-32d5-45b0-a98e-ba1af121dd4e
ResourceInvariantUUID:f558daf0-3de5-42ab-8051-6ea872925f03
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:647552d3-7db2-41de-a1de-f2470afe90cb
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:3f8eb8c5-3e10-454e-ad83-ebadbd6b37a1
ArtifactChecksum:MzFjNjg5MDcwMzk3N2U3ZTQ2MmVlOTNlNWI5MjNhNjQ=
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:02cd3169-e46e-4357-b909-fb9f5c95fa6f
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:084a19c3-551a-4d59-bee1-3f782a12cd62
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:d5f12af5-ad0f-464b-b14d-1f39a7bc4337
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:084a19c3-551a-4d59-bee1-3f782a12cd62
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:4f5753c6-ee63-4cdd-94e7-e1a89ccc8924
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T07:12:42.472Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d52c9fe3-3ddd-4730-a54d-d826d6ec57cd ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T07:12:42.509Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:12:42.510Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-05T07:12:42.510Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-05T07:12:42.510Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f49ade87-cef5-4a11-a721-7a3dd56e24d6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-07-05T07:12:42.510Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:12:42.510Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:42.672Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:12:42.679Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f49ade87-cef5-4a11-a721-7a3dd56e24d6 158208
2022-07-05T07:12:42.680Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:42.680Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:42.680Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:12:42.680Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:42.682Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:42.682Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005162680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:42.782Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:42.783Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:42.783Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:42.797Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:42.797Z||pool-121-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:12:43.683Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:12:43.684Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-05T07:12:43.684Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f49ade87-cef5-4a11-a721-7a3dd56e24d6, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-05T07:12:43.684Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-07-05T07:12:43.685Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-05T07:12:43.685Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-05T07:12:43.854Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4169479053843460844/Definitions/service-BasicCnfMacro-template.yml
2022-07-05T07:12:45.018Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T07:12:45.019Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-05T07:12:45.019Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-07-05T07:12:45.019Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-07-05T07:12:45.019Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.019Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.019Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.019Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.019Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-05T07:12:45.020Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.020Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.020Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T07:12:45.020Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-05T07:12:45.020Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.021Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.021Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.021Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T07:12:45.021Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-05T07:12:45.021Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.021Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.021Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.022Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.022Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-05T07:12:45.022Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-07-05T07:12:45.022Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-07-05T07:12:45.022Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T07:12:45.023Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.023Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.023Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.023Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T07:12:45.023Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:12:45.023Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.023Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T07:12:45.024Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:12:45.024Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.024Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T07:12:45.024Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:12:45.024Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.024Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T07:12:45.024Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:12:45.025Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.025Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-07-05T07:12:45.025Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-07-05T07:12:45.025Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=b2311166-9bfe-4ec6-aa43-307b878d3987
2022-07-05T07:12:45.025Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.025Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.025Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.025Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.026Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.026Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.026Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:45.026Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.026Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:d52c9fe3-3ddd-4730-a54d-d826d6ec57cd
Model Version:NULL
Model InvariantUuid:4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e7268762-8714-4c54-82b2-dab4e93079b0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f558daf0-3de5-42ab-8051-6ea872925f03
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:116580dd-32d5-45b0-a98e-ba1af121dd4e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9d139e3b-1b7c-4e52-8e0d-a57e0214a794
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:92079824-ed6e-4a78-a6b1-a7802c85f94c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:b23403f0-48a2-4999-86d8-b2aac8ed4a61
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:4c4bfa3d-f1f4-460c-b56b-91506ecd88d4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b2311166-9bfe-4ec6-aa43-307b878d3987
ModelInvariantUuid:695164a5-3d4d-45bc-8559-3fe87dd33aa7
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:bd045c1e-b522-4bee-841a-8e03ac9e9314
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:febd2b11-b867-4f9b-874a-7911f41ff1fa
ModelInvariantUuid:2ce70ec6-40e1-4260-9744-168ddcb98290
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:ba939162-d027-4f51-8fab-8fca5072779b
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T07:12:45.033Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 647552d3-7db2-41de-a1de-f2470afe90cb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:12:45.036Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-07-05T07:12:45.036Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 647552d3-7db2-41de-a1de-f2470afe90cb
2022-07-05T07:12:45.036Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3f8eb8c5-3e10-454e-ad83-ebadbd6b37a1 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-07-05T07:12:45.036Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:12:45.036Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.171Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:12:45.171Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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 3f8eb8c5-3e10-454e-ad83-ebadbd6b37a1 1565
2022-07-05T07:12:45.171Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.171Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:45.171Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:12:45.172Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:45.173Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:45.173Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005165171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:45.274Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:45.274Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:45.274Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:45.296Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:45.296Z||pool-122-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:12:46.174Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b23403f0-48a2-4999-86d8-b2aac8ed4a61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c4bfa3d-f1f4-460c-b56b-91506ecd88d4",
    "vfModuleModelCustomizationUUID": "3117220b-b19b-4a59-8213-1bebae573472",
    "isBase": true,
    "artifacts": [
      "02cd3169-e46e-4357-b909-fb9f5c95fa6f",
      "084a19c3-551a-4d59-bee1-3f782a12cd62"
    ],
    "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": "9d139e3b-1b7c-4e52-8e0d-a57e0214a794",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92079824-ed6e-4a78-a6b1-a7802c85f94c",
    "vfModuleModelCustomizationUUID": "78f3a9be-cbe7-43a7-9a63-1ef79a9b92fc",
    "isBase": false,
    "artifacts": [
      "4f5753c6-ee63-4cdd-94e7-e1a89ccc8924"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T07:12:46.178Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c4bfa3d-f1f4-460c-b56b-91506ecd88d4
VfModuleModelInvariantUUID:b23403f0-48a2-4999-86d8-b2aac8ed4a61
VfModuleModelDescription:NULL
Artifacts UUID List:{
02cd3169-e46e-4357-b909-fb9f5c95fa6f
,
084a19c3-551a-4d59-bee1-3f782a12cd62

}
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:92079824-ed6e-4a78-a6b1-a7802c85f94c
VfModuleModelInvariantUUID:9d139e3b-1b7c-4e52-8e0d-a57e0214a794
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f5753c6-ee63-4cdd-94e7-e1a89ccc8924

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

isBase:false


}

2022-07-05T07:12:46.179Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "b23403f0-48a2-4999-86d8-b2aac8ed4a61",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4c4bfa3d-f1f4-460c-b56b-91506ecd88d4",
    "vfModuleModelCustomizationUUID": "3117220b-b19b-4a59-8213-1bebae573472",
    "isBase": true,
    "artifacts": [
      "02cd3169-e46e-4357-b909-fb9f5c95fa6f",
      "084a19c3-551a-4d59-bee1-3f782a12cd62"
    ],
    "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": "9d139e3b-1b7c-4e52-8e0d-a57e0214a794",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "92079824-ed6e-4a78-a6b1-a7802c85f94c",
    "vfModuleModelCustomizationUUID": "78f3a9be-cbe7-43a7-9a63-1ef79a9b92fc",
    "isBase": false,
    "artifacts": [
      "4f5753c6-ee63-4cdd-94e7-e1a89ccc8924"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T07:12:46.180Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:4c4bfa3d-f1f4-460c-b56b-91506ecd88d4
VfModuleModelInvariantUUID:b23403f0-48a2-4999-86d8-b2aac8ed4a61
VfModuleModelDescription:NULL
Artifacts UUID List:{
02cd3169-e46e-4357-b909-fb9f5c95fa6f
,
084a19c3-551a-4d59-bee1-3f782a12cd62

}
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:92079824-ed6e-4a78-a6b1-a7802c85f94c
VfModuleModelInvariantUUID:9d139e3b-1b7c-4e52-8e0d-a57e0214a794
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f5753c6-ee63-4cdd-94e7-e1a89ccc8924

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

isBase:false


}

2022-07-05T07:12:46.180Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 02cd3169-e46e-4357-b909-fb9f5c95fa6f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-07-05T07:12:46.180Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:12:46.180Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:46.353Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:12:46.353Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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 02cd3169-e46e-4357-b909-fb9f5c95fa6f 914
2022-07-05T07:12:46.354Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:46.354Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:46.354Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:12:46.354Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:46.356Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:46.356Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005166354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:46.457Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T07:12:46.460Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:46.461Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:46.483Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:46.483Z||pool-123-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:47.356Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d5f12af5-ad0f-464b-b14d-1f39a7bc4337 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-07-05T07:12:47.357Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:12:47.357Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:47.447Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:12:47.448Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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 d5f12af5-ad0f-464b-b14d-1f39a7bc4337 12
2022-07-05T07:12:47.448Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:47.448Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:47.448Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:12:47.449Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:47.450Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:47.450Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005167448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:47.550Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:47.551Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:47.551Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:47.568Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:47.568Z||pool-124-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:48.451Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 084a19c3-551a-4d59-bee1-3f782a12cd62 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-07-05T07:12:48.452Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:12:48.452Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:48.543Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:12:48.543Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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 084a19c3-551a-4d59-bee1-3f782a12cd62 96
2022-07-05T07:12:48.543Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:48.543Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:48.543Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:12:48.544Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:48.548Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:48.548Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005168543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:48.645Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-07-05T07:12:48.646Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:48.646Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:48.662Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:48.663Z||pool-125-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:49.549Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4f5753c6-ee63-4cdd-94e7-e1a89ccc8924 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-07-05T07:12:49.550Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:12:49.550Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:49.620Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:12:49.620Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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 4f5753c6-ee63-4cdd-94e7-e1a89ccc8924 20206
2022-07-05T07:12:49.621Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:49.621Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:49.621Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:12:49.621Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:49.623Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:49.623Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005169621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:12:49.723Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:49.724Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:49.724Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:49.736Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:49.736Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:12:50.627Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d52c9fe3-3ddd-4730-a54d-d826d6ec57cd
2022-07-05T07:12:50.627Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 647552d3-7db2-41de-a1de-f2470afe90cb ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:12:50.635Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@72144b7f, org.onap.sdc.toscaparser.api.parameters.Input@23eb8833, org.onap.sdc.toscaparser.api.parameters.Input@637c4a7c, org.onap.sdc.toscaparser.api.parameters.Input@7aa4f4ae, org.onap.sdc.toscaparser.api.parameters.Input@2a3b0736]
2022-07-05T07:12:50.637Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.637Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.637Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-05T07:12:50.637Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 116580dd-32d5-45b0-a98e-ba1af121dd4e
2022-07-05T07:12:50.637Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 116580dd-32d5-45b0-a98e-ba1af121dd4e matches Tosca VF Customization UUID: 116580dd-32d5-45b0-a98e-ba1af121dd4e
2022-07-05T07:12:50.637Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 116580dd-32d5-45b0-a98e-ba1af121dd4e  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-05T07:12:50.639Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.639Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.640Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 116580dd-32d5-45b0-a98e-ba1af121dd4e: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-07-05T07:12:50.640Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@99ca88b
2022-07-05T07:12:50.640Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.641Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.641Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 78f3a9be-cbe7-43a7-9a63-1ef79a9b92fc
2022-07-05T07:12:50.641Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 78f3a9be-cbe7-43a7-9a63-1ef79a9b92fc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-05T07:12:50.643Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.643Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T07:12:50.643Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:12:50.643Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.644Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T07:12:50.644Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:12:50.644Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.644Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-07-05T07:12:50.644Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=116580dd-32d5-45b0-a98e-ba1af121dd4e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:12:50.646Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.646Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.646Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d52c9fe3-3ddd-4730-a54d-d826d6ec57cd: basic_cnf_macro
2022-07-05T07:12:50.646Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.646Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.646Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.647Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.647Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.647Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.647Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.647Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.647Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:12:50.648Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.648Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.693Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 647552d3-7db2-41de-a1de-f2470afe90cb 2 ASDC deployResourceStructure
2022-07-05T07:12:50.693Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.693Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:50.693Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:12:50.694Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:50.695Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:50.695Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005170693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T07:12:50.796Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:50.796Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:50.796Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:50.814Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:50.814Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:51.697Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:51.697Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:51.697Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:12:51.698Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:51.699Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:51.700Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005171697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T07:12:51.800Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:51.800Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:51.801Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:51.832Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:51.832Z||pool-128-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:52.702Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:52.702Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:52.702Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-05T07:12:52.703Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:52.704Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:52.705Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005172702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-05T07:12:52.805Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:52.806Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:52.806Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:52.820Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:52.820Z||pool-129-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:12:53.706Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:53.706Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:53.706Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:12:53.706Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:53.708Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:53.708Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005173706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-05T07:12:53.808Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:12:53.809Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:53.809Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:53.823Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:53.823Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:54.710Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:54.711Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:54.711Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-07-05T07:12:54.711Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:54.713Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:54.713Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005174709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-05T07:12:54.813Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T07:12:54.814Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:54.814Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:54.827Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:54.828Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:55.714Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:55.714Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:12:55.715Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:12:55.715Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:12:55.716Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:12:55.717Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:12:55.816Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T07:12:55.817Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:12:55.817Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:12:55.831Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:12:55.831Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:12:56.717Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:12:56.727Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:12:56.729Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:12:56.729Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T07:12:56.729Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T07:13:26.729Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:13:26.740Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:13:26.741Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:13:26.742Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T07:13:26.742Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T07:13:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:13:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:13:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:13:31.821Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:13:31.822Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:13:31.822Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:13:31.822Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:13:56.742Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:13:56.750Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:13:56.752Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:13:56.752Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T07:13:56.752Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T07:14:26.753Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:14:26.761Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:14:26.763Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:14:26.763Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T07:14:26.763Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T07:14:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:14:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:14:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:14:31.823Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:14:31.824Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:14:31.824Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:14:31.824Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:14:56.763Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:14:56.773Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:14:56.775Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:14:56.775Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T07:14:56.775Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T07:15:26.775Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:15:26.787Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:15:26.789Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:15:26.789Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-07-05T07:15:26.789Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-07-05T07:15:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:15:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:15:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:15:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:15:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005142053,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005143282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005152907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005154131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005153917,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005155227,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "policy-id",
  "timestamp": 1657005154924,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:15:31.838Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a407544-2f4d-4356-9b4d-ba5398c7c516
2022-07-05T07:15:31.839Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a407544-2f4d-4356-9b4d-ba5398c7c516 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:15:31.847Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.847Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005154651,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.847Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.847Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005156380,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.848Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "clamp",
  "timestamp": 1657005155655,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:15:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1a407544-2f4d-4356-9b4d-ba5398c7c516
2022-07-05T07:15:31.852Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a407544-2f4d-4356-9b4d-ba5398c7c516 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005157560,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.860Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005158658,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:15:31.864Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1a407544-2f4d-4356-9b4d-ba5398c7c516
2022-07-05T07:15:31.864Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a407544-2f4d-4356-9b4d-ba5398c7c516 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T07:15:31.870Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.870Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.870Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.870Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.870Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005159662,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.871Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.871Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.871Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.871Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.871Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.871Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005151790,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.872Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.872Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.872Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005162440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.872Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.872Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.872Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005162680,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.872Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.873Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.873Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "aai-ml",
  "timestamp": 1657005163445,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:15:31.877Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1a407544-2f4d-4356-9b4d-ba5398c7c516
2022-07-05T07:15:31.877Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1a407544-2f4d-4356-9b4d-ba5398c7c516 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:15:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.884Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005165171,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.884Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.884Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005166354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005167448,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.886Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.886Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005168543,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.886Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.886Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005169621,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005170693,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005171697,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005172702,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-05T07:15:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005173706,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005174709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-07-05T07:15:31.891Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.891Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.891Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005175714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.891Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005188880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.893Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005183283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.893Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.893Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.893Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005191159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.894Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.894Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.894Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005191159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.894Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005183283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005188880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005192832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005188880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.898Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005183283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.898Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.898Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.898Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005191159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005192832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005183283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005191159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005188880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.902Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.902Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.902Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005192832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.902Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005183283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.904Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005188880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.904Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.904Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.904Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005191159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005192832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005195612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005188880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005183283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005191159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.909Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005192832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.909Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.909Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.909Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005195612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005183283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005188880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005191159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005192832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005195612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005200085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005183283,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005188880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005191159,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005192832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005195612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005200085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005201240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005192832,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005195612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005200085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005201694,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005202488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005195612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005200085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005202053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005203652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005204467,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.922Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "cds",
  "timestamp": 1657005202993,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:15:31.935Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 03e75104-b05f-493f-bafe-bf4dbe097d32
2022-07-05T07:15:31.935Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e75104-b05f-493f-bafe-bf4dbe097d32 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:15:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005195612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005200085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005202053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.943Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005204682,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:15:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03e75104-b05f-493f-bafe-bf4dbe097d32
2022-07-05T07:15:31.947Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e75104-b05f-493f-bafe-bf4dbe097d32 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:15:31.955Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.955Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005205471,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:15:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 03e75104-b05f-493f-bafe-bf4dbe097d32
2022-07-05T07:15:31.959Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e75104-b05f-493f-bafe-bf4dbe097d32 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:15:31.966Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.966Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005195612,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.966Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.967Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.967Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005200085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.967Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.967Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.967Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005202053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.967Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.967Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.968Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005205685,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T07:15:31.968Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.968Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.968Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005200085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.968Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.968Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.968Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005202053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.969Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.969Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.969Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005200085,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.969Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.969Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.969Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005202053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.969Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.970Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.970Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005208881,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.970Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:31.970Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.970Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005202053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.970Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.970Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005202053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:15:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005202053,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:15:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:15:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:15:31.971Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005210868,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:15:31.972Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:15:56.790Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:15:56.801Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:15:56.803Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:15:56.803Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T07:15:56.803Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T07:15:56.803Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T07:15:56.803Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:15:56.803Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:15:56.804Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:15:56.804Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:15:56.804Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:15:56.804Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:15:56.804Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:15:56.808Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T07:16:26.809Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T07:16:26.821Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1a407544-2f4d-4356-9b4d-ba5398c7c516 and serviceModelVersionId: d52c9fe3-3ddd-4730-a54d-d826d6ec57cd
2022-07-05T07:16:26.821Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621
2022-07-05T07:16:26.822Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621/model-vers/model-ver/d52c9fe3-3ddd-4730-a54d-d826d6ec57cd?depth=0
2022-07-05T07:16:26.827Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T07:16:26.869Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621/model-vers/model-ver/d52c9fe3-3ddd-4730-a54d-d826d6ec57cd?depth=0|INFO|500||Invoke
2022-07-05T07:16:26.869Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621/model-vers/model-ver/d52c9fe3-3ddd-4730-a54d-d826d6ec57cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621/model-vers/model-ver/d52c9fe3-3ddd-4730-a54d-d826d6ec57cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1a407544-2f4d-4356-9b4d-ba5398c7c516], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[34d2b351-9cd6-46a0-aefb-7c70577dad87], X-ECOMP-RequestID=[1a407544-2f4d-4356-9b4d-ba5398c7c516], X-TransactionId=[], X-ONAP-RequestID=[1a407544-2f4d-4356-9b4d-ba5398c7c516], Content-Type=[application/merge-patch+json]}
2022-07-05T07:16:26.888Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621/model-vers/model-ver/d52c9fe3-3ddd-4730-a54d-d826d6ec57cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T07:16:26.995Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621/model-vers/model-ver/d52c9fe3-3ddd-4730-a54d-d826d6ec57cd?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/4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621/model-vers/model-ver/d52c9fe3-3ddd-4730-a54d-d826d6ec57cd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220705-07:16:26:181-35150], vertex-id=[237616], Content-Length=[0], Date=[Tue, 05 Jul 2022 07:16:26 GMT], Content-Type=[application/json]}
2022-07-05T07:16:26.995Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621/model-vers/model-ver/d52c9fe3-3ddd-4730-a54d-d826d6ec57cd?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T07:16:26.996Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d41cc7c-e3fe-4b94-a3fb-fa4fea8e6621/model-vers/model-ver/d52c9fe3-3ddd-4730-a54d-d826d6ec57cd?depth=0|INFO|500||InvokeReturn
2022-07-05T07:16:26.997Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T07:16:26.997Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:16:27.001Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:16:27.001Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1a407544-2f4d-4356-9b4d-ba5398c7c516 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T07:16:27.001Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T07:16:27.002Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:27.003Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:27.003Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005387001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:16:27.104Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T07:16:27.105Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:27.105Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:27.128Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:27.128Z||pool-133-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-07-05T07:16:28.015Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:16:28.015Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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-07-05T07:16:28.016Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:16:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:16:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:31.841Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:31.842Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.842Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005211873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:31.842Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.843Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.843Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "policy-id",
  "timestamp": 1657005212877,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:16:31.850Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 03e75104-b05f-493f-bafe-bf4dbe097d32
2022-07-05T07:16:31.850Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e75104-b05f-493f-bafe-bf4dbe097d32 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-07-05T07:16:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005214697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.858Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005217661,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005220620,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.859Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "clamp",
  "timestamp": 1657005218670,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:16:31.863Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 03e75104-b05f-493f-bafe-bf4dbe097d32
2022-07-05T07:16:31.863Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e75104-b05f-493f-bafe-bf4dbe097d32 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:16:31.870Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.871Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "aai-ml",
  "timestamp": 1657005221624,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:16:31.874Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 03e75104-b05f-493f-bafe-bf4dbe097d32
2022-07-05T07:16:31.875Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 03e75104-b05f-493f-bafe-bf4dbe097d32 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:16:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.881Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005225610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005222832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.882Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005223282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005222053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.883Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.884Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.884Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005221159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.884Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.884Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.884Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005228880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005225610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.885Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005222832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.886Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.886Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.886Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005223282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.886Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.886Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005222053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005221159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.887Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005230085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005228880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.888Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005225610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005222832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.889Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005223282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005222053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.890Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.891Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.891Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005221159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.891Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.891Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.891Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005230085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005228880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.892Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005225610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.893Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.893Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.893Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005222832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.893Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.893Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.894Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005223282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.894Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.894Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.894Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005222053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.894Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005221159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.895Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005230085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005228880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.896Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005225610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005222832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.897Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.898Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.898Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005223282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.898Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.898Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.898Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005222053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005221159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.899Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005230085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005228880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.900Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005225610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005222832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.901Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.902Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005223282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.902Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.902Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.902Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005222053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005221159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.903Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005230085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.904Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.904Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.904Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005228880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.904Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.904Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005225610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005222832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.905Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005223282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.906Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005222053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005221159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.907Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005230085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005228880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:16:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.908Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.909Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005225610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.909Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.909Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.909Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005222832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.909Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005223282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005222053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.910Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005221159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.911Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005230085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005228880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.912Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005225610,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:16:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005222832,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:16:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.913Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1657005223282,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:16:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005222053,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:16:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.914Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005221159,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:16:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005230085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.915Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005228880,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.916Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005230085,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:16:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:16:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005238845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.917Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005237369,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005237367,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.918Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005238738,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.919Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005239872,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005238377,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.920Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.921Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "cds",
  "timestamp": 1657005238588,
  "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-07-05T07:16:31.933Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b222f2ee-94b3-4812-b2e3-44d98eefe6ea
2022-07-05T07:16:31.933Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b222f2ee-94b3-4812-b2e3-44d98eefe6ea and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:16:31.941Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005239764,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.942Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "policy-id",
  "timestamp": 1657005239382,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:16:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b222f2ee-94b3-4812-b2e3-44d98eefe6ea
2022-07-05T07:16:31.946Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b222f2ee-94b3-4812-b2e3-44d98eefe6ea and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:16:31.954Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.954Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005240941,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:31.954Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.954Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.954Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1657005240768,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:16:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b222f2ee-94b3-4812-b2e3-44d98eefe6ea
2022-07-05T07:16:31.958Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b222f2ee-94b3-4812-b2e3-44d98eefe6ea and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:16:31.965Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.965Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1657005241946,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:16:31.969Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b222f2ee-94b3-4812-b2e3-44d98eefe6ea
2022-07-05T07:16:31.969Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b222f2ee-94b3-4812-b2e3-44d98eefe6ea and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:16:31.976Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.976Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005239653,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:31.976Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.976Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.976Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005241662,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:31.976Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.977Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.977Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "clamp",
  "timestamp": 1657005242665,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:16:31.980Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b222f2ee-94b3-4812-b2e3-44d98eefe6ea
2022-07-05T07:16:31.980Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b222f2ee-94b3-4812-b2e3-44d98eefe6ea and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:16:31.987Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.987Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005246805,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:31.987Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:16:31.987Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:16:31.987Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "aai-ml",
  "timestamp": 1657005247809,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-07-05T07:16:31.991Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b222f2ee-94b3-4812-b2e3-44d98eefe6ea
2022-07-05T07:16:31.991Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId b222f2ee-94b3-4812-b2e3-44d98eefe6ea and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-07-05T07:16:32.451Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:32.452Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:16:32.452Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"03e75104-b05f-493f-bafe-bf4dbe097d32","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"900dd6b4-965e-4efb-b049-d8faceb3ea40","serviceDescription":"service","serviceInvariantUUID":"22c61047-d427-4bf0-b163-c0c218b4934b","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"8e97444d-b655-4cd6-9210-4dc7ad62b3dd","resourceInvariantUUID":"932d1fc1-c9b9-4566-92de-9cb95c7ff09b","resourceCustomizationUUID":"37530eda-e7df-414f-bce8-e6d256051c3a","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":"ZWVlNmNhZTc3ZmQzMTBkMWU4MjZkMTQ2OWMzYjc4MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b861f20a-a965-4677-a09c-33b63a9d1df3","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":"MTI3OTg5MjAyNDhkZDY5MDI0MjJkOWU1MWUxMTNlYjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d0967c9f-f3d7-4f87-93db-01224be262e9","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":"6cd33f0e-8979-45d6-9d1c-665c265731a0","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":"c3fc85d2-9d80-495d-bd01-eb3af6baa5fb","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":"6fe90fdd-9bfd-4e2c-b23f-30edb32aa205","artifactVersion":"2","generatedFromUUID":"6cd33f0e-8979-45d6-9d1c-665c265731a0"},{"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":"NzRhYmVmOWViZmZlZDUxMzc4YzI3Mjc3Zjc4ZWQ2ZTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6f294a72-5a0c-49ed-bbeb-d3ee4d9a89df","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":"NzRlZWY1MzcyOWRlYTMxYmNjM2U5NmZkMTk5OGViNjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f0f5168-04c3-4b23-a730-34a4087b45d2","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NWU5MTRmODJiNmIzMTE5YTA4YTIxZjI2MjQ5OWYxMGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"99f0e4c8-0de2-42b0-ada0-a4567b02ccd4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T07:16:32.454Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:16:32.455Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:32.456Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:32.457Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:32.557Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:32.557Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:32.557Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:32.584Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:32.585Z||pool-134-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:33.457Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:16:33.458Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:33.460Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:33.460Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T07:16:33.560Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:33.560Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:33.561Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:33.581Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:33.581Z||pool-135-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:16:34.460Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:16:34.461Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:34.463Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:34.463Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:16:34.563Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:34.563Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:34.564Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:34.581Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:34.581Z||pool-136-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:35.463Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:16:35.463Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:35.465Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:35.465Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:35.565Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:35.566Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:35.566Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:35.588Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:35.588Z||pool-137-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:16:36.465Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:16:36.466Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:36.467Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:36.467Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-05T07:16:36.568Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:36.569Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:36.569Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:36.584Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:36.584Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:37.468Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:16:37.468Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:37.470Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:37.470Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:37.570Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:37.571Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:37.571Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:37.587Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:37.588Z||pool-139-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:38.470Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:16:38.471Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:38.473Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:38.473Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:16:38.573Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:38.574Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:38.574Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:38.588Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:38.589Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:39.473Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:16:39.474Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:39.476Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:39.476Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:16:39.576Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:39.577Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:39.577Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:39.591Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:39.592Z||pool-141-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:40.477Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "900dd6b4-965e-4efb-b049-d8faceb3ea40",
  "serviceDescription": "service",
  "serviceInvariantUUID": "22c61047-d427-4bf0-b163-c0c218b4934b",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "37530eda-e7df-414f-bce8-e6d256051c3a",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "8e97444d-b655-4cd6-9210-4dc7ad62b3dd",
      "resourceInvariantUUID": "932d1fc1-c9b9-4566-92de-9cb95c7ff09b",
      "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": "MTI3OTg5MjAyNDhkZDY5MDI0MjJkOWU1MWUxMTNlYjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d0967c9f-f3d7-4f87-93db-01224be262e9",
          "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": "6cd33f0e-8979-45d6-9d1c-665c265731a0",
          "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": "6fe90fdd-9bfd-4e2c-b23f-30edb32aa205",
            "generatedFromUUID": "6cd33f0e-8979-45d6-9d1c-665c265731a0"
          },
          "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": "6fe90fdd-9bfd-4e2c-b23f-30edb32aa205",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NWU5MTRmODJiNmIzMTE5YTA4YTIxZjI2MjQ5OWYxMGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "99f0e4c8-0de2-42b0-ada0-a4567b02ccd4"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T07:16:40.477Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T07:16:40.478Z|1a407544-2f4d-4356-9b4d-ba5398c7c516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 900dd6b4-965e-4efb-b049-d8faceb3ea40 ASDC
2022-07-05T07:16:40.478Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:03e75104-b05f-493f-bafe-bf4dbe097d32
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:900dd6b4-965e-4efb-b049-d8faceb3ea40
ServiceInvariantUUID:22c61047-d427-4bf0-b163-c0c218b4934b
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:99f0e4c8-0de2-42b0-ada0-a4567b02ccd4
ArtifactChecksum:NWU5MTRmODJiNmIzMTE5YTA4YTIxZjI2MjQ5OWYxMGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:37530eda-e7df-414f-bce8-e6d256051c3a
ResourceInvariantUUID:932d1fc1-c9b9-4566-92de-9cb95c7ff09b
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:8e97444d-b655-4cd6-9210-4dc7ad62b3dd
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:d0967c9f-f3d7-4f87-93db-01224be262e9
ArtifactChecksum:MTI3OTg5MjAyNDhkZDY5MDI0MjJkOWU1MWUxMTNlYjk=
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:6cd33f0e-8979-45d6-9d1c-665c265731a0
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:6fe90fdd-9bfd-4e2c-b23f-30edb32aa205
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:6fe90fdd-9bfd-4e2c-b23f-30edb32aa205
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-07-05T07:16:40.480Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 900dd6b4-965e-4efb-b049-d8faceb3ea40 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T07:16:40.509Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:16:40.509Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-05T07:16:40.509Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-05T07:16:40.510Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 99f0e4c8-0de2-42b0-ada0-a4567b02ccd4 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-07-05T07:16:40.510Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:16:40.510Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:40.795Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:16:40.798Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 99f0e4c8-0de2-42b0-ada0-a4567b02ccd4 78813
2022-07-05T07:16:40.798Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:40.799Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:40.799Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:16:40.799Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:40.801Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:40.801Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005400798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:40.901Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:40.902Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:40.902Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:40.920Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:40.920Z||pool-142-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:16:41.802Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:16:41.803Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-05T07:16:41.803Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 99f0e4c8-0de2-42b0-ada0-a4567b02ccd4, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-05T07:16:41.803Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-07-05T07:16:41.804Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-05T07:16:41.804Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-05T07:16:41.906Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8938183434389965070/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-07-05T07:16:43.021Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T07:16:43.022Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-05T07:16:43.022Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-07-05T07:16:43.022Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-07-05T07:16:43.022Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.022Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.023Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.024Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-05T07:16:43.024Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-05T07:16:43.024Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T07:16:43.024Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.024Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.024Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-05T07:16:43.024Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-05T07:16:43.025Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T07:16:43.025Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.025Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.025Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.025Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-05T07:16:43.025Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-07-05T07:16:43.025Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-07-05T07:16:43.025Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-07-05T07:16:43.026Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-05T07:16:43.026Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-07-05T07:16:43.026Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.026Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.026Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.026Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-05T07:16:43.026Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:16:43.027Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.027Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-05T07:16:43.027Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:16:43.027Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.027Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-05T07:16:43.027Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:16:43.027Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.028Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-05T07:16:43.028Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-05T07:16:43.028Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-05T07:16:43.028Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=630889ca-df3d-4fa8-9e88-1de31879380f
2022-07-05T07:16:43.028Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.028Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.028Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.029Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.029Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.029Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.029Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:43.029Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.029Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:900dd6b4-965e-4efb-b049-d8faceb3ea40
Model Version:NULL
Model InvariantUuid:22c61047-d427-4bf0-b163-c0c218b4934b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:ac2004de-3be3-4555-a453-b8ba9e50e622
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:932d1fc1-c9b9-4566-92de-9cb95c7ff09b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:37530eda-e7df-414f-bce8-e6d256051c3a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e84778df-c729-48e3-afdb-b7ce6d4e46ed
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:b731f105-f9d5-418e-921b-0e534ce209c4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:630889ca-df3d-4fa8-9e88-1de31879380f
ModelInvariantUuid:f4307103-ec90-4279-b6a6-b0c180522894
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:8e96d1ee-e347-4dc7-b7f5-6d84dc9cb4ae
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2e3a819a-5be9-4975-99d8-24b5afa21f0b
ModelInvariantUuid:d91a0256-0c55-4bef-a506-1f0e608c6a66
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:05a4df2c-2402-4d7e-b611-3196860a0ff3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T07:16:43.036Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 8e97444d-b655-4cd6-9210-4dc7ad62b3dd
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:16:43.040Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-07-05T07:16:43.040Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 8e97444d-b655-4cd6-9210-4dc7ad62b3dd
2022-07-05T07:16:43.040Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d0967c9f-f3d7-4f87-93db-01224be262e9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-07-05T07:16:43.040Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:16:43.041Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.155Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:16:43.156Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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 d0967c9f-f3d7-4f87-93db-01224be262e9 792
2022-07-05T07:16:43.156Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.156Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:43.157Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:16:43.157Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:43.159Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:43.159Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005403156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:43.259Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:43.260Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:43.260Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:43.283Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:43.284Z||pool-143-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:44.159Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e84778df-c729-48e3-afdb-b7ce6d4e46ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b731f105-f9d5-418e-921b-0e534ce209c4",
    "vfModuleModelCustomizationUUID": "de86b303-37ed-478a-b234-63be577be7a5",
    "isBase": true,
    "artifacts": [
      "6cd33f0e-8979-45d6-9d1c-665c265731a0",
      "6fe90fdd-9bfd-4e2c-b23f-30edb32aa205"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T07:16:44.163Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b731f105-f9d5-418e-921b-0e534ce209c4
VfModuleModelInvariantUUID:e84778df-c729-48e3-afdb-b7ce6d4e46ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cd33f0e-8979-45d6-9d1c-665c265731a0
,
6fe90fdd-9bfd-4e2c-b23f-30edb32aa205

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

isBase:true


}

2022-07-05T07:16:44.165Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e84778df-c729-48e3-afdb-b7ce6d4e46ed",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b731f105-f9d5-418e-921b-0e534ce209c4",
    "vfModuleModelCustomizationUUID": "de86b303-37ed-478a-b234-63be577be7a5",
    "isBase": true,
    "artifacts": [
      "6cd33f0e-8979-45d6-9d1c-665c265731a0",
      "6fe90fdd-9bfd-4e2c-b23f-30edb32aa205"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-07-05T07:16:44.165Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b731f105-f9d5-418e-921b-0e534ce209c4
VfModuleModelInvariantUUID:e84778df-c729-48e3-afdb-b7ce6d4e46ed
VfModuleModelDescription:NULL
Artifacts UUID List:{
6cd33f0e-8979-45d6-9d1c-665c265731a0
,
6fe90fdd-9bfd-4e2c-b23f-30edb32aa205

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

isBase:true


}

2022-07-05T07:16:44.165Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6cd33f0e-8979-45d6-9d1c-665c265731a0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-07-05T07:16:44.165Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:16:44.165Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:44.243Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:16:44.243Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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 6cd33f0e-8979-45d6-9d1c-665c265731a0 5033
2022-07-05T07:16:44.244Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:44.244Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:44.244Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:16:44.244Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:44.246Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:44.246Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005404244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:44.346Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:44.347Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:44.347Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:44.362Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:44.362Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:45.247Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6fe90fdd-9bfd-4e2c-b23f-30edb32aa205 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-07-05T07:16:45.247Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:16:45.247Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:45.436Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:16:45.437Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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 6fe90fdd-9bfd-4e2c-b23f-30edb32aa205 903
2022-07-05T07:16:45.437Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:45.437Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:45.437Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:16:45.438Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:45.440Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:45.440Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005405437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:16:45.540Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T07:16:45.541Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:45.542Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:45.556Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:45.556Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:46.441Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 900dd6b4-965e-4efb-b049-d8faceb3ea40
2022-07-05T07:16:46.441Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 8e97444d-b655-4cd6-9210-4dc7ad62b3dd ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:16:46.461Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5a2662a9, org.onap.sdc.toscaparser.api.parameters.Input@2d75efb, org.onap.sdc.toscaparser.api.parameters.Input@7fd5ec5, org.onap.sdc.toscaparser.api.parameters.Input@26a461dc, org.onap.sdc.toscaparser.api.parameters.Input@4ffe6c8b]
2022-07-05T07:16:46.463Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.463Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.463Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-07-05T07:16:46.463Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 37530eda-e7df-414f-bce8-e6d256051c3a
2022-07-05T07:16:46.463Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 37530eda-e7df-414f-bce8-e6d256051c3a matches Tosca VF Customization UUID: 37530eda-e7df-414f-bce8-e6d256051c3a
2022-07-05T07:16:46.464Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 37530eda-e7df-414f-bce8-e6d256051c3a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-07-05T07:16:46.465Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.466Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.466Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 37530eda-e7df-414f-bce8-e6d256051c3a: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-07-05T07:16:46.466Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f2f985b
2022-07-05T07:16:46.466Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.467Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.467Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : de86b303-37ed-478a-b234-63be577be7a5
2022-07-05T07:16:46.467Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID de86b303-37ed-478a-b234-63be577be7a5
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-07-05T07:16:46.468Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.469Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-05T07:16:46.469Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:16:46.469Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.469Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-05T07:16:46.469Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:16:46.470Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.470Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-07-05T07:16:46.470Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-07-05T07:16:46.470Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-07-05T07:16:46.470Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=630889ca-df3d-4fa8-9e88-1de31879380f
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-07-05T07:16:46.472Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.472Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-05T07:16:46.473Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-07-05T07:16:46.473Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.473Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-07-05T07:16:46.474Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=37530eda-e7df-414f-bce8-e6d256051c3a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:16:46.475Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.475Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.476Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 900dd6b4-965e-4efb-b049-d8faceb3ea40: basic_vm_macro
2022-07-05T07:16:46.476Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.476Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.476Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.477Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.477Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.477Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.477Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.478Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.478Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:16:46.478Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.478Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.552Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 8e97444d-b655-4cd6-9210-4dc7ad62b3dd 1 ASDC deployResourceStructure
2022-07-05T07:16:46.552Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.552Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:46.552Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:16:46.553Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:46.554Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:46.555Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005406552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:46.654Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-07-05T07:16:46.655Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:46.655Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:46.669Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:46.669Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:47.555Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:47.556Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:47.556Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:16:47.556Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:47.558Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:47.558Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005407555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:47.658Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:47.659Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:47.659Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:47.677Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:47.678Z||pool-147-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:16:48.559Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:48.559Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:48.559Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:16:48.559Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:48.561Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:48.561Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005408559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:48.661Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:16:48.662Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:48.662Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:48.714Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:48.715Z||pool-148-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:49.563Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:49.563Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:49.563Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:16:49.564Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:16:49.565Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:16:49.565Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005409563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:16:49.666Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-07-05T07:16:49.668Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:16:49.668Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:16:49.684Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:16:49.684Z||pool-149-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:16:50.566Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 03e75104-b05f-493f-bafe-bf4dbe097d32
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:16:50.578Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 03e75104-b05f-493f-bafe-bf4dbe097d32
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:16:50.580Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:16:50.580Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T07:16:50.580Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T07:16:50.580Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T07:16:50.580Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:16:50.580Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:16:50.581Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:16:50.581Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:16:50.581Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:16:50.581Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:16:50.581Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:16:50.587Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T07:17:20.587Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 03e75104-b05f-493f-bafe-bf4dbe097d32 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T07:17:20.594Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 03e75104-b05f-493f-bafe-bf4dbe097d32 and serviceModelVersionId: 900dd6b4-965e-4efb-b049-d8faceb3ea40
2022-07-05T07:17:20.594Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 22c61047-d427-4bf0-b163-c0c218b4934b
2022-07-05T07:17:20.596Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/22c61047-d427-4bf0-b163-c0c218b4934b/model-vers/model-ver/900dd6b4-965e-4efb-b049-d8faceb3ea40?depth=0
2022-07-05T07:17:20.603Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T07:17:20.653Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22c61047-d427-4bf0-b163-c0c218b4934b/model-vers/model-ver/900dd6b4-965e-4efb-b049-d8faceb3ea40?depth=0|INFO|500||Invoke
2022-07-05T07:17:20.654Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22c61047-d427-4bf0-b163-c0c218b4934b/model-vers/model-ver/900dd6b4-965e-4efb-b049-d8faceb3ea40?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22c61047-d427-4bf0-b163-c0c218b4934b/model-vers/model-ver/900dd6b4-965e-4efb-b049-d8faceb3ea40?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[03e75104-b05f-493f-bafe-bf4dbe097d32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[c7ed0460-3441-4ea9-8149-ba6786e8a62c], X-ECOMP-RequestID=[03e75104-b05f-493f-bafe-bf4dbe097d32], X-TransactionId=[], X-ONAP-RequestID=[03e75104-b05f-493f-bafe-bf4dbe097d32], Content-Type=[application/merge-patch+json]}
2022-07-05T07:17:20.678Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22c61047-d427-4bf0-b163-c0c218b4934b/model-vers/model-ver/900dd6b4-965e-4efb-b049-d8faceb3ea40?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T07:17:20.863Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22c61047-d427-4bf0-b163-c0c218b4934b/model-vers/model-ver/900dd6b4-965e-4efb-b049-d8faceb3ea40?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/22c61047-d427-4bf0-b163-c0c218b4934b/model-vers/model-ver/900dd6b4-965e-4efb-b049-d8faceb3ea40?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-07:17:19:971-1157], vertex-id=[270368], Content-Length=[0], Date=[Tue, 05 Jul 2022 07:17:19 GMT], Content-Type=[application/json]}
2022-07-05T07:17:20.863Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22c61047-d427-4bf0-b163-c0c218b4934b/model-vers/model-ver/900dd6b4-965e-4efb-b049-d8faceb3ea40?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-07-05T07:17:20.864Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/22c61047-d427-4bf0-b163-c0c218b4934b/model-vers/model-ver/900dd6b4-965e-4efb-b049-d8faceb3ea40?depth=0|INFO|500||InvokeReturn
2022-07-05T07:17:20.864Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T07:17:20.865Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:17:20.872Z|03e75104-b05f-493f-bafe-bf4dbe097d32|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-07-05T07:17:20.873Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 03e75104-b05f-493f-bafe-bf4dbe097d32 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T07:17:20.873Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T07:17:20.873Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:20.875Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:20.875Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005440873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:17:20.975Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:20.976Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:20.977Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:20.995Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:20.996Z||pool-150-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T07:17:21.886Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-07-05T07:17:21.886Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b222f2ee-94b3-4812-b2e3-44d98eefe6ea","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"8ba7e18c-bb4f-4097-8604-cf66dd5bc652","serviceDescription":"service","serviceInvariantUUID":"18458564-2916-4678-944f-35e3f3982885","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"09d8fd09-9d65-474c-baec-4584c940c919","resourceInvariantUUID":"fa9af691-bc6b-4dc3-9226-a5c810e2e507","resourceCustomizationUUID":"9670f686-2ecf-46f1-bf69-cddb300a286a","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":"NmRlYzQyNDU5ZGMzNWY4YzcxOTE1N2MwZjVmY2U2MjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"95527588-65c2-41ff-9ccb-453d5c40fb92","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":"d75f5508-8d7f-473a-bcbb-789d771d13a9","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":"14876d52-ac9a-4e37-b929-f43356c7cffc","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":"YTc1NTM0Zjk5NTc4OTFmZTE2YzIxMzI3NjY4ODMxZGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6fb5c284-f680-4ba4-aba6-f013a906750f","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":"e7cb31ce-23c4-401e-8074-01c150850322","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":"8fcd7d7b-aa51-4968-8118-f72e4e9d8db5","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":"1bc11e39-0790-480b-b697-1fe82bbb1919","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":"YWU5YjdkZGVlMzQ4NDVjYjE1NDFmMmMzMWFhOTllYWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aa8e8311-c75f-4c09-a728-60248a0c3f79","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NGM3ZTIyYWFiYWJkYzMwMTNmZGQyODZmNjIyNjkxZGI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5e4ab00c-c1cc-452b-a605-cf0031823b46","artifactVersion":"1"}],"workloadContext":"Production"}
2022-07-05T07:17:21.886Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:17:21.887Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:21.889Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:21.889Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:17:21.989Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:21.991Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:21.991Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:22.009Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:22.010Z||pool-151-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:17:22.890Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:17:22.890Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:22.892Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:22.893Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:17:22.993Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:22.994Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:22.994Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:23.013Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:23.013Z||pool-152-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:17:23.893Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:17:23.894Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:23.895Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:23.896Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:17:23.996Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:23.996Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:23.997Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:24.024Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:24.024Z||pool-153-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:17:24.896Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:17:24.897Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:24.898Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:24.898Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:17:24.998Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:24.999Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:24.999Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:25.018Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:25.019Z||pool-154-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:17:25.899Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:17:25.899Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:25.901Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:25.901Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:17:26.001Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:26.002Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:26.002Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:26.017Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:26.017Z||pool-155-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:17:26.901Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:17:26.902Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:26.908Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:26.909Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:17:27.004Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-07-05T07:17:27.005Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:27.005Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:27.035Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:27.036Z||pool-156-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:17:27.909Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:17:27.909Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:27.911Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:27.911Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:17:28.011Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:28.012Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:28.012Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:28.029Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:28.029Z||pool-157-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:17:28.911Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:17:28.912Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:28.913Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:28.914Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:17:29.014Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:29.015Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:29.015Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:29.032Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:29.032Z||pool-158-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:17:29.914Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-07-05T07:17:29.914Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:29.916Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:29.916Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:17:30.016Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:30.017Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:30.017Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:30.033Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:30.033Z||pool-159-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:17:30.917Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "8ba7e18c-bb4f-4097-8604-cf66dd5bc652",
  "serviceDescription": "service",
  "serviceInvariantUUID": "18458564-2916-4678-944f-35e3f3982885",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "9670f686-2ecf-46f1-bf69-cddb300a286a",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "09d8fd09-9d65-474c-baec-4584c940c919",
      "resourceInvariantUUID": "fa9af691-bc6b-4dc3-9226-a5c810e2e507",
      "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": "NGM3ZTIyYWFiYWJkYzMwMTNmZGQyODZmNjIyNjkxZGI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "5e4ab00c-c1cc-452b-a605-cf0031823b46"
    }
  ],
  "workloadContext": "Production"
}
2022-07-05T07:17:30.917Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-07-05T07:17:30.917Z|03e75104-b05f-493f-bafe-bf4dbe097d32|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8ba7e18c-bb4f-4097-8604-cf66dd5bc652 ASDC
2022-07-05T07:17:30.917Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b222f2ee-94b3-4812-b2e3-44d98eefe6ea
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:8ba7e18c-bb4f-4097-8604-cf66dd5bc652
ServiceInvariantUUID:18458564-2916-4678-944f-35e3f3982885
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:5e4ab00c-c1cc-452b-a605-cf0031823b46
ArtifactChecksum:NGM3ZTIyYWFiYWJkYzMwMTNmZGQyODZmNjIyNjkxZGI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:9670f686-2ecf-46f1-bf69-cddb300a286a
ResourceInvariantUUID:fa9af691-bc6b-4dc3-9226-a5c810e2e507
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:09d8fd09-9d65-474c-baec-4584c940c919
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-07-05T07:17:30.917Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8ba7e18c-bb4f-4097-8604-cf66dd5bc652 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T07:17:30.938Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:17:30.939Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-05T07:17:30.939Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-05T07:17:30.939Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5e4ab00c-c1cc-452b-a605-cf0031823b46 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-07-05T07:17:30.939Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-07-05T07:17:30.939Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:31.149Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-07-05T07:17:31.153Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 5e4ab00c-c1cc-452b-a605-cf0031823b46 105663
2022-07-05T07:17:31.153Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:31.154Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:31.154Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-07-05T07:17:31.154Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:31.156Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:31.156Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005451153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:17:31.256Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:31.257Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:31.257Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:31.275Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:31.275Z||pool-160-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-07-05T07:17:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:17:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:17:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:31.826Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:17:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1a407544-2f4d-4356-9b4d-ba5398c7c516",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005387001,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:17:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:17:32.157Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-07-05T07:17:32.157Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-07-05T07:17:32.157Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5e4ab00c-c1cc-452b-a605-cf0031823b46, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T07:17:32.158Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-07-05T07:17:32.158Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T07:17:32.158Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T07:17:32.338Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11118297766327830066/Definitions/service-TestPnfMacro-template.yml
2022-07-05T07:17:33.165Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-07-05T07:17:33.165Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-05T07:17:33.165Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-07-05T07:17:33.165Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-07-05T07:17:33.166Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.166Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.166Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.166Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.166Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.166Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.166Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.166Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-07-05T07:17:33.167Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:17:33.167Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.167Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-05T07:17:33.167Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-05T07:17:33.167Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T07:17:33.168Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:17:33.168Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.168Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-07-05T07:17:33.168Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-07-05T07:17:33.168Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-07-05T07:17:33.168Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:17:33.168Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.169Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:17:33.169Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.169Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:17:33.169Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.169Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:17:33.169Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.169Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:17:33.169Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.170Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:8ba7e18c-bb4f-4097-8604-cf66dd5bc652
Model Version:NULL
Model InvariantUuid:18458564-2916-4678-944f-35e3f3982885
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-07-05T07:17:33.175Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 09d8fd09-9d65-474c-baec-4584c940c919
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:17:33.178Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-07-05T07:17:33.178Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 09d8fd09-9d65-474c-baec-4584c940c919
2022-07-05T07:17:33.178Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 8ba7e18c-bb4f-4097-8604-cf66dd5bc652
2022-07-05T07:17:33.178Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 8ba7e18c-bb4f-4097-8604-cf66dd5bc652
2022-07-05T07:17:33.178Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 09d8fd09-9d65-474c-baec-4584c940c919 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-07-05T07:17:33.182Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@677d6a45, org.onap.sdc.toscaparser.api.parameters.Input@7c62aa9d, org.onap.sdc.toscaparser.api.parameters.Input@25a0365, org.onap.sdc.toscaparser.api.parameters.Input@7faeaf78, org.onap.sdc.toscaparser.api.parameters.Input@738ddd8a]
2022-07-05T07:17:33.182Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:17:33.182Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.182Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 8ba7e18c-bb4f-4097-8604-cf66dd5bc652: test-pnf
2022-07-05T07:17:33.183Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||Processing PNF resource: 09d8fd09-9d65-474c-baec-4584c940c919
2022-07-05T07:17:33.183Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-07-05T07:17:33.183Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.183Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||Resource customization UUID: 9670f686-2ecf-46f1-bf69-cddb300a286a is the same as notified resource customizationUUID: 9670f686-2ecf-46f1-bf69-cddb300a286a
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-07-05T07:17:33.221Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 09d8fd09-9d65-474c-baec-4584c940c919 0 ASDC deployResourceStructure
2022-07-05T07:17:33.222Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.222Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:33.222Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-07-05T07:17:33.223Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:17:33.225Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:17:33.225Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005453222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:17:33.325Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:17:33.326Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:17:33.326Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:17:33.342Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:17:33.342Z||pool-161-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-07-05T07:17:34.226Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b222f2ee-94b3-4812-b2e3-44d98eefe6ea
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:17:34.236Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b222f2ee-94b3-4812-b2e3-44d98eefe6ea
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-07-05T07:17:34.238Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-07-05T07:17:34.238Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-07-05T07:17:34.239Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-07-05T07:17:34.239Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-07-05T07:17:34.239Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:17:34.239Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:17:34.239Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:17:34.239Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:17:34.240Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:17:34.240Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:17:34.240Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-07-05T07:17:34.240Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:17:34.244Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-07-05T07:18:04.245Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b222f2ee-94b3-4812-b2e3-44d98eefe6ea and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-07-05T07:18:04.249Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b222f2ee-94b3-4812-b2e3-44d98eefe6ea and serviceModelVersionId: 8ba7e18c-bb4f-4097-8604-cf66dd5bc652
2022-07-05T07:18:04.250Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18458564-2916-4678-944f-35e3f3982885
2022-07-05T07:18:04.251Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18458564-2916-4678-944f-35e3f3982885/model-vers/model-ver/8ba7e18c-bb4f-4097-8604-cf66dd5bc652?depth=0
2022-07-05T07:18:04.254Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-07-05T07:18:04.287Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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/18458564-2916-4678-944f-35e3f3982885/model-vers/model-ver/8ba7e18c-bb4f-4097-8604-cf66dd5bc652?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-07-05T07:18:04.288Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18458564-2916-4678-944f-35e3f3982885/model-vers/model-ver/8ba7e18c-bb4f-4097-8604-cf66dd5bc652?depth=0|INFO|500||Invoke
2022-07-05T07:18:04.304Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18458564-2916-4678-944f-35e3f3982885/model-vers/model-ver/8ba7e18c-bb4f-4097-8604-cf66dd5bc652?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-07-05T07:18:04.385Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18458564-2916-4678-944f-35e3f3982885/model-vers/model-ver/8ba7e18c-bb4f-4097-8604-cf66dd5bc652?depth=0|INFO|500||InvokeReturn
2022-07-05T07:18:04.387Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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/18458564-2916-4678-944f-35e3f3982885/model-vers/model-ver/8ba7e18c-bb4f-4097-8604-cf66dd5bc652?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220705-07:18:03:599-15598], vertex-id=[503880], Content-Length=[0], Date=[Tue, 05 Jul 2022 07:18:03 GMT], Content-Type=[application/json]}
2022-07-05T07:18:04.387Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-07-05T07:18:04.387Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-07-05T07:18:04.387Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:18:04.392Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:18:04.393Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b222f2ee-94b3-4812-b2e3-44d98eefe6ea and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-07-05T07:18:04.393Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-07-05T07:18:04.393Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-07-05T07:18:04.395Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-07-05T07:18:04.395Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005484393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:18:04.495Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-07-05T07:18:04.496Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-07-05T07:18:04.496Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:18:04.513Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:18:04.514Z||pool-162-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-07-05T07:18:05.405Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:18:05.406Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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-07-05T07:18:05.406Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:18:14.961Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:18:14.962Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:18:14.963Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:18:14.963Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as zFjjb7bRxBznmSyC) ...
2022-07-05T07:18:24.517Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:18:24.518Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:18:24.519Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:18:24.519Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:18:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:18:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:18:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:18:31.825Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:18:31.825Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.825Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.826Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.826Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-07-05T07:18:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-07-05T07:18:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.827Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-07-05T07:18:31.828Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.829Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:18:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.830Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005400798,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:18:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005403156,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:18:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005404244,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:18:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:31.831Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005405437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:18:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005406552,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-07-05T07:18:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005407555,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-07-05T07:18:31.832Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005408559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-07-05T07:18:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005409563,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:18:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "03e75104-b05f-493f-bafe-bf4dbe097d32",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005440873,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:18:31.833Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.834Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.835Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.835Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.835Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.835Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.835Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.835Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.835Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.835Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.835Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.836Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.836Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.836Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.836Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.836Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.836Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-07-05T07:18:31.836Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.836Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.836Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005388015,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-07-05T07:18:31.837Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-07-05T07:18:31.837Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:18:31.837Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005451153,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-07-05T07:18:31.837Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:18:34.087Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:18:34.088Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:18:34.088Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:18:34.088Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:18:43.639Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:18:43.639Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:18:43.640Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:18:43.640Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:18:53.199Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:19:31.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:19:31.791Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:19:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:19:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:19:31.794Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:19:31.795Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:19:32.320Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:19:32.321Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:19:32.321Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005453222,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-07-05T07:19:32.322Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:19:32.322Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-07-05T07:19:32.322Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b222f2ee-94b3-4812-b2e3-44d98eefe6ea",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1657005484393,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-07-05T07:19:32.322Z|1052a856-4c7c-41b2-8730-2b5d87d5b2bc|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-07-05T07:19:41.353Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:20:31.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:20:31.791Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:20:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:20:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:20:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:20:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:20:41.349Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:20:41.349Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:21:31.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:21:31.791Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:21:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:21:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:21:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:21:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:21:41.356Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:21:41.363Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:22:31.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:22:31.791Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:22:31.791Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:22:31.794Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:22:31.794Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:22:31.794Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:22:41.352Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:22:41.357Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:23:31.790Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:23:31.792Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:23:31.792Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:23:31.794Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:23:31.794Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:23:31.795Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:23:41.344Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:23:41.344Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:24:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:24:31.793Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:24:31.793Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:24:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:24:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:24:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:24:41.355Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:24:41.355Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:25:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:25:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:25:31.792Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:25:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:25:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:25:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:25:41.360Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:25:41.361Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:26:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:26:31.792Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:26:31.792Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:26:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:26:31.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:26:31.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:26:41.344Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:26:41.346Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:27:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:27:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:27:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:27:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:27:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:27:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:27:41.351Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:27:41.351Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:28:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:28:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:28:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:28:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:28:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:28:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:28:41.348Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:28:41.350Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:29:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:29:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:29:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:29:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:29:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:29:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:29:41.360Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:29:41.363Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:30:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:30:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:30:31.792Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:30:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:30:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:30:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:30:41.348Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:30:41.348Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:31:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:31:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:31:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:31:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:31:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:31:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:31:41.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:31:41.360Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:32:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:32:31.793Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:32:31.794Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:32:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:32:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:32:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:32:41.346Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:32:41.346Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:33:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:33:31.792Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:33:31.792Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:33:31.794Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:33:31.794Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:33:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:33:41.345Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:33:41.346Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:34:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:34:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:34:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:34:31.794Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:34:31.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:34:31.795Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:34:41.369Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:34:41.374Z|ee1be6b8-461f-4ba7-8b1a-2e3d785a5251|pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:35:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:35:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:35:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:35:31.794Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:35:31.794Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:35:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:35:41.342Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:35:41.342Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:36:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:36:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:36:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:36:31.794Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:36:31.794Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:36:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:36:41.347Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:36:41.347Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:37:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:37:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:37:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:37:31.794Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:37:31.794Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:37:31.794Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:37:41.343Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:37:41.343Z|2da7f006-8fb7-4f4e-9b95-94b15c03c3d7|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:38:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:38:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:38:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:38:31.794Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:38:31.794Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:38:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:38:41.350Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:38:41.353Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:39:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:39:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:39:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:39:31.794Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:39:31.794Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:39:31.794Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:39:41.346Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:39:41.346Z|b222f2ee-94b3-4812-b2e3-44d98eefe6ea|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:40:31.790Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:40:31.793Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:40:31.793Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:40:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:40:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:40:31.795Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:40:41.360Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:40:41.369Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:41:31.791Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:41:31.792Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:41:31.793Z|a4db838c-02fc-4a65-8902-49b824b3b665|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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:41:31.794Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-07-05T07:41:31.794Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-07-05T07:41:31.794Z||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 zFjjb7bRxBznmSyC) ...
2022-07-05T07:41:41.353Z|a4db838c-02fc-4a65-8902-49b824b3b665|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-07-05T07:41:41.354Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK