Results

By type

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

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

2022-06-19T03:36:40.810Z||main|||||INFO|500||The following profiles are active: basic
2022-06-19T03:36:53.009Z||main|||||INFO|500||Starting service [Tomcat]
2022-06-19T03:36:53.010Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-06-19T03:36:53.145Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-06-19T03:36:57.210Z||main|||||INFO|500||catdb-pool - Starting...
2022-06-19T03:36:57.631Z||main|||||INFO|500||catdb-pool - Start completed.
2022-06-19T03:36:58.099Z||main|||||INFO|500||reqdb-pool - Starting...
2022-06-19T03:36:58.114Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-06-19T03:36:58.263Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-06-19T03:36:58.487Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-06-19T03:36:59.098Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-06-19T03:37:00.956Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-19T03:37:03.464Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-19T03:37:03.519Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-06-19T03:37:04.145Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-06-19T03:37:04.398Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-06-19T03:37:05.678Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-06-19T03:37:06.755Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-06-19T03:37:06.777Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$51610b81.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-06-19T03:37:06.778Z||main|||||WARN|500||The sdc end point is not alive
2022-06-19T03:37:09.792Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-06-19T03:37:12.605Z||main|||||WARN|500||---
2022-06-19T03:37:12.606Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-06-19T03:37:12.606Z||main|||||WARN|500||---
2022-06-19T03:37:13.078Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-06-19T03:37:17.834Z||main|||||INFO|500||Started Application in 40.241 seconds (JVM running for 42.33)
2022-06-19T03:37:17.853Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:37:17.855Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:37:17.867Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:37:17.892Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:37:17.933Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2c15173a-212a-4670-a159-f85f077efdd1 url= /sdc/v1/artifactTypes
2022-06-19T03:37:17.933Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:37:19.028Z||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.16.68] 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$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-19T03:37:19.032Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@2ff7fd01
2022-06-19T03:37:19.033Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:37:19.047Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:37:19.049Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:37:19.051Z||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$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-19T03:38:07.830Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:38:07.832Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:38:07.832Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:38:07.839Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:38:07.848Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= b7aa1af8-a1ff-4677-95a6-8d9a8a036e6c url= /sdc/v1/artifactTypes
2022-06-19T03:38:07.849Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:38:08.885Z||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.16.68] 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$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-19T03:38:08.887Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@47220a49
2022-06-19T03:38:08.887Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:38:08.888Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:38:08.888Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:38:08.889Z||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$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-19T03:38:57.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:38:57.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:38:57.830Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:38:57.835Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:38:57.842Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 0c9478d3-f165-45ec-b593-a6d41b351542 url= /sdc/v1/artifactTypes
2022-06-19T03:38:57.842Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:38:58.874Z||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.16.68] 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$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 50 common frames omitted
2022-06-19T03:38:58.875Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@18a6437c
2022-06-19T03:38:58.875Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:38:58.876Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:38:58.877Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:38:58.877Z||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$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 33 common frames omitted
2022-06-19T03:39:47.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:39:47.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:39:47.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:39:47.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:39:47.840Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 198e72b7-fc21-4395-8a03-b8c09329e0a4 url= /sdc/v1/artifactTypes
2022-06-19T03:39:47.840Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:39:48.857Z||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.16.68] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-19T03:39:48.859Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@55208acd
2022-06-19T03:39:48.860Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:39:48.861Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:39:48.861Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:39:48.863Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-19T03:40:37.829Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:40:37.830Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:40:37.831Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:40:37.834Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:40:37.843Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 3d3f7bbf-94e2-40d5-908d-fc5fa27f7d16 url= /sdc/v1/artifactTypes
2022-06-19T03:40:37.843Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:40:38.869Z||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.16.68] failed: Connection refused (Connection refused)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:156)
	at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:376)
	at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:393)
	at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:236)
	at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:186)
	at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89)
	at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:110)
	at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:83)
	at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:108)
	at org.onap.sdc.http.HttpAsdcClient.getRequest(HttpAsdcClient.java:293)
	at org.onap.sdc.http.SdcConnectorClient.performAsdcServerRequest(SdcConnectorClient.java:128)
	at org.onap.sdc.http.SdcConnectorClient.getValidArtifactTypesList(SdcConnectorClient.java:96)
	at org.onap.sdc.impl.DistributionClientImpl.validateArtifactTypesWithAsdcServer(DistributionClientImpl.java:347)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:293)
	at org.onap.sdc.impl.DistributionClientImpl.init(DistributionClientImpl.java:266)
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:229)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.SocksSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:368)
	at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142)
	... 49 common frames omitted
2022-06-19T03:40:38.870Z||scheduling-1|||||ERROR|500||status from ASDC is org.onap.sdc.http.HttpAsdcResponse@727dd893
2022-06-19T03:40:38.870Z||scheduling-1|||||ERROR|500||DistributionClientResultImpl [responseStatus=ASDC_CONNECTION_FAILED, responseMessage=ASDC server problem]
2022-06-19T03:40:38.871Z||scheduling-1|||||DEBUG|500||error from ASDC is: failed to connect
2022-06-19T03:40:38.871Z||scheduling-1|||||DEBUG|500||ASDC distribution client init failed with reason:ASDC server problem
2022-06-19T03:40:38.872Z||scheduling-1|||||ERROR|500||Unexpected error occurred in scheduled task
org.onap.logging.filter.base.ScheduledTaskException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:64)
	at org.onap.so.asdc.ASDCControllerSingleton$$FastClassBySpringCGLIB$$4bf8249d.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:88)
	at org.springframework.cloud.sleuth.instrument.scheduling.TraceSchedulingAspect.traceBackgroundThread(TraceSchedulingAspect.java:68)
	at jdk.internal.reflect.GeneratedMethodAccessor140.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:644)
	at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:633)
	at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:70)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.ASDCControllerSingleton$$EnhancerBySpringCGLIB$$bc22c81c.periodicControllerTask()
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84)
	at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
Caused by: org.onap.so.asdc.client.exceptions.ASDCControllerException: Initialization of the ASDC Controller failed with reason: ASDC server problem
	at org.onap.so.asdc.client.ASDCController.initASDC(ASDCController.java:236)
	at org.onap.so.asdc.ASDCControllerSingleton.periodicControllerTask(ASDCControllerSingleton.java:61)
	... 32 common frames omitted
2022-06-19T03:41:27.828Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-06-19T03:41:27.829Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-06-19T03:41:27.829Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-06-19T03:41:27.854Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-06-19T03:41:27.879Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= e4938e88-baff-4e97-bb3c-940b55c8ad40 url= /sdc/v1/artifactTypes
2022-06-19T03:41:27.879Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-06-19T03:41:28.141Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-06-19T03:41:28.153Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-06-19T03:41:28.193Z||scheduling-1|||||DEBUG|500||create keys
2022-06-19T03:41:28.202Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-06-19T03:41:28.238Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:41:28.261Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= d874adc1-9348-468c-b546-fb0691bb7f8e url= /sdc/v1/registerForDistribution
2022-06-19T03:41:28.426Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= d874adc1-9348-468c-b546-fb0691bb7f8e url= /sdc/v1/registerForDistribution
2022-06-19T03:41:28.427Z||scheduling-1|||||INFO|500||start DistributionClient
2022-06-19T03:41:28.440Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:41:28.441Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:41:28.446Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-06-19T03:41:28.462Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:41:28.463Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:41:28.464Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:41:28.465Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:41:38.831Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:41:38.830Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:42:28.436Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:42:28.438Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:42:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:42:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:42:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:42:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:42:38.000Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:42:38.000Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:43:28.436Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:43:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:43:28.441Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:43:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:43:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:43:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:43:38.091Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:43:38.093Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:44:28.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:44:28.437Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:44:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:44:28.440Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:44:28.442Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:44:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:44:38.007Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:44:38.014Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:45:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:45:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:45:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:45:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:45:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:45:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:45:37.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:45:37.999Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:46:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:46:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:46:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:46:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:46:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:46:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:46:37.990Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:46:37.989Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:46:51.673Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-06-19T03:47:28.437Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:47:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:47:28.440Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:47:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:47:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:47:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:47:37.998Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:47:37.998Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:48:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:48:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:48:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:48:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:48:28.443Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:48:28.443Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:48:37.996Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:48:37.997Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:49:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:49:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:49:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:49:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:49:28.440Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:49:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:49:37.984Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:49:37.985Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:50:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:50:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:50:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:50:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:50:28.439Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:50:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:50:37.992Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:50:37.993Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:51:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:51:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:51:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:51:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:51:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:51:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:51:37.988Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:51:37.987Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:52:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:52:28.438Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:52:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:52:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:52:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:52:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:52:37.991Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:52:37.992Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:53:28.436Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:53:28.437Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:53:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:53:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:53:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:53:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:53:37.992Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:53:37.992Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:54:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:54:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:54:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:54:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:54:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:54:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:54:37.991Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:54:37.991Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:55:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:55:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:55:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:55:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:55:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:55:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:55:37.991Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:55:37.992Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:56:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:56:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:56:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:56:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:56:28.439Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:56:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:56:37.997Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:56:37.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:57:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:57:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:57:28.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:57:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:57:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:57:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:57:37.986Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:57:37.986Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:58:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:58:28.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:58:28.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:58:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:58:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:58:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:58:37.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:58:38.010Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:59:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:59:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:59:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T03:59:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T03:59:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T03:59:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T03:59:37.981Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T03:59:37.984Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:00:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:00:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:00:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:00:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:00:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:00:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:00:37.984Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:00:37.987Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:01:28.438Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:01:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:01:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:01:28.439Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:01:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:01:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:01:37.991Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:01:38.026Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:02:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:02:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:02:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:02:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:02:28.439Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:02:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:02:37.983Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:02:37.991Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:03:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:03:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:03:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:03:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:03:28.439Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:03:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:03:37.988Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:03:37.997Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:04:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:04:28.438Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:04:28.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:04:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:04:28.439Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:04:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:04:37.991Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:04:37.991Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:05:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:05:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:05:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:05:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:05:28.440Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:05:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:05:37.991Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:05:38.007Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:06:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:06:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:06:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:06:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:06:28.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:06:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:06:37.989Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:06:37.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:07:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:07:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:07:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:07:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:07:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:07:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:07:37.983Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:07:37.984Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:08:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:08:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:08:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:08:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:08:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:08:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:08:37.984Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:08:37.985Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:09:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:09:28.437Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:09:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:09:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:09:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:09:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:09:37.989Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:09:37.989Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:10:28.437Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:10:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:10:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:10:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:10:28.440Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:10:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:10:37.999Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:10:38.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:11:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:11:28.438Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:11:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:11:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:11:28.440Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:11:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:11:37.982Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:11:37.988Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:12:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:12:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:12:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:12:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:12:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:12:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:12:37.989Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:12:38.000Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:13:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:13:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:13:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:13:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:13:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:13:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:13:37.990Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:13:38.005Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:14:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:14:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:14:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:14:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:14:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:14:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:14:37.983Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:14:37.989Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:15:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:15:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:15:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:15:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:15:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:15:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:15:38.012Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:15:38.013Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:16:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:16:28.437Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:16:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:16:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:16:28.439Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:16:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:16:37.986Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:16:37.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:17:28.436Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:17:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:17:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:17:28.440Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:17:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:17:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:17:37.990Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:17:37.993Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:18:28.436Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:18:28.438Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:18:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:18:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:18:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:18:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:18:37.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:18:37.993Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:19:28.436Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:19:28.437Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:19:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:19:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:19:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:19:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:19:37.993Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:19:37.993Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:20:28.436Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:20:28.437Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:20:28.438Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:20:28.439Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:20:28.440Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:20:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:20:37.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:20:37.997Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:21:28.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:21:28.437Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:21:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:21:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:21:28.440Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:21:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:21:37.995Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:21:37.995Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:22:28.436Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:22:28.437Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:22:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:22:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:22:28.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:22:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:22:37.995Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:22:37.995Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:23:28.436Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:23:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:23:28.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:23:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:23:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:23:28.439Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:23:37.991Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:23:37.991Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:24:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:24:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:24:28.438Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:24:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:24:28.440Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:24:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:24:37.990Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:24:37.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:25:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:25:28.437Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:25:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:25:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:25:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:25:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:25:37.988Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:25:37.990Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:26:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:26:28.437Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:26:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:26:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:26:28.439Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:26:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:26:37.983Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:26:38.004Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:27:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:27:28.437Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:27:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:27:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:27:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:27:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:27:37.996Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:27:38.001Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:28:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:28:28.437Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:28:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:28:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:28:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:28:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:28:37.985Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:28:37.985Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:28.436Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:29:28.437Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:29:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:29:28.440Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:29:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:28.580Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:28.588Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.588Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612928264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612927322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.619Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612928166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.620Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.620Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.620Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612928264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.621Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.621Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.621Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612927322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "cds",
  "timestamp": 1655612931851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.622Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612928166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.623Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.623Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.623Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612928264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612927322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.624Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "cds",
  "timestamp": 1655612931851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612928166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.625Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612928264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.626Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.626Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.626Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612927322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.627Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.627Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.627Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "cds",
  "timestamp": 1655612931851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612928166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.628Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.629Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612928264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612927322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.630Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "cds",
  "timestamp": 1655612931851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.631Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.631Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.631Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612928166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612928264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.632Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612927322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.633Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.633Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.633Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "cds",
  "timestamp": 1655612931851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612928166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.634Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612928264,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.635Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.635Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.635Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612927322,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "cds",
  "timestamp": 1655612931851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.636Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612928166,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:29:28.637Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.637Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.637Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612938007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.638Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.638Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.638Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "cds",
  "timestamp": 1655612931851,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:29:28.639Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.639Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.639Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612939199,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:28.639Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612939615,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.640Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612938007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612938284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.641Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "cds",
  "timestamp": 1655612939786,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:28.642Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:28.642Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.642Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612940283,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:28.643Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:28.643Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.643Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612938007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:29:28.643Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.644Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612938284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:28.644Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:28.644Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:28.645Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "cds",
  "timestamp": 1655612940822,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:28.930Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:28.956Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.050Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.050Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612938007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.051Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.051Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.051Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612941342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612938284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.052Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612938007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.053Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.053Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.053Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612942414,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.073Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:29.075Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.075Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"b93204c0-1311-49b2-99b2-a1d13298745c","serviceName":"vFW 2022-06-19 04-27-42","serviceVersion":"1.0","serviceUUID":"a8c05d86-3f71-40ef-b8ab-05c9c2a535ca","serviceDescription":"catalog service description","serviceInvariantUUID":"8e47c4aa-f989-4d7a-af6c-e1a4a564d046","resources":[{"resourceInstanceName":"vFW a540e628-b98e 0","resourceName":"vFW a540e628-b98e","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e2dc4c88-7cee-43bc-9edc-87fe8768291f","resourceInvariantUUID":"60bc8b91-ace3-4c72-a0cc-87487f590fe5","resourceCustomizationUUID":"bb179383-a9b0-43e0-b4c0-e530a9f460a3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml","artifactChecksum":"NjU2MTk2MTgyZmU0OThjZmU0ZGZkOTYyNDg5NjFhZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec80c8bb-1676-4006-a7b8-e3f8c57644ff","artifactVersion":"1"},{"artifactName":"vfwa540e628b98e0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json","artifactChecksum":"MDViNDQwZDM5M2Y1NTQ3ZTJlNDU0N2JjNzYxOTUwYTM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"63f9c176-14ec-4480-848e-7247b55a0d63","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"31fb1424-310e-408e-80bf-7973d143b6e9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml","artifactChecksum":"OTg5YTY5NThjMmEzMTMzZTYxZjA0MzJjMzQ5NGZiOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd6b543b-85d3-41ed-951f-201d2e9b2d50","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"b1513a0f-eadb-4698-a3cb-ce4a9c55154c","artifactVersion":"2","generatedFromUUID":"31fb1424-310e-408e-80bf-7973d143b6e9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220619042742-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml","artifactChecksum":"Mzg5NzIxM2VlN2RhYjkyNDVmOWY3NWU1ZjgzM2Y3MDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d94c16b-6173-4d2f-a813-6fc06ed13d38","artifactVersion":"1"},{"artifactName":"service-Vfw20220619042742-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar","artifactChecksum":"ZmU2ZWVlZDVmNzQ5ZTFjNDI5YjYyNDViMTQyYzY2NTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6c3e7281-febb-40d9-b056-0cc49ed1101e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:29:29.084Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.084Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName POLICY
2022-06-19T04:29:29.088Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.094Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.117Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:29.117Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612938284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.129Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612941744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612938007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.130Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612943418,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612938284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.131Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612941744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612938007,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.132Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612938284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612945006,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612941744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.133Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612945810,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612938284,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.134Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.135Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612946011,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.146Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.147Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.164Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.164Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612941744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612946819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612946126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:29.165Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612941744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.166Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "policy-id",
  "timestamp": 1655612947823,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.177Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.177Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T04:29:29.209Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.209Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612941744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.210Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.210Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612941744,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:29:29.210Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612958104,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.211Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612960111,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:29:29.212Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612961100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.213Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "clamp",
  "timestamp": 1655612961116,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
2022-06-19T04:29:29.214Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms
2022-06-19T04:29:29.218Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:29.218Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.227Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.229Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c 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=?
2022-06-19T04:29:29.236Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:29.237Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.251Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.251Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "aai-ml",
  "timestamp": 1655612962106,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:29.259Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b93204c0-1311-49b2-99b2-a1d13298745c
2022-06-19T04:29:29.259Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId b93204c0-1311-49b2-99b2-a1d13298745c and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:29.284Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.284Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "cds",
  "timestamp": 1655612961851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.284Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.285Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612958166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.285Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.285Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.286Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612958007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.286Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.287Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612967324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.287Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.287Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "cds",
  "timestamp": 1655612961851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612958166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.288Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:29.289Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:29:29.289Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612958007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:29.289Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:29:30.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:30.132Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:30.135Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:30.135Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:29:30.235Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:30.236Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:30.236Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:30.250Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:30.251Z||pool-4-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:29:31.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:31.136Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:31.139Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:31.139Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:29:31.239Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:31.240Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:31.240Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:31.254Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:31.254Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:32.139Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:32.140Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:32.143Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:32.143Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:32.243Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:32.245Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:32.245Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:32.257Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:32.258Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:33.145Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:33.145Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:33.147Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:33.147Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-19T04:29:33.248Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:29:33.249Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:33.249Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:33.266Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:33.267Z||pool-7-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:29:34.148Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:34.149Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:34.152Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:34.153Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:29:34.253Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:34.255Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:34.255Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:34.269Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:34.270Z||pool-8-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:35.153Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:29:35.155Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:35.156Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:35.157Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:29:35.257Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:35.258Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:35.258Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:35.271Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:35.272Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:36.158Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "serviceName": "vFW 2022-06-19 04-27-42",
  "serviceVersion": "1.0",
  "serviceUUID": "a8c05d86-3f71-40ef-b8ab-05c9c2a535ca",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "8e47c4aa-f989-4d7a-af6c-e1a4a564d046",
  "resources": [
    {
      "resourceInstanceName": "vFW a540e628-b98e 0",
      "resourceCustomizationUUID": "bb179383-a9b0-43e0-b4c0-e530a9f460a3",
      "resourceName": "vFW a540e628-b98e",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "e2dc4c88-7cee-43bc-9edc-87fe8768291f",
      "resourceInvariantUUID": "60bc8b91-ace3-4c72-a0cc-87487f590fe5",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwa540e628b98e0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
          "artifactChecksum": "MDViNDQwZDM5M2Y1NTQ3ZTJlNDU0N2JjNzYxOTUwYTM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "63f9c176-14ec-4480-848e-7247b55a0d63",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "31fb1424-310e-408e-80bf-7973d143b6e9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "b1513a0f-eadb-4698-a3cb-ce4a9c55154c",
            "generatedFromUUID": "31fb1424-310e-408e-80bf-7973d143b6e9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "b1513a0f-eadb-4698-a3cb-ce4a9c55154c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220619042742-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
      "artifactChecksum": "ZmU2ZWVlZDVmNzQ5ZTFjNDI5YjYyNDViMTQyYzY2NTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6c3e7281-febb-40d9-b056-0cc49ed1101e"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T04:29:36.160Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:29:36.160Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8c05d86-3f71-40ef-b8ab-05c9c2a535ca ASDC
2022-06-19T04:29:36.301Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:b93204c0-1311-49b2-99b2-a1d13298745c
ServiceName:vFW 2022-06-19 04-27-42
ServiceVersion:1.0
ServiceUUID:a8c05d86-3f71-40ef-b8ab-05c9c2a535ca
ServiceInvariantUUID:8e47c4aa-f989-4d7a-af6c-e1a4a564d046
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220619042742-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
ArtifactUUID:6c3e7281-febb-40d9-b056-0cc49ed1101e
ArtifactChecksum:ZmU2ZWVlZDVmNzQ5ZTFjNDI5YjYyNDViMTQyYzY2NTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW a540e628-b98e 0
ResourceCustomizationUUID:bb179383-a9b0-43e0-b4c0-e530a9f460a3
ResourceInvariantUUID:60bc8b91-ace3-4c72-a0cc-87487f590fe5
ResourceName:vFW a540e628-b98e
ResourceType:VF
ResourceUUID:e2dc4c88-7cee-43bc-9edc-87fe8768291f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwa540e628b98e0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
ArtifactUUID:63f9c176-14ec-4480-848e-7247b55a0d63
ArtifactChecksum:MDViNDQwZDM5M2Y1NTQ3ZTJlNDU0N2JjNzYxOTUwYTM=
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/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
ArtifactUUID:31fb1424-310e-408e-80bf-7973d143b6e9
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/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
ArtifactUUID:b1513a0f-eadb-4698-a3cb-ce4a9c55154c
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/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
ArtifactUUID:b1513a0f-eadb-4698-a3cb-ce4a9c55154c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T04:29:36.302Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8c05d86-3f71-40ef-b8ab-05c9c2a535ca ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:29:36.398Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:29:36.400Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:29:36.401Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:29:36.402Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 6c3e7281-febb-40d9-b056-0cc49ed1101e from URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:36.402Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:29:36.406Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:36.490Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:29:36.510Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar 6c3e7281-febb-40d9-b056-0cc49ed1101e 99038
2022-06-19T04:29:36.511Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar ASDC sendASDCNotification
2022-06-19T04:29:36.511Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:36.512Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:29:36.513Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:36.517Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:36.517Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612976510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:36.616Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:29:36.617Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:36.617Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:36.631Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:36.631Z||pool-10-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:29:37.519Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:29:37.521Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:29:37.522Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 6c3e7281-febb-40d9-b056-0cc49ed1101e, URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar to file: /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:37.523Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220619042742-csar.csar
2022-06-19T04:29:37.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:37.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:38.375Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12735016616199929774/Definitions/service-Vfw20220619042742-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-06-19T04:29:41.574Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:29:41.579Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-19T04:29:41.579Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.580Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.581Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.582Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.582Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.582Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.582Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW a540e628-b98e 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-Vfw20220619042742-csar.csar
2022-06-19T04:29:41.583Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-19T04:29:41.589Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.591Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.595Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.595Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-19T04:29:41.597Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:29:41.599Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.600Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.600Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.600Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-19T04:29:41.600Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:29:41.601Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.601Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.605Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.605Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:41.605Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:41.605Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:41.606Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.606Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.606Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.606Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:41.607Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:41.607Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:41.607Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:41.607Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.608Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.608Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:41.608Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.609Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:29:41.611Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.611Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.611Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:41.612Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.612Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.612Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:41.612Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.613Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:41.613Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:41.613Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.613Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:41.614Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:41.614Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-19T04:29:41.614Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:41.614Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:41.615Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.616Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:41.616Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.616Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b072e19b-0411-4681-81cc-347a9a163c86
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.617Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.618Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.618Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:41.618Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:41.618Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.619Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=df2e47fa-26c0-4782-919a-0343ce525a76
2022-06-19T04:29:41.620Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.620Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:41.620Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:41.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:41.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:41.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:41.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:41.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:41.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-19T04:29:41.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a1104a0-2d51-42d8-b4c6-3077afd6b039
2022-06-19T04:29:41.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.624Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:41.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:41.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-06-19 04-27-42
Description:catalog service description
Model UUID:a8c05d86-3f71-40ef-b8ab-05c9c2a535ca
Model Version:NULL
Model InvariantUuid:8e47c4aa-f989-4d7a-af6c-e1a4a564d046
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW a540e628-b98e
Model UUID:befb5992-ccec-406b-a4ad-8dd45295d5a9
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:60bc8b91-ace3-4c72-a0cc-87487f590fe5
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bb179383-a9b0-43e0-b4c0-e530a9f460a3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f4ef4285-11c5-4157-85c9-ad929fbec4e3
ModelName:VfwA540e628B98e..base_vfw..module-0
ModelUuid:c402c21d-3330-4dc8-8c92-ccafac2648b0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b072e19b-0411-4681-81cc-347a9a163c86
ModelInvariantUuid:f33aee00-d79c-4a99-93b9-aedcd89c57ed
ModelName:vFW a540e628-b98e-nodes.vfwCvfc
ModelUuid:e6585f05-dd92-4cc1-b8c6-a6774cb55216
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:273a88fb-4328-490a-958e-520835c11b21
ModelInvariantUuid:ec7f239b-37f0-4cc1-b803-7e19694b570b
ModelName:VfwA540e628B98e.compute.nodes.heat.vfw
ModelUuid:769611b9-1690-4957-908e-5fd65f0beb79
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:df2e47fa-26c0-4782-919a-0343ce525a76
ModelInvariantUuid:1dd4b4d2-e725-4dac-9ced-0f9c575b60f6
ModelName:vFW a540e628-b98e-nodes.vsnCvfc
ModelUuid:eddde267-684a-429d-9f6b-25c3903b8181
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:4ed29494-af2b-4601-8d60-3e2c7c2701c7
ModelInvariantUuid:cbf11144-44ef-4834-8083-de76fd14ba53
ModelName:VfwA540e628B98e.compute.nodes.heat.vsn
ModelUuid:473d1cd5-4d9f-4517-b957-99add911681a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0a1104a0-2d51-42d8-b4c6-3077afd6b039
ModelInvariantUuid:e3fbd31c-f352-444a-a825-61f80375140d
ModelName:vFW a540e628-b98e-nodes.vpgCvfc
ModelUuid:eacea1f7-6948-495a-be95-7dce7c25e520
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:5e76caf5-cd94-4b71-9071-2e8a07b124e2
ModelInvariantUuid:2f873a8f-b8c0-47f4-b3fc-7253c8f93aa3
ModelName:VfwA540e628B98e.compute.nodes.heat.vpg
ModelUuid:e3b78bdb-8de7-4f0c-8abe-f21a1742c965
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:29:41.638Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: e2dc4c88-7cee-43bc-9edc-87fe8768291f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:29:41.723Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||vFW a540e628-b98e 0
2022-06-19T04:29:41.731Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e2dc4c88-7cee-43bc-9edc-87fe8768291f
2022-06-19T04:29:41.731Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 63f9c176-14ec-4480-848e-7247b55a0d63 from URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
2022-06-19T04:29:41.731Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:29:41.731Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
2022-06-19T04:29:41.787Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:29:41.788Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json 63f9c176-14ec-4480-848e-7247b55a0d63 785
2022-06-19T04:29:41.788Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json ASDC sendASDCNotification
2022-06-19T04:29:41.788Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
2022-06-19T04:29:41.789Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:29:41.789Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:41.791Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:41.791Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612981788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:41.891Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:41.892Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:41.892Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:41.926Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:41.927Z||pool-11-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:42.792Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA540e628B98e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f4ef4285-11c5-4157-85c9-ad929fbec4e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c402c21d-3330-4dc8-8c92-ccafac2648b0",
    "vfModuleModelCustomizationUUID": "6dbed666-8bc0-43d3-94b5-6196d936cc24",
    "isBase": true,
    "artifacts": [
      "31fb1424-310e-408e-80bf-7973d143b6e9",
      "b1513a0f-eadb-4698-a3cb-ce4a9c55154c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T04:29:42.807Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA540e628B98e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c402c21d-3330-4dc8-8c92-ccafac2648b0
VfModuleModelInvariantUUID:f4ef4285-11c5-4157-85c9-ad929fbec4e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
31fb1424-310e-408e-80bf-7973d143b6e9
,
b1513a0f-eadb-4698-a3cb-ce4a9c55154c

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

isBase:true


}

2022-06-19T04:29:42.810Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwA540e628B98e..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f4ef4285-11c5-4157-85c9-ad929fbec4e3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c402c21d-3330-4dc8-8c92-ccafac2648b0",
    "vfModuleModelCustomizationUUID": "6dbed666-8bc0-43d3-94b5-6196d936cc24",
    "isBase": true,
    "artifacts": [
      "31fb1424-310e-408e-80bf-7973d143b6e9",
      "b1513a0f-eadb-4698-a3cb-ce4a9c55154c"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T04:29:42.811Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwA540e628B98e..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c402c21d-3330-4dc8-8c92-ccafac2648b0
VfModuleModelInvariantUUID:f4ef4285-11c5-4157-85c9-ad929fbec4e3
VfModuleModelDescription:NULL
Artifacts UUID List:{
31fb1424-310e-408e-80bf-7973d143b6e9
,
b1513a0f-eadb-4698-a3cb-ce4a9c55154c

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

isBase:true


}

2022-06-19T04:29:42.811Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 31fb1424-310e-408e-80bf-7973d143b6e9 from URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
2022-06-19T04:29:42.811Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:29:42.811Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
2022-06-19T04:29:42.884Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml 31fb1424-310e-408e-80bf-7973d143b6e9 20368
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:29:42.885Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:42.894Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:42.894Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612982885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:43.002Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-19T04:29:43.003Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:43.003Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:43.051Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:43.051Z||pool-12-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:43.894Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b1513a0f-eadb-4698-a3cb-ce4a9c55154c from URL: /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
2022-06-19T04:29:43.895Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:29:43.896Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
2022-06-19T04:29:43.990Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:29:43.994Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env b1513a0f-eadb-4698-a3cb-ce4a9c55154c 2098
2022-06-19T04:29:43.994Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-19T04:29:43.994Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
2022-06-19T04:29:43.994Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:29:43.995Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:43.997Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:43.997Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612983994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:29:44.097Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:44.098Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:44.098Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:44.121Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:44.122Z||pool-13-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:44.998Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a8c05d86-3f71-40ef-b8ab-05c9c2a535ca
2022-06-19T04:29:44.999Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW a540e628-b98e 0 e2dc4c88-7cee-43bc-9edc-87fe8768291f ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:29:45.051Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@45771362, org.onap.sdc.toscaparser.api.parameters.Input@2d615e92, org.onap.sdc.toscaparser.api.parameters.Input@312a6241, org.onap.sdc.toscaparser.api.parameters.Input@26ffd38f, org.onap.sdc.toscaparser.api.parameters.Input@5bee2831]
2022-06-19T04:29:45.061Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.061Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.061Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-19T04:29:45.062Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= bb179383-a9b0-43e0-b4c0-e530a9f460a3
2022-06-19T04:29:45.062Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bb179383-a9b0-43e0-b4c0-e530a9f460a3 matches Tosca VF Customization UUID: bb179383-a9b0-43e0-b4c0-e530a9f460a3
2022-06-19T04:29:45.062Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: bb179383-a9b0-43e0-b4c0-e530a9f460a3  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-19T04:29:45.071Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.072Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.075Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id bb179383-a9b0-43e0-b4c0-e530a9f460a3: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-06-19T04:29:45.075Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@261c6e33
2022-06-19T04:29:45.076Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.076Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:29:45.076Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6dbed666-8bc0-43d3-94b5-6196d936cc24
2022-06-19T04:29:45.078Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6dbed666-8bc0-43d3-94b5-6196d936cc24
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-19T04:29:45.089Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.090Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.090Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.091Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.091Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.091Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.092Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.092Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:45.092Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:45.092Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-06-19T04:29:45.093Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:45.093Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:45.093Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:45.093Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.094Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.094Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:45.094Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.094Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:45.095Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.095Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=b072e19b-0411-4681-81cc-347a9a163c86
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:29:45.108Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.108Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.108Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.109Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.109Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:45.109Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:45.109Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:45.110Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.110Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.110Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.111Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:45.111Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:45.111Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-06-19T04:29:45.111Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-06-19T04:29:45.112Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.112Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-06-19T04:29:45.112Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.113Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=df2e47fa-26c0-4782-919a-0343ce525a76
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:29:45.116Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.117Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.117Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is not matching search criteria
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-06-19T04:29:45.121Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.122Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.122Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.122Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-06-19T04:29:45.122Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-06-19T04:29:45.123Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-06-19T04:29:45.123Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-06-19T04:29:45.123Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-06-19T04:29:45.123Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-06-19T04:29:45.124Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-06-19T04:29:45.124Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=0a1104a0-2d51-42d8-b4c6-3077afd6b039
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.128Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Node template vFW a540e628-b98e 0 is matching search criteria
2022-06-19T04:29:45.129Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW a540e628-b98e 0] matching following query criteria: sdcType=VF, customizationUUID=bb179383-a9b0-43e0-b4c0-e530a9f460a3
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:29:45.131Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.131Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.132Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a8c05d86-3f71-40ef-b8ab-05c9c2a535ca: vFW a540e628-b98e
2022-06-19T04:29:45.132Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.132Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.132Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.133Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.134Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.134Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.134Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.134Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.135Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:29:45.135Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-06-19 04-27-42 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:29:45.135Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-06-19 04-27-42 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:29:45.621Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW a540e628-b98e e2dc4c88-7cee-43bc-9edc-87fe8768291f 1 ASDC deployResourceStructure
2022-06-19T04:29:45.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json ASDC sendASDCNotification
2022-06-19T04:29:45.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json
2022-06-19T04:29:45.622Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:29:45.623Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:45.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:45.625Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612985622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:29:45.725Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:45.727Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:45.727Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:45.741Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:45.742Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:46.626Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-06-19T04:29:46.627Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml
2022-06-19T04:29:46.627Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:29:46.627Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:46.630Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:46.630Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612986626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:29:46.730Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:29:46.731Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:46.731Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:46.746Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:46.746Z||pool-15-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:47.630Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-06-19T04:29:47.631Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env
2022-06-19T04:29:47.631Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:29:47.632Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:47.634Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:47.635Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612987630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-19T04:29:47.734Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T04:29:47.735Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:47.736Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:47.749Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:47.750Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:48.637Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar ASDC sendASDCNotification
2022-06-19T04:29:48.638Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar
2022-06-19T04:29:48.638Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:29:48.639Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:29:48.642Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:29:48.643Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612988637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:29:48.742Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:29:48.744Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:29:48.744Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:29:48.762Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:29:48.763Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:29:49.645Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b93204c0-1311-49b2-99b2-a1d13298745c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:29:49.677Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b93204c0-1311-49b2-99b2-a1d13298745c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:29:49.683Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:29:49.683Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:29:49.683Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:29:49.683Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:29:49.684Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:29:49.685Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:29:49.685Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:29:49.693Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:30:19.693Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b93204c0-1311-49b2-99b2-a1d13298745c and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:30:19.710Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b93204c0-1311-49b2-99b2-a1d13298745c and serviceModelVersionId: a8c05d86-3f71-40ef-b8ab-05c9c2a535ca
2022-06-19T04:30:19.711Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8e47c4aa-f989-4d7a-af6c-e1a4a564d046
2022-06-19T04:30:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:30:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:30:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:28.481Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:28.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:30:28.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612968264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:30:28.483Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:30:34.406Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0
2022-06-19T04:30:34.522Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:30:35.068Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|INFO|500||Invoke
2022-06-19T04:30:35.076Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[b93204c0-1311-49b2-99b2-a1d13298745c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e938d664-c4b8-43aa-9d26-f63abd57b568], X-ECOMP-RequestID=[b93204c0-1311-49b2-99b2-a1d13298745c], X-TransactionId=[], X-ONAP-RequestID=[b93204c0-1311-49b2-99b2-a1d13298745c], Content-Type=[application/merge-patch+json]}
2022-06-19T04:30:35.211Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T04:30:35.447Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?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/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220619-04:30:35:222-90926], vertex-id=[163944], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:30:35 GMT], Content-Type=[application/json]}
2022-06-19T04:30:35.449Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:30:35.449Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8e47c4aa-f989-4d7a-af6c-e1a4a564d046/model-vers/model-ver/a8c05d86-3f71-40ef-b8ab-05c9c2a535ca?depth=0|INFO|500||InvokeReturn
2022-06-19T04:30:35.453Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:30:35.453Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:30:35.459Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:30:35.461Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b93204c0-1311-49b2-99b2-a1d13298745c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:30:35.461Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:30:35.462Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:35.464Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:35.464Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613035461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:30:35.565Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:30:35.566Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:35.566Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:35.578Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:35.579Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:30:36.484Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-06-19T04:30:36.484Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"20444544-f292-4328-8820-dcad2433a4fd","serviceName":"basic_onboard_BfCKfv","serviceVersion":"1.0","serviceUUID":"894e11a4-2219-4a69-b9da-2a543616552b","serviceDescription":"service","serviceInvariantUUID":"48544fd0-9a3a-47ca-b2b5-e99f7196fe5a","resources":[{"resourceInstanceName":"basic_onboard_BfCKfv 0","resourceName":"basic_onboard_BfCKfv","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7648862f-587f-481b-ae00-49c685629d8f","resourceInvariantUUID":"4d38c5b4-1c2f-4cc2-9f29-06ac7383ddb4","resourceCustomizationUUID":"dcc27328-0f97-4771-9061-de6145ce57b8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml","artifactChecksum":"ZmUxYjY4NzQ0NGM0NzI4MWMzMGU1ZDJjOTg2ODFjYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ae43b594-c65a-4161-ad80-75d60822204f","artifactVersion":"1"},{"artifactName":"basic_onboard_bfckfv0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json","artifactChecksum":"MmVmMTkyNDRkNjM2Mzg2Mzk5YmY0OTUwYTdjYzZjMzc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"68a561d1-4774-4d3c-bc97-29a1acacaf25","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c3c81dc4-5886-42ef-8e4a-5763b745de1a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f500397-a934-4176-84f1-cd1736297a3c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e54c01a3-ed1c-4d70-a52b-36e313878a23","artifactVersion":"2","generatedFromUUID":"c3c81dc4-5886-42ef-8e4a-5763b745de1a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBfckfv-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml","artifactChecksum":"ZDgzMDE2NDZiOTZiYjAwZTI5MTVlNjdiNjRlNWI0ZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"633ed807-aed0-4a60-b0ae-117e9c3cf358","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBfckfv-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar","artifactChecksum":"ODhiNDg1YWM2MGJlNmU1NWRmMDI0YWM3ZWIxYWQxOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"14bd427d-0473-4cfb-a6fc-2230a1fc16cb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:30:36.485Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:36.485Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:36.487Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:36.487Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:30:36.587Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:36.588Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:36.589Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:36.603Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:36.603Z||pool-19-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:37.487Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:37.488Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:37.490Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:37.490Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:30:37.591Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:37.592Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:37.592Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:37.605Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:37.605Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:38.491Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:38.492Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:38.494Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:38.494Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:30:38.595Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T04:30:38.596Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:38.596Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:38.616Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:38.617Z||pool-21-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:39.494Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:39.495Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:39.497Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:39.498Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:30:39.598Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:39.599Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:39.599Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:39.612Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:39.613Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:40.498Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:40.499Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:40.501Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:40.501Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-19T04:30:40.603Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:40.604Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:40.604Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:40.625Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:40.626Z||pool-23-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:41.502Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:41.503Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:41.505Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:41.505Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:30:41.605Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:41.606Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:41.607Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:41.619Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:41.619Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:42.507Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:30:42.508Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:42.509Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:42.510Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:30:42.610Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:42.611Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:42.611Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:42.624Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:42.624Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:43.511Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "serviceName": "basic_onboard_BfCKfv",
  "serviceVersion": "1.0",
  "serviceUUID": "894e11a4-2219-4a69-b9da-2a543616552b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "48544fd0-9a3a-47ca-b2b5-e99f7196fe5a",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_BfCKfv 0",
      "resourceCustomizationUUID": "dcc27328-0f97-4771-9061-de6145ce57b8",
      "resourceName": "basic_onboard_BfCKfv",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7648862f-587f-481b-ae00-49c685629d8f",
      "resourceInvariantUUID": "4d38c5b4-1c2f-4cc2-9f29-06ac7383ddb4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bfckfv0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
          "artifactChecksum": "MmVmMTkyNDRkNjM2Mzg2Mzk5YmY0OTUwYTdjYzZjMzc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "68a561d1-4774-4d3c-bc97-29a1acacaf25",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c3c81dc4-5886-42ef-8e4a-5763b745de1a",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "e54c01a3-ed1c-4d70-a52b-36e313878a23",
            "generatedFromUUID": "c3c81dc4-5886-42ef-8e4a-5763b745de1a"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "e54c01a3-ed1c-4d70-a52b-36e313878a23",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBfckfv-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
      "artifactChecksum": "ODhiNDg1YWM2MGJlNmU1NWRmMDI0YWM3ZWIxYWQxOGM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "14bd427d-0473-4cfb-a6fc-2230a1fc16cb"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T04:30:43.511Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:30:43.512Z|b93204c0-1311-49b2-99b2-a1d13298745c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 894e11a4-2219-4a69-b9da-2a543616552b ASDC
2022-06-19T04:30:43.512Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:20444544-f292-4328-8820-dcad2433a4fd
ServiceName:basic_onboard_BfCKfv
ServiceVersion:1.0
ServiceUUID:894e11a4-2219-4a69-b9da-2a543616552b
ServiceInvariantUUID:48544fd0-9a3a-47ca-b2b5-e99f7196fe5a
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBfckfv-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
ArtifactUUID:14bd427d-0473-4cfb-a6fc-2230a1fc16cb
ArtifactChecksum:ODhiNDg1YWM2MGJlNmU1NWRmMDI0YWM3ZWIxYWQxOGM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_BfCKfv 0
ResourceCustomizationUUID:dcc27328-0f97-4771-9061-de6145ce57b8
ResourceInvariantUUID:4d38c5b4-1c2f-4cc2-9f29-06ac7383ddb4
ResourceName:basic_onboard_BfCKfv
ResourceType:VF
ResourceUUID:7648862f-587f-481b-ae00-49c685629d8f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bfckfv0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
ArtifactUUID:68a561d1-4774-4d3c-bc97-29a1acacaf25
ArtifactChecksum:MmVmMTkyNDRkNjM2Mzg2Mzk5YmY0OTUwYTdjYzZjMzc=
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/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
ArtifactUUID:c3c81dc4-5886-42ef-8e4a-5763b745de1a
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/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
ArtifactUUID:e54c01a3-ed1c-4d70-a52b-36e313878a23
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/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
ArtifactUUID:e54c01a3-ed1c-4d70-a52b-36e313878a23
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T04:30:43.513Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 894e11a4-2219-4a69-b9da-2a543616552b ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:30:43.605Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:30:43.605Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:30:43.606Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:30:43.606Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 14bd427d-0473-4cfb-a6fc-2230a1fc16cb from URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:43.606Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:30:43.607Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:43.684Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:30:43.695Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar 14bd427d-0473-4cfb-a6fc-2230a1fc16cb 71567
2022-06-19T04:30:43.695Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar ASDC sendASDCNotification
2022-06-19T04:30:43.695Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:43.695Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:30:43.696Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:43.697Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:43.698Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613043695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:30:43.798Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:43.800Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:43.800Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:43.818Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:43.819Z||pool-26-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:44.698Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:30:44.699Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-06-19T04:30:44.699Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 14bd427d-0473-4cfb-a6fc-2230a1fc16cb, URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar to file: /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:44.700Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:44.700Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:44.700Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:44.833Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13089337394158156485/Definitions/service-BasicOnboardBfckfv-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-06-19T04:30:46.131Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:30:46.132Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-19T04:30:46.132Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.132Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-19T04:30:46.133Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BfCKfv 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-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.133Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||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-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.133Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.133Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.134Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.134Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.134Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.135Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.135Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:46.135Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-06-19T04:30:46.136Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.136Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.136Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.137Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-19T04:30:46.137Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:30:46.137Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.138Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.138Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.139Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-06-19T04:30:46.139Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:30:46.139Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.140Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.140Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.141Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is not matching search criteria
2022-06-19T04:30:46.141Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-06-19T04:30:46.141Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-06-19T04:30:46.142Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-06-19T04:30:46.142Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T04:30:46.142Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T04:30:46.143Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.143Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:30:46.144Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.144Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.144Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:46.145Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.145Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.146Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:46.146Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.146Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:46.147Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:46.147Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.148Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is not matching search criteria
2022-06-19T04:30:46.148Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-19T04:30:46.148Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T04:30:46.149Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1a252521-fb45-44fd-884d-57e281818c37
2022-06-19T04:30:46.149Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.150Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.150Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.150Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.151Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.151Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.152Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:46.152Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:46.152Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_BfCKfv
Description:service
Model UUID:894e11a4-2219-4a69-b9da-2a543616552b
Model Version:NULL
Model InvariantUuid:48544fd0-9a3a-47ca-b2b5-e99f7196fe5a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_BfCKfv
Model UUID:41ad8b99-8dc2-4f44-82e6-77a705d7d88e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4d38c5b4-1c2f-4cc2-9f29-06ac7383ddb4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:dcc27328-0f97-4771-9061-de6145ce57b8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f966ee58-9feb-4247-951a-1037f64b3caf
ModelName:BasicOnboardBfckfv..base_ubuntu18..module-0
ModelUuid:5ac00155-dce6-4fba-8c5c-fcfe684457a0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1a252521-fb45-44fd-884d-57e281818c37
ModelInvariantUuid:44040ce8-3a7c-4b6b-ae95-bdda2e45aa4a
ModelName:basic_onboard_BfCKfv-nodes.ubuntu18Cvfc
ModelUuid:547ce5c9-f2e5-4cfc-bcd3-af1a5f313e63
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:f36f390d-f7ed-42ca-8f49-c2f07fdd028f
ModelInvariantUuid:1125855b-c0d4-444b-8a15-929c92e3cc97
ModelName:BasicOnboardBfckfv.compute.nodes.heat.ubuntu18
ModelUuid:3ae48dfb-b1fc-499b-96ba-bf2e0d588160
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:30:46.161Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 7648862f-587f-481b-ae00-49c685629d8f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:30:46.165Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||basic_onboard_BfCKfv 0
2022-06-19T04:30:46.165Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7648862f-587f-481b-ae00-49c685629d8f
2022-06-19T04:30:46.165Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 68a561d1-4774-4d3c-bc97-29a1acacaf25 from URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
2022-06-19T04:30:46.165Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:30:46.166Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
2022-06-19T04:30:46.212Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:30:46.213Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json 68a561d1-4774-4d3c-bc97-29a1acacaf25 798
2022-06-19T04:30:46.213Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json ASDC sendASDCNotification
2022-06-19T04:30:46.213Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
2022-06-19T04:30:46.213Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:30:46.214Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:46.216Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:46.216Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613046213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:30:46.316Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:46.317Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:46.318Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:46.332Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:46.333Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:47.217Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBfckfv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f966ee58-9feb-4247-951a-1037f64b3caf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ac00155-dce6-4fba-8c5c-fcfe684457a0",
    "vfModuleModelCustomizationUUID": "75a48cfe-b8c9-4e61-b871-2e835976ce87",
    "isBase": true,
    "artifacts": [
      "c3c81dc4-5886-42ef-8e4a-5763b745de1a",
      "e54c01a3-ed1c-4d70-a52b-36e313878a23"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T04:30:47.222Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBfckfv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ac00155-dce6-4fba-8c5c-fcfe684457a0
VfModuleModelInvariantUUID:f966ee58-9feb-4247-951a-1037f64b3caf
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3c81dc4-5886-42ef-8e4a-5763b745de1a
,
e54c01a3-ed1c-4d70-a52b-36e313878a23

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

isBase:true


}

2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBfckfv..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "f966ee58-9feb-4247-951a-1037f64b3caf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5ac00155-dce6-4fba-8c5c-fcfe684457a0",
    "vfModuleModelCustomizationUUID": "75a48cfe-b8c9-4e61-b871-2e835976ce87",
    "isBase": true,
    "artifacts": [
      "c3c81dc4-5886-42ef-8e4a-5763b745de1a",
      "e54c01a3-ed1c-4d70-a52b-36e313878a23"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBfckfv..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5ac00155-dce6-4fba-8c5c-fcfe684457a0
VfModuleModelInvariantUUID:f966ee58-9feb-4247-951a-1037f64b3caf
VfModuleModelDescription:NULL
Artifacts UUID List:{
c3c81dc4-5886-42ef-8e4a-5763b745de1a
,
e54c01a3-ed1c-4d70-a52b-36e313878a23

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

isBase:true


}

2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c3c81dc4-5886-42ef-8e4a-5763b745de1a from URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:30:47.225Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
2022-06-19T04:30:47.339Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:30:47.340Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml c3c81dc4-5886-42ef-8e4a-5763b745de1a 5033
2022-06-19T04:30:47.340Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-19T04:30:47.340Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
2022-06-19T04:30:47.341Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:30:47.341Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:47.343Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:47.343Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613047340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:30:47.443Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:47.444Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:47.444Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:47.459Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:47.459Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:48.344Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e54c01a3-ed1c-4d70-a52b-36e313878a23 from URL: /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
2022-06-19T04:30:48.344Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-06-19T04:30:48.344Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
2022-06-19T04:30:48.389Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-06-19T04:30:48.390Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env e54c01a3-ed1c-4d70-a52b-36e313878a23 909
2022-06-19T04:30:48.390Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-19T04:30:48.390Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
2022-06-19T04:30:48.390Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:30:48.391Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:48.393Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:48.393Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613048390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:30:48.493Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:48.494Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:48.494Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:48.508Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:48.509Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:49.394Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 894e11a4-2219-4a69-b9da-2a543616552b
2022-06-19T04:30:49.394Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BfCKfv 0 7648862f-587f-481b-ae00-49c685629d8f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:30:49.416Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32c1fc85, org.onap.sdc.toscaparser.api.parameters.Input@52a56, org.onap.sdc.toscaparser.api.parameters.Input@293ebc14, org.onap.sdc.toscaparser.api.parameters.Input@e2eb8f7, org.onap.sdc.toscaparser.api.parameters.Input@33b64863]
2022-06-19T04:30:49.418Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.419Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.419Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-06-19T04:30:49.419Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= dcc27328-0f97-4771-9061-de6145ce57b8
2022-06-19T04:30:49.419Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: dcc27328-0f97-4771-9061-de6145ce57b8 matches Tosca VF Customization UUID: dcc27328-0f97-4771-9061-de6145ce57b8
2022-06-19T04:30:49.420Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: dcc27328-0f97-4771-9061-de6145ce57b8  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-19T04:30:49.423Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.423Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.424Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id dcc27328-0f97-4771-9061-de6145ce57b8: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-06-19T04:30:49.424Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3dd8b3b6
2022-06-19T04:30:49.425Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.425Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:30:49.425Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 75a48cfe-b8c9-4e61-b871-2e835976ce87
2022-06-19T04:30:49.426Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 75a48cfe-b8c9-4e61-b871-2e835976ce87
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-19T04:30:49.429Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.430Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:49.430Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:49.430Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.430Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:49.431Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:49.431Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.431Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is not matching search criteria
2022-06-19T04:30:49.431Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-06-19T04:30:49.432Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-06-19T04:30:49.432Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=1a252521-fb45-44fd-884d-57e281818c37
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:30:49.435Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Node template basic_onboard_BfCKfv 0 is matching search criteria
2022-06-19T04:30:49.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_onboard_BfCKfv 0] matching following query criteria: sdcType=VF, customizationUUID=dcc27328-0f97-4771-9061-de6145ce57b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:30:49.438Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 894e11a4-2219-4a69-b9da-2a543616552b: basic_onboard_BfCKfv
2022-06-19T04:30:49.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.440Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.440Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.441Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.441Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.441Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.442Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.442Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.443Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:30:49.443Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Service basic_onboard_BfCKfv is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:30:49.443Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||Saving Service: basic_onboard_BfCKfv 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:30:49.597Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BfCKfv 7648862f-587f-481b-ae00-49c685629d8f 1 ASDC deployResourceStructure
2022-06-19T04:30:49.599Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json ASDC sendASDCNotification
2022-06-19T04:30:49.599Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json
2022-06-19T04:30:49.599Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:30:49.600Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:49.602Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:49.602Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613049599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:30:49.702Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:49.703Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:49.703Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:49.716Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:49.717Z||pool-30-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:50.603Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-06-19T04:30:50.603Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml
2022-06-19T04:30:50.604Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:30:50.604Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:50.607Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:50.607Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613050603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:30:50.707Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:50.708Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:50.708Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:50.721Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:50.722Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:51.608Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-06-19T04:30:51.608Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env
2022-06-19T04:30:51.608Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:30:51.609Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:51.611Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:51.611Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613051608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-19T04:30:51.711Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:51.712Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:51.713Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:51.726Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:51.726Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:30:52.612Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar ASDC sendASDCNotification
2022-06-19T04:30:52.612Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar
2022-06-19T04:30:52.613Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:30:52.614Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:30:52.616Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:30:52.616Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613052612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:30:52.716Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:30:52.717Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:30:52.717Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:30:52.730Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:30:52.731Z||pool-33-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:30:53.617Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:30:53.630Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:30:53.633Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:30:53.633Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:30:53.633Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:31:23.634Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:31:23.655Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:31:23.659Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:31:23.659Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:31:23.659Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:31:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:31:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:31:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:31:28.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:31:28.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:31:28.477Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612967324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:31:28.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:31:53.659Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:31:53.688Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:31:53.690Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:31:53.690Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:31:53.690Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:32:23.691Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:32:23.710Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:32:23.713Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:32:23.714Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:32:23.714Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:32:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:32:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:32:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:32:28.499Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:32:28.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612968284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.503Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "cds",
  "timestamp": 1655612961851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612958166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612958007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.504Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612968264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612967324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.505Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612968284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "cds",
  "timestamp": 1655612961851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.506Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612958166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612958007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612968264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.507Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612967324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612968284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.508Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "cds",
  "timestamp": 1655612961851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612958166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.509Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612958007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612968264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612967324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.510Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612968284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "cds",
  "timestamp": 1655612961851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.511Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612958166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612958007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612971744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.512Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612968264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612967324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612968284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.513Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "cds",
  "timestamp": 1655612961851,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612958166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.514Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612958007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612971744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.515Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612968264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612967324,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612968284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.516Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "cds",
  "timestamp": 1655612974405,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612971744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612975331,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655612968264,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612975322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612975146,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612968284,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.519Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "cds",
  "timestamp": 1655612975413,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.532Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.532Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:28.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612971744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612976326,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:32:28.560Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612976222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612976066,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.562Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612971744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "policy-id",
  "timestamp": 1655612977329,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.571Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.572Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:28.586Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.586Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612976510,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612977675,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.587Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612977298,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612971744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.588Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655612978681,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.604Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.605Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:28.623Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.623Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612978325,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.629Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.629Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T04:32:28.642Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.642Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612971744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655612979328,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612981788,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.643Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612982885,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612983455,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612983994,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.644Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "aai-ml",
  "timestamp": 1655612984460,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.651Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.651Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:28.666Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.666Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612985622,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/vfwa540e628b98e0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:32:28.666Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612986626,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.667Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612987630,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/resourceInstances/vfwa540e628b98e0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612988637,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220619042742/1.0/artifacts/service-Vfw20220619042742-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612989094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:32:28.668Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612991102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:32:28.669Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "clamp",
  "timestamp": 1655612992113,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:28.676Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 20444544-f292-4328-8820-dcad2433a4fd
2022-06-19T04:32:28.677Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 20444544-f292-4328-8820-dcad2433a4fd and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:32:53.714Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:32:53.726Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:32:53.731Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:32:53.732Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:32:53.733Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:32:53.733Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:32:53.733Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:32:53.733Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:32:53.740Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:33:23.741Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 20444544-f292-4328-8820-dcad2433a4fd and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:33:23.755Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 20444544-f292-4328-8820-dcad2433a4fd and serviceModelVersionId: 894e11a4-2219-4a69-b9da-2a543616552b
2022-06-19T04:33:23.756Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 48544fd0-9a3a-47ca-b2b5-e99f7196fe5a
2022-06-19T04:33:23.757Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0
2022-06-19T04:33:23.762Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:33:23.816Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-19T04:33:23.818Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0|INFO|500||Invoke
2022-06-19T04:33:23.851Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T04:33:23.993Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0|INFO|500||InvokeReturn
2022-06-19T04:33:23.996Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/48544fd0-9a3a-47ca-b2b5-e99f7196fe5a/model-vers/model-ver/894e11a4-2219-4a69-b9da-2a543616552b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220619-04:33:23:859-48754], vertex-id=[200824], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:33:23 GMT], Content-Type=[application/json]}
2022-06-19T04:33:23.997Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:33:24.001Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:33:24.010Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:33:24.019Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:33:24.019Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 20444544-f292-4328-8820-dcad2433a4fd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:33:24.020Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:33:24.020Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:33:24.022Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:33:24.023Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613204020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:33:24.123Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:33:24.124Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:33:24.124Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:24.139Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:33:24.140Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:33:25.075Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:25.075Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:33:25.075Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:28.439Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:28.440Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:33:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:28.480Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:33:28.481Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.481Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b93204c0-1311-49b2-99b2-a1d13298745c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613035461,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:33:28.482Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.482Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.482Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:33:28.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:33:28.483Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.483Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:33:28.483Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:33:28.484Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.484Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:33:28.484Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.485Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:33:28.486Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655612968436,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:33:28.487Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:33:28.487Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.487Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613043695,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:33:28.488Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.488Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.488Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613046213,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613047340,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.489Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613048390,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:33:28.490Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.490Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.490Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613049599,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/basic_onboard_bfckfv0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613050603,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.491Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613051608,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/resourceInstances/basic_onboard_bfckfv0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613052612,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBfckfv/1.0/artifacts/service-BasicOnboardBfckfv-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:33:28.492Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:33:35.402Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:33:35.403Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:35.403Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:33:35.404Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:44.945Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:33:44.946Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:44.947Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:33:44.947Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:33:54.527Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:33:54.528Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:33:54.528Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:33:54.528Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:34:04.078Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:34:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:34:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:34:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:34:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:34:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:34:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:34:28.969Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:34:28.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T04:34:28.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "20444544-f292-4328-8820-dcad2433a4fd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613204020,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:34:28.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:34:37.978Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:35:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:35:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:35:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:35:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:35:28.440Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:35:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:35:37.990Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:35:37.992Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:36:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:36:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:36:28.438Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:36:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:36:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:36:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:36:38.003Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:36:38.003Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:37:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:37:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:37:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:37:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:37:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:37:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:37:37.989Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:37:38.004Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:38:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:38:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:38:28.438Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:38:28.440Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:38:28.441Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:38:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:38:38.003Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:38:38.003Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:39:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:39:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:39:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:39:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:39:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:39:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:39:37.984Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:39:37.984Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:40:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:40:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:40:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:40:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:40:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:40:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:40:37.986Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:40:37.986Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:41:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:41:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:41:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:41:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:41:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:41:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:41:37.980Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:41:37.980Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:42:28.436Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:42:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:42:28.437Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:42:28.439Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:42:28.439Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:42:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:42:37.996Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:42:37.996Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:43:28.437Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:43:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:43:28.442Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:43:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:28.442Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:43:28.443Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:29.083Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:43:29.083Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:43:29.084Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.084Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"145f26d3-8837-4bff-b6a7-239d1d0341e6","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"44e6cc02-4e8f-4fa9-b90c-c9342308cbf7","serviceDescription":"service","serviceInvariantUUID":"70c1542b-c4a7-46b8-988b-b9d1df38f439","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"a17c0841-1ee6-4450-9bfe-031b4bd38fe8","resourceInvariantUUID":"fdbd6a1a-14a6-4622-a3fd-bc22e429f093","resourceCustomizationUUID":"3191615d-f9a3-4880-b993-4fd52f0aa76f","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":"MmRhNjE1MDk1ZjYwMjRmNjYyMjRkYTk0NGEwNGJkZjY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d187600c-a379-47f0-923a-5f125ae50ced","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NGIzMjYwODQyYjZmNGY2MThjOGI0YWJhZDgxMzczOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b8d66b3-c254-4f07-9166-77cdecd64f6c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:43:29.085Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "clamp",
  "timestamp": 1655613781744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.089Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.089Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613787322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.089Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.090Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.090Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613788264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.090Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "cds",
  "timestamp": 1655613786853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "clamp",
  "timestamp": 1655613781744,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:43:29.091Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613787322,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613788264,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.092Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "cds",
  "timestamp": 1655613786853,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "cds",
  "timestamp": 1655613791982,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.093Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "cds",
  "timestamp": 1655613793002,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
2022-06-19T04:43:29.098Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:43:29.099Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:43:29.109Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:43:29.109Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613808437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:29.149Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:43:29.150Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:29.171Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.171Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "clamp",
  "timestamp": 1655613795204,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:43:29.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.172Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.172Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "clamp",
  "timestamp": 1655613797216,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:43:29.172Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "policy-id",
  "timestamp": 1655613798009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613798166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.173Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "clamp",
  "timestamp": 1655613798220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:43:29.185Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:43:29.185Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:29.209Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:43:29.210Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:43:29.210Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:29.215Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.215Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "policy-id",
  "timestamp": 1655613798009,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:43:29.217Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.217Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.218Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613798166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:43:29.219Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:43:29.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "policy-id",
  "timestamp": 1655613800733,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613800895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "policy-id",
  "timestamp": 1655613801738,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613802722,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:43:29.221Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:43:29.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "policy-id",
  "timestamp": 1655613802741,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:43:29.235Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:43:29.235Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName POLICY
2022-06-19T04:43:29.240Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:43:29.240Z||pool-35-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:29.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:43:29.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613803726,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:43:29.271Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:43:29.272Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:43:30.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:43:30.112Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:43:30.115Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:43:30.115Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613808437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:43:30.215Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:43:30.216Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:43:30.216Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:30.231Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:43:30.232Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:43:31.116Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "44e6cc02-4e8f-4fa9-b90c-c9342308cbf7",
  "serviceDescription": "service",
  "serviceInvariantUUID": "70c1542b-c4a7-46b8-988b-b9d1df38f439",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "3191615d-f9a3-4880-b993-4fd52f0aa76f",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "a17c0841-1ee6-4450-9bfe-031b4bd38fe8",
      "resourceInvariantUUID": "fdbd6a1a-14a6-4622-a3fd-bc22e429f093",
      "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": "NGIzMjYwODQyYjZmNGY2MThjOGI0YWJhZDgxMzczOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b8d66b3-c254-4f07-9166-77cdecd64f6c"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T04:43:31.117Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:43:31.117Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7 ASDC
2022-06-19T04:43:31.118Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:145f26d3-8837-4bff-b6a7-239d1d0341e6
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
ServiceInvariantUUID:70c1542b-c4a7-46b8-988b-b9d1df38f439
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:3b8d66b3-c254-4f07-9166-77cdecd64f6c
ArtifactChecksum:NGIzMjYwODQyYjZmNGY2MThjOGI0YWJhZDgxMzczOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:3191615d-f9a3-4880-b993-4fd52f0aa76f
ResourceInvariantUUID:fdbd6a1a-14a6-4622-a3fd-bc22e429f093
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:a17c0841-1ee6-4450-9bfe-031b4bd38fe8
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-06-19T04:43:31.119Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:43:31.175Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:43:31.177Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:43:31.177Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:43:31.177Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b8d66b3-c254-4f07-9166-77cdecd64f6c from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T04:43:31.177Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:43:31.178Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T04:43:31.244Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:43:31.247Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 3b8d66b3-c254-4f07-9166-77cdecd64f6c 52510
2022-06-19T04:43:31.248Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-19T04:43:31.248Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T04:43:31.248Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:43:31.248Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:43:31.251Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:43:31.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613811248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:43:31.351Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:43:31.352Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:43:31.352Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:31.365Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:43:31.365Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:43:32.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:43:32.253Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:43:32.254Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b8d66b3-c254-4f07-9166-77cdecd64f6c, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:32.255Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-06-19T04:43:32.256Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:32.256Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:32.465Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5579493398898410937/Definitions/service-BasicNetwork-template.yml
2022-06-19T04:43:33.213Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.214Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|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-BasicNetwork-csar.csar
2022-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.215Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:43:33.216Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.216Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.216Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-06-19T04:43:33.217Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.218Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.219Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.219Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.220Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
Model Version:NULL
Model InvariantUuid:70c1542b-c4a7-46b8-988b-b9d1df38f439
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:fdbd6a1a-14a6-4622-a3fd-bc22e429f093
Model UUID:acb5a804-ab14-4ace-80f8-7f4b9c4692fd
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:3191615d-f9a3-4880-b993-4fd52f0aa76f
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:43:33.238Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: a17c0841-1ee6-4450-9bfe-031b4bd38fe8
2022-06-19T04:43:33.238Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||No resources found for Service: 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:43:33.249Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||
2022-06-19T04:43:33.249Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-06-19T04:43:33.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
2022-06-19T04:43:33.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
2022-06-19T04:43:33.252Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-06-19T04:43:33.253Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:43:33.261Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1150fc11, org.onap.sdc.toscaparser.api.parameters.Input@1bda9266, org.onap.sdc.toscaparser.api.parameters.Input@22684bcc, org.onap.sdc.toscaparser.api.parameters.Input@77956bd7, org.onap.sdc.toscaparser.api.parameters.Input@61b3a140]
2022-06-19T04:43:33.263Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.263Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.264Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.264Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.265Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7: Generic NeutronNet
2022-06-19T04:43:33.265Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.265Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.265Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.266Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-06-19T04:43:33.312Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.313Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.313Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.313Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.314Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:43:33.314Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:43:33.314Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-19T04:43:33.384Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-06-19T04:43:33.385Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-06-19T04:43:33.385Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-06-19T04:43:33.386Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:43:33.386Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:43:33.411Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:43:33.412Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613813385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:43:33.512Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:43:33.513Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:43:33.513Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:43:33.527Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:43:33.528Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:43:34.413Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:43:34.446Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:43:34.449Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:43:34.450Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:43:34.450Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:44:04.450Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:44:04.474Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:44:04.478Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:44:04.478Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:44:04.478Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:44:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:44:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:44:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:44:28.568Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:44:28.569Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:44:28.569Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "aai-ml",
  "timestamp": 1655613808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:44:28.570Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:44:34.479Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:44:34.496Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:44:34.500Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:44:34.501Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:44:34.501Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:45:04.501Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:45:04.520Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:45:04.524Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:45:04.524Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:45:04.524Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:45:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:45:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:45:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:45:28.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:45:28.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.488Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613808437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.488Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.489Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "aai-ml",
  "timestamp": 1655613808284,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.489Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.489Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613808437,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "aai-ml",
  "timestamp": 1655613811038,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.490Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613811248,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.491Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613813385,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "aai-ml",
  "timestamp": 1655613815571,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.493Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "aai-ml",
  "timestamp": 1655613816575,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.508Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 145f26d3-8837-4bff-b6a7-239d1d0341e6
2022-06-19T04:45:28.508Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 145f26d3-8837-4bff-b6a7-239d1d0341e6 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613811744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.525Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613818007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.526Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.526Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613816851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613811744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613818007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613816851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.530Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613811744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613818007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613816851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613811744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613818007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613816851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613811744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613818007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613816851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613811744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613818007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613816851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613811744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.545Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613818007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613816851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613811744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613818007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613816851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613828774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613828200,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.553Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.553Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.554Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.554Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.555Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613829784,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.556Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.558Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "cds",
  "timestamp": 1655613829215,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.589Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.589Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.611Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.611Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.612Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "policy-id",
  "timestamp": 1655613830787,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.623Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.623Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.649Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.649Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.650Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.650Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.651Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.651Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.652Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.652Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.652Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.653Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.653Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.654Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.654Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.654Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.655Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.655Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.655Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.656Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.656Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613831744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.657Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.660Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613831851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.660Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.660Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.661Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.661Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.661Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.662Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.662Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.662Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.663Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613833217,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.663Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.664Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.664Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.664Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.665Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613831851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.665Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.665Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.666Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.666Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.666Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.667Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.667Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.667Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.668Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "clamp",
  "timestamp": 1655613834220,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.681Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.682Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.718Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.719Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.720Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.720Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.720Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613831851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.721Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.722Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.722Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.722Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.723Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.723Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.724Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613831851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.724Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.724Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.725Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.725Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.725Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613836926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.726Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.726Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.726Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613831851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.727Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.727Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.727Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613837054,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.728Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.728Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.728Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.729Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.729Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613831851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.729Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.730Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.730Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.730Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613838007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.731Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.731Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.731Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613838263,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.732Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.732Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613838905,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.732Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613831851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.733Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.734Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.734Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613838007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.735Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613839268,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.759Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.759Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.779Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.780Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.780Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.780Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613839910,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.796Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:28.796Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.841Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.841Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613831851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.841Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.842Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613838007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.843Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.844Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613831851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.845Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613838007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.846Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.847Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613841689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.848Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613838007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.849Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.850Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.851Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "cds",
  "timestamp": 1655613842720,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.890Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:28.890Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.908Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.909Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.909Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.909Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613838007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.910Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.910Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.910Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.911Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.911Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.911Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613827322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.912Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613838007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.913Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.914Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.915Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.915Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.915Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613845189,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.916Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613838007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.917Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.917Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.917Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.918Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.919Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.919Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.919Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613838007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.920Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613846290,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.921Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.922Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.922Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.922Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.923Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.924Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613847718,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.925Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.925Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613847354,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.925Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.926Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613847060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.927Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.927Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.927Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.927Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "cds",
  "timestamp": 1655613846851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.928Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613828264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.929Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.929Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.929Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613848723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.929Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.930Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613848459,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.930Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.930Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613828167,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.931Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.931Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.931Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "cds",
  "timestamp": 1655613846851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.932Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.933Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "policy-id",
  "timestamp": 1655613849727,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.939Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:28.939Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:28.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613849516,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.964Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:28.964Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T04:45:28.973Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.973Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613850065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:28.973Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.974Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613849304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.975Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.975Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.975Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "cds",
  "timestamp": 1655613846851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.976Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.976Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.976Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613850519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.976Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613849304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.977Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:28.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.978Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.978Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "cds",
  "timestamp": 1655613846851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.978Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613852325,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613849304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "cds",
  "timestamp": 1655613846851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.980Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613851523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613851894,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:28.981Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:28.982Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:28.982Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613853330,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:28.991Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:28.991Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.019Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.019Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613849304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.019Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "cds",
  "timestamp": 1655613846851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613851523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.020Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.021Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "aai-ml",
  "timestamp": 1655613852898,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:29.027Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 260353ce-f42a-4f15-853c-2b71c8495b0e
2022-06-19T04:45:29.027Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 260353ce-f42a-4f15-853c-2b71c8495b0e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.041Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.042Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613849304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.042Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.042Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "cds",
  "timestamp": 1655613846851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.043Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.043Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.043Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613851523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.044Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.044Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.044Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613854213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.045Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613849304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.046Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.046Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613851523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.046Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.047Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.047Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "cds",
  "timestamp": 1655613854812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.047Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.048Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.048Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.048Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.049Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.049Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613855230,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:29.049Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.050Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.050Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655613849304,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.051Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.051Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613851523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.051Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.052Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.052Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "cds",
  "timestamp": 1655613855826,
  "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-06-19T04:45:29.083Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a8dea2e0-fd93-4647-8924-dee7dd052208
2022-06-19T04:45:29.084Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dea2e0-fd93-4647-8924-dee7dd052208 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.121Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.122Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.123Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.123Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.123Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "clamp",
  "timestamp": 1655613856233,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:29.134Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:45:29.134Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.151Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.151Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613851523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.152Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613851523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.153Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613858007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613858166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.154Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.155Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613859230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613858007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.156Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613858166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.157Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613858007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613860299,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.158Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613858166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.159Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.160Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613858007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613861347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.161Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.162Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.162Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.162Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613858166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.163Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613858007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.164Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.164Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.164Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613862371,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:29.174Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8dea2e0-fd93-4647-8924-dee7dd052208
2022-06-19T04:45:29.174Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dea2e0-fd93-4647-8924-dee7dd052208 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:45:29.188Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.189Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613858166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.190Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.190Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.190Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613838284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613858007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.191Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655613863376,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.192Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613858166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613863062,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.193Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613841744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613858007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613858166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:45:29.194Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613865772,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613865974,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613866778,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:29.196Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:29.196Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.196Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "policy-id",
  "timestamp": 1655613867781,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:29.203Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a8dea2e0-fd93-4647-8924-dee7dd052208
2022-06-19T04:45:29.204Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dea2e0-fd93-4647-8924-dee7dd052208 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T04:45:29.214Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:45:29.214Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613868672,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:45:29.214Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:45:34.525Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:45:34.541Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:45:34.548Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:45:34.548Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:45:34.548Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:45:34.548Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:45:34.549Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:45:34.555Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:46:04.562Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:46:04.578Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 145f26d3-8837-4bff-b6a7-239d1d0341e6 and serviceModelVersionId: 44e6cc02-4e8f-4fa9-b90c-c9342308cbf7
2022-06-19T04:46:04.579Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 70c1542b-c4a7-46b8-988b-b9d1df38f439
2022-06-19T04:46:04.581Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0
2022-06-19T04:46:04.595Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:46:04.672Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|INFO|500||Invoke
2022-06-19T04:46:04.673Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[145f26d3-8837-4bff-b6a7-239d1d0341e6], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b19a0bff-edf2-42e8-8501-4282b7ae4c7d], X-ECOMP-RequestID=[145f26d3-8837-4bff-b6a7-239d1d0341e6], X-TransactionId=[], X-ONAP-RequestID=[145f26d3-8837-4bff-b6a7-239d1d0341e6], Content-Type=[application/merge-patch+json]}
2022-06-19T04:46:04.703Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T04:46:04.851Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?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/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220619-04:46:04:710-40491], vertex-id=[364600], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:46:04 GMT], Content-Type=[application/json]}
2022-06-19T04:46:04.851Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:46:04.852Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/70c1542b-c4a7-46b8-988b-b9d1df38f439/model-vers/model-ver/44e6cc02-4e8f-4fa9-b90c-c9342308cbf7?depth=0|INFO|500||InvokeReturn
2022-06-19T04:46:04.853Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:46:04.853Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:46:04.883Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:46:04.883Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 145f26d3-8837-4bff-b6a7-239d1d0341e6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:46:04.883Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:46:04.884Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:04.886Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:04.887Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613964883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:46:04.992Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-19T04:46:04.994Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:04.994Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:05.015Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:05.016Z||pool-39-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:46:05.908Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:46:05.908Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:46:05.909Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:10.321Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:10.323Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:46:10.323Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"260353ce-f42a-4f15-853c-2b71c8495b0e","serviceName":"Demo_pNF_PZjjTn9wqS8Qn2nT0OZg","serviceVersion":"1.0","serviceUUID":"c2fdfa76-73f9-49b9-86f8-af48f47c036c","serviceDescription":"catalog service description","serviceInvariantUUID":"cd95dee4-e128-46f2-9d26-e2bcb94c54f4","resources":[{"resourceInstanceName":"pNF 92495923-16bf 0","resourceName":"pNF 92495923-16bf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"6baceabc-8e97-4036-9608-71ccc0e721af","resourceInvariantUUID":"9f928018-b44c-4935-b431-07b8adf076c1","resourceCustomizationUUID":"f9b85b0f-0884-4f21-b8b7-cf4271ea9e63","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml","artifactChecksum":"MDYyNTY1YzRiNDIwZWJlYTgwNWRlYWY2MTFkYjgzNGY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"09a262e5-9607-49e2-bef2-662cc2fcedad","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar","artifactChecksum":"OGU0ODg5ZGI3MjlhNWMwMzE5ZjA0MmQ1YjI3ZWViOGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"0d0423db-4216-46f1-b7e3-a80d633b27cd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58e1cd58-9afc-4fb6-a5c9-350a50314d52","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml","artifactChecksum":"ZjdhNDY5YWQyMTRhM2RhOGUyMDQyY2VkNDIzZmI5MzM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1e5ca3e9-147c-4bc7-ab98-b1896e88b624","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7c44c127-d4fd-459a-983c-125418ba186d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"9808a224-42d4-4b19-b2aa-6972119e1621","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml","artifactChecksum":"ZjllNTlhMWM0NGQ0MDBkZDI2NWVlYjBlZTAxYTlmODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c7e69d3a-0b1d-4079-82fd-8dcfda3b231d","artifactVersion":"1"},{"artifactName":"service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar","artifactChecksum":"MTgwMGEzMTQzNjZiZGYyOGRhZmNjNzZlMTU1MGFlODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2824ff44-e9d8-4dc6-8334-5854e7472284","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:46:10.325Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:10.326Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:10.328Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:10.328Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:10.428Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:10.429Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:10.429Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:10.444Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:10.445Z||pool-40-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:11.328Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:11.329Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:11.331Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:11.331Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:11.432Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:46:11.432Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:11.433Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:11.446Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:11.446Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:12.332Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:12.333Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:12.335Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:12.336Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:12.436Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:12.437Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:12.437Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:12.451Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:12.452Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:13.336Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:13.337Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:13.339Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:13.340Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:13.440Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:13.441Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:13.441Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:13.454Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:13.455Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:14.340Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:14.341Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:14.346Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:14.346Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:14.446Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:14.448Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:14.448Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:14.464Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:14.465Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:46:15.347Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:15.348Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:15.351Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:15.351Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:15.451Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:15.452Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:15.452Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:15.465Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:15.466Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:16.351Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:16.352Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:16.354Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:16.354Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:16.454Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:16.455Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:16.455Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:16.473Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:16.473Z||pool-46-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:17.355Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:17.356Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:17.358Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:17.358Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:46:17.458Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:17.459Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:17.459Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:17.471Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:17.471Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:18.360Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "serviceName": "Demo_pNF_PZjjTn9wqS8Qn2nT0OZg",
  "serviceVersion": "1.0",
  "serviceUUID": "c2fdfa76-73f9-49b9-86f8-af48f47c036c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "cd95dee4-e128-46f2-9d26-e2bcb94c54f4",
  "resources": [
    {
      "resourceInstanceName": "pNF 92495923-16bf 0",
      "resourceCustomizationUUID": "f9b85b0f-0884-4f21-b8b7-cf4271ea9e63",
      "resourceName": "pNF 92495923-16bf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "6baceabc-8e97-4036-9608-71ccc0e721af",
      "resourceInvariantUUID": "9f928018-b44c-4935-b431-07b8adf076c1",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
      "artifactChecksum": "MTgwMGEzMTQzNjZiZGYyOGRhZmNjNzZlMTU1MGFlODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2824ff44-e9d8-4dc6-8334-5854e7472284"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T04:46:18.360Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:46:18.360Z|145f26d3-8837-4bff-b6a7-239d1d0341e6|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c2fdfa76-73f9-49b9-86f8-af48f47c036c ASDC
2022-06-19T04:46:18.361Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:260353ce-f42a-4f15-853c-2b71c8495b0e
ServiceName:Demo_pNF_PZjjTn9wqS8Qn2nT0OZg
ServiceVersion:1.0
ServiceUUID:c2fdfa76-73f9-49b9-86f8-af48f47c036c
ServiceInvariantUUID:cd95dee4-e128-46f2-9d26-e2bcb94c54f4
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
ArtifactUUID:2824ff44-e9d8-4dc6-8334-5854e7472284
ArtifactChecksum:MTgwMGEzMTQzNjZiZGYyOGRhZmNjNzZlMTU1MGFlODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 92495923-16bf 0
ResourceCustomizationUUID:f9b85b0f-0884-4f21-b8b7-cf4271ea9e63
ResourceInvariantUUID:9f928018-b44c-4935-b431-07b8adf076c1
ResourceName:pNF 92495923-16bf
ResourceType:PNF
ResourceUUID:6baceabc-8e97-4036-9608-71ccc0e721af
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-19T04:46:18.362Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c2fdfa76-73f9-49b9-86f8-af48f47c036c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:46:18.416Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:46:18.417Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:46:18.417Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:46:18.418Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2824ff44-e9d8-4dc6-8334-5854e7472284 from URL: /sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:18.418Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:46:18.418Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:18.479Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:46:18.483Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar 2824ff44-e9d8-4dc6-8334-5854e7472284 82649
2022-06-19T04:46:18.483Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar ASDC sendASDCNotification
2022-06-19T04:46:18.483Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:18.484Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:46:18.484Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:18.486Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:18.486Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613978483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:46:18.587Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:18.587Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:18.588Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:18.603Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:18.603Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:46:19.487Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:46:19.488Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:46:19.488Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2824ff44-e9d8-4dc6-8334-5854e7472284, URL: /sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar to file: /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:19.489Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:19.490Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:19.490Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:19.606Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3137989388324497253/Definitions/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml
2022-06-19T04:46:20.422Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 92495923-16bf 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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|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-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:46:20.423Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Node template pNF 92495923-16bf 0 is matching search criteria
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 92495923-16bf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Node template pNF 92495923-16bf 0 is matching search criteria
2022-06-19T04:46:20.424Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:46:20.425Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 92495923-16bf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:46:20.425Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:46:20.425Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.425Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:46:20.425Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.425Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:46:20.425Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.426Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:46:20.426Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.426Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:46:20.426Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.426Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_PZjjTn9wqS8Qn2nT0OZg
Description:catalog service description
Model UUID:c2fdfa76-73f9-49b9-86f8-af48f47c036c
Model Version:NULL
Model InvariantUuid:cd95dee4-e128-46f2-9d26-e2bcb94c54f4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:46:20.437Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 6baceabc-8e97-4036-9608-71ccc0e721af
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:46:20.442Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||pNF 92495923-16bf 0
2022-06-19T04:46:20.442Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 6baceabc-8e97-4036-9608-71ccc0e721af
2022-06-19T04:46:20.442Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||No resources found for Service: c2fdfa76-73f9-49b9-86f8-af48f47c036c
2022-06-19T04:46:20.442Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: c2fdfa76-73f9-49b9-86f8-af48f47c036c
2022-06-19T04:46:20.442Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 92495923-16bf 0 6baceabc-8e97-4036-9608-71ccc0e721af ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:46:20.450Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5f728b7f, org.onap.sdc.toscaparser.api.parameters.Input@76387f3a, org.onap.sdc.toscaparser.api.parameters.Input@2ea4300e, org.onap.sdc.toscaparser.api.parameters.Input@127c1e66, org.onap.sdc.toscaparser.api.parameters.Input@599e4625]
2022-06-19T04:46:20.451Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:46:20.451Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.451Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid c2fdfa76-73f9-49b9-86f8-af48f47c036c: pNF 92495923-16bf
2022-06-19T04:46:20.451Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Processing PNF resource: 6baceabc-8e97-4036-9608-71ccc0e721af
2022-06-19T04:46:20.451Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:46:20.452Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_PZjjTn9wqS8Qn2nT0OZg is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:46:20.452Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||Resource customization UUID: f9b85b0f-0884-4f21-b8b7-cf4271ea9e63 is the same as notified resource customizationUUID: f9b85b0f-0884-4f21-b8b7-cf4271ea9e63
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-19T04:46:20.557Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 92495923-16bf 6baceabc-8e97-4036-9608-71ccc0e721af 0 ASDC deployResourceStructure
2022-06-19T04:46:20.557Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar ASDC sendASDCNotification
2022-06-19T04:46:20.557Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar
2022-06-19T04:46:20.557Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:46:20.558Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:20.560Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:20.560Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613980557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:46:20.660Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:20.661Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:20.661Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:20.675Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:20.676Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:21.560Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 260353ce-f42a-4f15-853c-2b71c8495b0e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:46:21.606Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 260353ce-f42a-4f15-853c-2b71c8495b0e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:46:21.615Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:46:21.615Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:46:21.615Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:46:21.616Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:46:21.616Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:46:21.616Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:46:21.616Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:46:21.617Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:46:21.617Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:46:21.617Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:46:21.617Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:46:21.618Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:46:21.631Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:46:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:46:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:46:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:28.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:28.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:46:28.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655613869687,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:46:28.504Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a8dea2e0-fd93-4647-8924-dee7dd052208
2022-06-19T04:46:28.504Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dea2e0-fd93-4647-8924-dee7dd052208 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:46:51.631Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 260353ce-f42a-4f15-853c-2b71c8495b0e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:46:51.636Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 260353ce-f42a-4f15-853c-2b71c8495b0e and serviceModelVersionId: c2fdfa76-73f9-49b9-86f8-af48f47c036c
2022-06-19T04:46:51.637Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : cd95dee4-e128-46f2-9d26-e2bcb94c54f4
2022-06-19T04:46:51.638Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/cd95dee4-e128-46f2-9d26-e2bcb94c54f4/model-vers/model-ver/c2fdfa76-73f9-49b9-86f8-af48f47c036c?depth=0
2022-06-19T04:46:51.641Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:46:51.685Z|260353ce-f42a-4f15-853c-2b71c8495b0e|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/cd95dee4-e128-46f2-9d26-e2bcb94c54f4/model-vers/model-ver/c2fdfa76-73f9-49b9-86f8-af48f47c036c?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-19T04:46:51.686Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd95dee4-e128-46f2-9d26-e2bcb94c54f4/model-vers/model-ver/c2fdfa76-73f9-49b9-86f8-af48f47c036c?depth=0|INFO|500||Invoke
2022-06-19T04:46:51.706Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd95dee4-e128-46f2-9d26-e2bcb94c54f4/model-vers/model-ver/c2fdfa76-73f9-49b9-86f8-af48f47c036c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T04:46:51.799Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/cd95dee4-e128-46f2-9d26-e2bcb94c54f4/model-vers/model-ver/c2fdfa76-73f9-49b9-86f8-af48f47c036c?depth=0|INFO|500||InvokeReturn
2022-06-19T04:46:51.800Z|260353ce-f42a-4f15-853c-2b71c8495b0e|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/cd95dee4-e128-46f2-9d26-e2bcb94c54f4/model-vers/model-ver/c2fdfa76-73f9-49b9-86f8-af48f47c036c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220619-04:46:51:713-27122], vertex-id=[458832], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:46:51 GMT], Content-Type=[application/json]}
2022-06-19T04:46:51.801Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:46:51.802Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:46:51.802Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:46:51.809Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:46:51.810Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 260353ce-f42a-4f15-853c-2b71c8495b0e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:46:51.810Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:46:51.810Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:51.812Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:51.813Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614011810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:46:51.913Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:46:51.913Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:51.914Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:51.932Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:51.933Z||pool-50-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-06-19T04:46:52.828Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:46:52.829Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"033a6949-7777-415a-9b38-6f5198f4832a","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"125fcfe3-9c6b-410e-8d39-8fd12207c289","serviceDescription":"service","serviceInvariantUUID":"75f6acdf-9328-414d-bb5c-a9da8b3e356a","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"448f8964-5fb8-493b-ad43-a48d98ea54fc","resourceInvariantUUID":"6a129959-c530-4af8-9d35-1a04b2f54a69","resourceCustomizationUUID":"ca8c59d7-42fe-44b2-b518-7a8d05a40c9c","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":"YjFjMTM0NTRlNDgxNTc0MWEwNjIxMTc3OTkyZDIyZDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"30bba302-961f-4076-8938-25023eec4335","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":"ef58ecc5-1842-446b-815e-8be6a0a71fca","artifactVersion":"2","generatedFromUUID":"f0d3d0c0-0b31-485c-a219-2e2e44760d35"},{"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":"f0d3d0c0-0b31-485c-a219-2e2e44760d35","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":"MDZkNWUzMDk3ZGRiYmY4YTVhYjJkZWY4Nzg5NmU1YjM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e674738c-b490-4f6a-a854-98924865ccbf","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":"e6e88d76-f814-45c6-b3bb-8ad065dcfeb0","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":"f558d06d-7928-410e-913a-20d12ea893ae","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":"163c9785-b0d0-42cb-8bca-a36d3c5051f3","artifactVersion":"2","generatedFromUUID":"e6e88d76-f814-45c6-b3bb-8ad065dcfeb0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZDMwNTgxNjAxYzFkYmMzNDdmY2FlYWM4OGQyMGExMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3c2f19bc-19ff-41a3-a2ab-724fe23b4292","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"Y2JjMDc4YzFmNDU2YzgzZmM3YTdkYmMwZTBkMmZkYmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0dae1650-2269-4151-aeb4-b434143afe72","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:46:52.829Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:52.830Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:52.832Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:52.832Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:52.932Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:46:52.933Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:52.933Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:52.952Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:52.953Z||pool-51-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:46:53.833Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:53.834Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:53.836Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:53.836Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-19T04:46:53.936Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:53.937Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:53.937Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:53.950Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:53.951Z||pool-52-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:54.837Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:54.838Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:54.840Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:54.841Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-19T04:46:54.941Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:46:54.942Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:54.942Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:54.958Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:54.958Z||pool-53-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:55.842Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:55.843Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:55.845Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:55.846Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:46:55.946Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:46:55.946Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:55.946Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:55.962Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:55.963Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:46:56.848Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:56.849Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:56.852Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:56.852Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:46:56.952Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:56.953Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:56.953Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:57.001Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:57.002Z||pool-55-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:46:57.852Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:57.853Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:57.856Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:57.857Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:57.962Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms
2022-06-19T04:46:57.963Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:57.963Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:57.980Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:57.981Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:58.857Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:58.858Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:58.861Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:58.861Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-19T04:46:58.961Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:58.962Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:58.962Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:58.975Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:58.976Z||pool-57-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:46:59.862Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:46:59.863Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:46:59.865Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:46:59.866Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:46:59.966Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:46:59.967Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:46:59.967Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:46:59.981Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:46:59.981Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:47:00.866Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:47:00.867Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:00.869Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:00.869Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:47:00.970Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:00.971Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:00.971Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:00.984Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:00.984Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:47:01.871Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "125fcfe3-9c6b-410e-8d39-8fd12207c289",
  "serviceDescription": "service",
  "serviceInvariantUUID": "75f6acdf-9328-414d-bb5c-a9da8b3e356a",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "ca8c59d7-42fe-44b2-b518-7a8d05a40c9c",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "448f8964-5fb8-493b-ad43-a48d98ea54fc",
      "resourceInvariantUUID": "6a129959-c530-4af8-9d35-1a04b2f54a69",
      "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": "ef58ecc5-1842-446b-815e-8be6a0a71fca",
          "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": "f0d3d0c0-0b31-485c-a219-2e2e44760d35",
          "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": "MDZkNWUzMDk3ZGRiYmY4YTVhYjJkZWY4Nzg5NmU1YjM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e674738c-b490-4f6a-a854-98924865ccbf",
          "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": "e6e88d76-f814-45c6-b3bb-8ad065dcfeb0",
          "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": "163c9785-b0d0-42cb-8bca-a36d3c5051f3",
            "generatedFromUUID": "e6e88d76-f814-45c6-b3bb-8ad065dcfeb0"
          },
          "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": "163c9785-b0d0-42cb-8bca-a36d3c5051f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "Y2JjMDc4YzFmNDU2YzgzZmM3YTdkYmMwZTBkMmZkYmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "0dae1650-2269-4151-aeb4-b434143afe72"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T04:47:01.871Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:47:01.872Z|260353ce-f42a-4f15-853c-2b71c8495b0e|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 125fcfe3-9c6b-410e-8d39-8fd12207c289 ASDC
2022-06-19T04:47:01.872Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:033a6949-7777-415a-9b38-6f5198f4832a
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:125fcfe3-9c6b-410e-8d39-8fd12207c289
ServiceInvariantUUID:75f6acdf-9328-414d-bb5c-a9da8b3e356a
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:0dae1650-2269-4151-aeb4-b434143afe72
ArtifactChecksum:Y2JjMDc4YzFmNDU2YzgzZmM3YTdkYmMwZTBkMmZkYmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:ca8c59d7-42fe-44b2-b518-7a8d05a40c9c
ResourceInvariantUUID:6a129959-c530-4af8-9d35-1a04b2f54a69
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:448f8964-5fb8-493b-ad43-a48d98ea54fc
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:ef58ecc5-1842-446b-815e-8be6a0a71fca
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:f0d3d0c0-0b31-485c-a219-2e2e44760d35
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:e674738c-b490-4f6a-a854-98924865ccbf
ArtifactChecksum:MDZkNWUzMDk3ZGRiYmY4YTVhYjJkZWY4Nzg5NmU1YjM=
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:e6e88d76-f814-45c6-b3bb-8ad065dcfeb0
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:163c9785-b0d0-42cb-8bca-a36d3c5051f3
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:163c9785-b0d0-42cb-8bca-a36d3c5051f3
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T04:47:01.872Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 125fcfe3-9c6b-410e-8d39-8fd12207c289 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:47:01.919Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:47:01.920Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:47:01.920Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:47:01.920Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0dae1650-2269-4151-aeb4-b434143afe72 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-19T04:47:01.920Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:47:01.921Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-19T04:47:02.061Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:47:02.065Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 0dae1650-2269-4151-aeb4-b434143afe72 68951
2022-06-19T04:47:02.065Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-19T04:47:02.065Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-19T04:47:02.065Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:47:02.066Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:02.070Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:02.070Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614022065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:47:02.170Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:02.171Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:02.171Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:02.190Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:02.191Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:47:03.071Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:47:03.072Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:47:03.072Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 0dae1650-2269-4151-aeb4-b434143afe72, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T04:47:03.073Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-06-19T04:47:03.074Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T04:47:03.074Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T04:47:03.275Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15126509906675138462/Definitions/service-BasicCnf-template.yml
2022-06-19T04:47:04.418Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:47:04.419Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:47:04.419Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T04:47:04.419Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-19T04:47:04.419Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T04:47:04.419Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T04:47:04.420Z|033a6949-7777-415a-9b38-6f5198f4832a|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-BasicCnf-csar.csar
2022-06-19T04:47:04.420Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-06-19T04:47:04.420Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:47:04.420Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.420Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:04.420Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T04:47:04.420Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:47:04.420Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:47:04.421Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.421Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:04.421Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T04:47:04.421Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:47:04.421Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:47:04.421Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.421Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:04.422Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.422Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-19T04:47:04.422Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-06-19T04:47:04.422Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-06-19T04:47:04.422Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T04:47:04.422Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.422Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:47:04.423Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.423Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T04:47:04.423Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:47:04.423Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.423Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T04:47:04.423Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:47:04.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T04:47:04.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:47:04.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-19T04:47:04.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-19T04:47:04.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dff1d932-0fd4-41be-8a0d-567bf0d5a2ee
2022-06-19T04:47:04.425Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.425Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:04.425Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.425Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:04.425Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.425Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:04.425Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:04.426Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:04.426Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:125fcfe3-9c6b-410e-8d39-8fd12207c289
Model Version:NULL
Model InvariantUuid:75f6acdf-9328-414d-bb5c-a9da8b3e356a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:2ab9124e-a893-498f-af6e-b8a8c3ef508a
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:6a129959-c530-4af8-9d35-1a04b2f54a69
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ca8c59d7-42fe-44b2-b518-7a8d05a40c9c
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9f7fcbba-1fd7-4d1d-9e95-b2b8d13a92be
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:5247f21e-d41f-4643-8027-f62f8c55eb6e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:dff1d932-0fd4-41be-8a0d-567bf0d5a2ee
ModelInvariantUuid:a6da608a-fd23-4071-b0c8-a320740bec80
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:9fe94c10-cbda-41f6-a389-41dff1816acb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:f52c6a41-322c-442b-8655-a9eb8220c856
ModelInvariantUuid:76deaa54-f369-46d4-8dec-7ca9a40e5c35
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:e6d2eb32-b401-4eca-b84d-8b0fbe448815
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:47:04.441Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 448f8964-5fb8-493b-ad43-a48d98ea54fc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:47:04.446Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-06-19T04:47:04.446Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 448f8964-5fb8-493b-ad43-a48d98ea54fc
2022-06-19T04:47:04.446Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ef58ecc5-1842-446b-815e-8be6a0a71fca from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-19T04:47:04.446Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:47:04.446Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-19T04:47:04.500Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:47:04.500Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ef58ecc5-1842-446b-815e-8be6a0a71fca 12
2022-06-19T04:47:04.500Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-19T04:47:04.500Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-06-19T04:47:04.501Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:47:04.501Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:04.503Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:04.503Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614024500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:47:04.603Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:04.604Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:04.604Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:04.618Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:04.618Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:47:05.503Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f0d3d0c0-0b31-485c-a219-2e2e44760d35 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-19T04:47:05.504Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:47:05.504Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-19T04:47:05.577Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:47:05.578Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz f0d3d0c0-0b31-485c-a219-2e2e44760d35 2688
2022-06-19T04:47:05.578Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-19T04:47:05.578Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-06-19T04:47:05.578Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:47:05.579Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:05.582Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:05.582Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614025578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:47:05.682Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:05.683Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:05.683Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:05.697Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:05.698Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:47:06.583Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e674738c-b490-4f6a-a854-98924865ccbf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-19T04:47:06.584Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:47:06.584Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-19T04:47:06.641Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:47:06.641Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e674738c-b490-4f6a-a854-98924865ccbf 828
2022-06-19T04:47:06.641Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-19T04:47:06.642Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-19T04:47:06.642Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:47:06.642Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:06.644Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:06.644Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614026641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:47:06.744Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:06.745Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:06.745Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:06.758Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:06.758Z||pool-63-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:47:07.644Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9f7fcbba-1fd7-4d1d-9e95-b2b8d13a92be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5247f21e-d41f-4643-8027-f62f8c55eb6e",
    "vfModuleModelCustomizationUUID": "0f44c33a-c906-47de-95cb-bd977fb2a764",
    "isBase": true,
    "artifacts": [
      "f0d3d0c0-0b31-485c-a219-2e2e44760d35",
      "e6e88d76-f814-45c6-b3bb-8ad065dcfeb0",
      "163c9785-b0d0-42cb-8bca-a36d3c5051f3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T04:47:07.650Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5247f21e-d41f-4643-8027-f62f8c55eb6e
VfModuleModelInvariantUUID:9f7fcbba-1fd7-4d1d-9e95-b2b8d13a92be
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0d3d0c0-0b31-485c-a219-2e2e44760d35
,
e6e88d76-f814-45c6-b3bb-8ad065dcfeb0
,
163c9785-b0d0-42cb-8bca-a36d3c5051f3

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

isBase:true


}

2022-06-19T04:47:07.652Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "9f7fcbba-1fd7-4d1d-9e95-b2b8d13a92be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5247f21e-d41f-4643-8027-f62f8c55eb6e",
    "vfModuleModelCustomizationUUID": "0f44c33a-c906-47de-95cb-bd977fb2a764",
    "isBase": true,
    "artifacts": [
      "f0d3d0c0-0b31-485c-a219-2e2e44760d35",
      "e6e88d76-f814-45c6-b3bb-8ad065dcfeb0",
      "163c9785-b0d0-42cb-8bca-a36d3c5051f3"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T04:47:07.652Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5247f21e-d41f-4643-8027-f62f8c55eb6e
VfModuleModelInvariantUUID:9f7fcbba-1fd7-4d1d-9e95-b2b8d13a92be
VfModuleModelDescription:NULL
Artifacts UUID List:{
f0d3d0c0-0b31-485c-a219-2e2e44760d35
,
e6e88d76-f814-45c6-b3bb-8ad065dcfeb0
,
163c9785-b0d0-42cb-8bca-a36d3c5051f3

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

isBase:true


}

2022-06-19T04:47:07.652Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e6e88d76-f814-45c6-b3bb-8ad065dcfeb0 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-19T04:47:07.652Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:47:07.653Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-19T04:47:07.733Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:47:07.734Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e6e88d76-f814-45c6-b3bb-8ad065dcfeb0 1164
2022-06-19T04:47:07.734Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-19T04:47:07.734Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-19T04:47:07.734Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:47:07.735Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:07.736Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:07.736Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614027734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:47:07.837Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:07.837Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:07.837Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:07.887Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:07.888Z||pool-64-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:47:08.737Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 163c9785-b0d0-42cb-8bca-a36d3c5051f3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-19T04:47:08.737Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:47:08.738Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-19T04:47:08.818Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:47:08.818Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 163c9785-b0d0-42cb-8bca-a36d3c5051f3 200
2022-06-19T04:47:08.819Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-19T04:47:08.819Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-19T04:47:08.819Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:47:08.820Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:08.822Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:08.822Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614028819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:47:08.922Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:08.923Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:08.923Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:08.936Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:08.936Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:47:09.823Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 125fcfe3-9c6b-410e-8d39-8fd12207c289
2022-06-19T04:47:09.823Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 448f8964-5fb8-493b-ad43-a48d98ea54fc 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=?
2022-06-19T04:47:09.837Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:47:09.846Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7988a18c, org.onap.sdc.toscaparser.api.parameters.Input@de4787e, org.onap.sdc.toscaparser.api.parameters.Input@d0b9062, org.onap.sdc.toscaparser.api.parameters.Input@17f715a0, org.onap.sdc.toscaparser.api.parameters.Input@2bcf4213]
2022-06-19T04:47:09.848Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.848Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:09.848Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-19T04:47:09.848Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= ca8c59d7-42fe-44b2-b518-7a8d05a40c9c
2022-06-19T04:47:09.848Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ca8c59d7-42fe-44b2-b518-7a8d05a40c9c matches Tosca VF Customization UUID: ca8c59d7-42fe-44b2-b518-7a8d05a40c9c
2022-06-19T04:47:09.848Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: ca8c59d7-42fe-44b2-b518-7a8d05a40c9c  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-19T04:47:09.851Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.852Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:09.852Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id ca8c59d7-42fe-44b2-b518-7a8d05a40c9c: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-06-19T04:47:09.852Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7beaa5f0
2022-06-19T04:47:09.852Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.853Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:47:09.853Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0f44c33a-c906-47de-95cb-bd977fb2a764
2022-06-19T04:47:09.853Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0f44c33a-c906-47de-95cb-bd977fb2a764
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-19T04:47:09.858Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.858Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T04:47:09.858Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:47:09.858Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.859Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T04:47:09.859Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:47:09.859Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.859Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-06-19T04:47:09.859Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-06-19T04:47:09.859Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=dff1d932-0fd4-41be-8a0d-567bf0d5a2ee
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:47:09.862Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.863Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T04:47:09.863Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:47:09.863Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.863Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-06-19T04:47:09.863Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=ca8c59d7-42fe-44b2-b518-7a8d05a40c9c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:47:09.865Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.865Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:09.865Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 125fcfe3-9c6b-410e-8d39-8fd12207c289: basic_cnf
2022-06-19T04:47:09.865Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.865Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:09.866Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.866Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:09.866Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.866Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:09.866Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.866Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:09.867Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:47:09.867Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:47:09.867Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:47:09.972Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 448f8964-5fb8-493b-ad43-a48d98ea54fc 1 ASDC deployResourceStructure
2022-06-19T04:47:09.973Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-06-19T04:47:09.973Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-06-19T04:47:09.973Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-19T04:47:09.974Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:09.976Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:09.976Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614029972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-19T04:47:10.076Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:10.077Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:10.077Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:10.090Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:10.090Z||pool-66-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:47:10.977Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-06-19T04:47:10.977Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-19T04:47:10.978Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-19T04:47:10.978Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:10.980Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:10.980Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614030977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-19T04:47:11.080Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:11.082Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:11.082Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:11.101Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:11.101Z||pool-67-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:47:11.981Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-06-19T04:47:11.982Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-06-19T04:47:11.982Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:47:11.982Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:11.984Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:11.984Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614031981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:47:12.084Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:12.085Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:12.085Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:12.100Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:12.100Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:47:12.986Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-06-19T04:47:12.986Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-06-19T04:47:12.986Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:47:12.986Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:12.988Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:12.988Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614032986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:47:13.089Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:47:13.090Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:13.090Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:13.104Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:13.104Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:47:13.989Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-06-19T04:47:13.990Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-06-19T04:47:13.990Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:47:13.990Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:13.992Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:13.992Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614033989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-19T04:47:14.094Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-19T04:47:14.095Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:14.096Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:14.110Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:14.113Z||pool-70-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:47:14.993Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-06-19T04:47:14.994Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-06-19T04:47:14.994Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:47:14.995Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:47:14.997Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:47:14.997Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614034993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:47:15.098Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:47:15.099Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:47:15.099Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:15.113Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:15.114Z||pool-71-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:47:15.998Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 033a6949-7777-415a-9b38-6f5198f4832a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:47:16.017Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 033a6949-7777-415a-9b38-6f5198f4832a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:47:16.021Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:47:16.021Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:47:16.021Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:47:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:47:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:47:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:47:28.470Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:47:28.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613870550,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:47:28.472Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:47:28.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "aai-ml",
  "timestamp": 1655613871558,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:47:28.482Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 033a6949-7777-415a-9b38-6f5198f4832a
2022-06-19T04:47:28.482Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 033a6949-7777-415a-9b38-6f5198f4832a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:47:28.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613872216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:47:28.533Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:47:28.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613872562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:47:28.533Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:47:28.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.533Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613872562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:47:28.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:47:28.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613874233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:47:28.534Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:47:28.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613872562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:47:28.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:47:28.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "clamp",
  "timestamp": 1655613875240,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:47:28.541Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a8dea2e0-fd93-4647-8924-dee7dd052208
2022-06-19T04:47:28.541Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dea2e0-fd93-4647-8924-dee7dd052208 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:47:28.555Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.555Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613872562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:47:28.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:47:28.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613872562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:47:28.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:47:28.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613872562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:47:28.556Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:47:28.556Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.556Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613872562,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:47:28.557Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:47:28.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613880278,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:47:28.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:47:28.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613887523,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:47:28.557Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:47:28.557Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:47:28.557Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "aai-ml",
  "timestamp": 1655613888527,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:47:28.565Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a8dea2e0-fd93-4647-8924-dee7dd052208
2022-06-19T04:47:28.565Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a8dea2e0-fd93-4647-8924-dee7dd052208 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:47:46.022Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 033a6949-7777-415a-9b38-6f5198f4832a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:47:46.042Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 033a6949-7777-415a-9b38-6f5198f4832a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:47:46.136Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:47:46.137Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:47:46.137Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:47:46.137Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:47:46.137Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:47:46.137Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:47:46.137Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:47:46.137Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:47:46.137Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:47:46.137Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:47:46.138Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:47:46.149Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:48:16.150Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 033a6949-7777-415a-9b38-6f5198f4832a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:48:16.161Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 033a6949-7777-415a-9b38-6f5198f4832a and serviceModelVersionId: 125fcfe3-9c6b-410e-8d39-8fd12207c289
2022-06-19T04:48:16.161Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75f6acdf-9328-414d-bb5c-a9da8b3e356a
2022-06-19T04:48:16.162Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75f6acdf-9328-414d-bb5c-a9da8b3e356a/model-vers/model-ver/125fcfe3-9c6b-410e-8d39-8fd12207c289?depth=0
2022-06-19T04:48:16.167Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:48:16.224Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75f6acdf-9328-414d-bb5c-a9da8b3e356a/model-vers/model-ver/125fcfe3-9c6b-410e-8d39-8fd12207c289?depth=0|INFO|500||Invoke
2022-06-19T04:48:16.224Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75f6acdf-9328-414d-bb5c-a9da8b3e356a/model-vers/model-ver/125fcfe3-9c6b-410e-8d39-8fd12207c289?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75f6acdf-9328-414d-bb5c-a9da8b3e356a/model-vers/model-ver/125fcfe3-9c6b-410e-8d39-8fd12207c289?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[033a6949-7777-415a-9b38-6f5198f4832a], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4faeff94-a78b-4569-adb4-c97acda9104f], X-ECOMP-RequestID=[033a6949-7777-415a-9b38-6f5198f4832a], X-TransactionId=[], X-ONAP-RequestID=[033a6949-7777-415a-9b38-6f5198f4832a], Content-Type=[application/merge-patch+json]}
2022-06-19T04:48:16.245Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75f6acdf-9328-414d-bb5c-a9da8b3e356a/model-vers/model-ver/125fcfe3-9c6b-410e-8d39-8fd12207c289?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T04:48:16.363Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75f6acdf-9328-414d-bb5c-a9da8b3e356a/model-vers/model-ver/125fcfe3-9c6b-410e-8d39-8fd12207c289?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/75f6acdf-9328-414d-bb5c-a9da8b3e356a/model-vers/model-ver/125fcfe3-9c6b-410e-8d39-8fd12207c289?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220619-04:48:16:252-42456], vertex-id=[401464], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:48:16 GMT], Content-Type=[application/json]}
2022-06-19T04:48:16.363Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75f6acdf-9328-414d-bb5c-a9da8b3e356a/model-vers/model-ver/125fcfe3-9c6b-410e-8d39-8fd12207c289?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:48:16.364Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75f6acdf-9328-414d-bb5c-a9da8b3e356a/model-vers/model-ver/125fcfe3-9c6b-410e-8d39-8fd12207c289?depth=0|INFO|500||InvokeReturn
2022-06-19T04:48:16.365Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:48:16.366Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:48:16.370Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:48:16.370Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 033a6949-7777-415a-9b38-6f5198f4832a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:48:16.370Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:48:16.371Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:16.373Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:16.373Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614096370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:48:16.473Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:16.474Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:16.474Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:16.532Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:16.533Z||pool-72-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:48:17.397Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:48:17.398Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a8dea2e0-fd93-4647-8924-dee7dd052208","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"348a3ca6-07ed-4b06-97ff-f7c0a4687c3f","serviceDescription":"service","serviceInvariantUUID":"81131b23-8737-4d99-baa9-be30e714b252","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"21550e86-d31f-4e03-8548-8c39ae610711","resourceInvariantUUID":"f689b373-5433-4463-9db0-8aa9c78b3228","resourceCustomizationUUID":"97c3965d-a14a-438e-a43c-b4cc6886e4da","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":"YmIxZThmZjIyZDcxN2JlYTBmNmM4OTlmYzlkMzM4Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5af3334-8618-4fd5-8c59-550472b42c2a","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":"NTFiZTI4MWNmYjc0M2U4MzE1ODlkY2QwMDZiZWE1MTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"87744749-e88e-4803-9b58-b28614ee7f9c","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":"4a6e05d9-6b8c-44ee-b42b-48eac3b958e7","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":"0a080d1f-608a-4a88-a1c7-2ccb6a48a0fd","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":"8bed65d4-8aff-4f84-acb2-7ae6adcb0241","artifactVersion":"2","generatedFromUUID":"4a6e05d9-6b8c-44ee-b42b-48eac3b958e7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"ZDk2OWU5MGE3MjBmOGFlOGZkODRkMmNiNmRjZTE2ODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dca735f7-347c-4015-9f60-8c704f7bd9d7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"MTI3MDAwY2ZiMTEwYzJmN2IxOWNjZmU5NGZjOTg2ODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"114af497-2ed8-4339-8d02-d79e7de1c1a0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:48:17.398Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:48:17.399Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:17.401Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:17.402Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:17.502Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:17.503Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:17.504Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:17.517Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:17.517Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:18.402Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:48:18.403Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:18.405Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:18.405Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:48:18.505Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:18.506Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:18.507Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:18.520Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:18.520Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:48:19.406Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:48:19.406Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:19.408Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:19.409Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:48:19.509Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:19.510Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:19.510Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:19.525Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:19.526Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:48:20.409Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:48:20.410Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:20.412Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:20.412Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:20.512Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:20.514Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:20.514Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:20.528Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:20.529Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:21.412Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:48:21.414Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:21.415Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:21.416Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T04:48:21.516Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:21.516Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:21.516Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:21.529Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:21.530Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:22.416Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:48:22.417Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:22.419Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:22.419Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:22.520Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:22.521Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:22.521Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:22.534Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:22.535Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:23.420Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:48:23.421Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:23.423Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:23.423Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:48:23.525Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-19T04:48:23.526Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:23.526Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:23.540Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:23.540Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:48:24.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "348a3ca6-07ed-4b06-97ff-f7c0a4687c3f",
  "serviceDescription": "service",
  "serviceInvariantUUID": "81131b23-8737-4d99-baa9-be30e714b252",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "97c3965d-a14a-438e-a43c-b4cc6886e4da",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "21550e86-d31f-4e03-8548-8c39ae610711",
      "resourceInvariantUUID": "f689b373-5433-4463-9db0-8aa9c78b3228",
      "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": "NTFiZTI4MWNmYjc0M2U4MzE1ODlkY2QwMDZiZWE1MTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "87744749-e88e-4803-9b58-b28614ee7f9c",
          "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": "4a6e05d9-6b8c-44ee-b42b-48eac3b958e7",
          "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": "8bed65d4-8aff-4f84-acb2-7ae6adcb0241",
            "generatedFromUUID": "4a6e05d9-6b8c-44ee-b42b-48eac3b958e7"
          },
          "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": "8bed65d4-8aff-4f84-acb2-7ae6adcb0241",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "MTI3MDAwY2ZiMTEwYzJmN2IxOWNjZmU5NGZjOTg2ODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "114af497-2ed8-4339-8d02-d79e7de1c1a0"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T04:48:24.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:48:24.424Z|033a6949-7777-415a-9b38-6f5198f4832a|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 348a3ca6-07ed-4b06-97ff-f7c0a4687c3f ASDC
2022-06-19T04:48:24.425Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a8dea2e0-fd93-4647-8924-dee7dd052208
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:348a3ca6-07ed-4b06-97ff-f7c0a4687c3f
ServiceInvariantUUID:81131b23-8737-4d99-baa9-be30e714b252
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:114af497-2ed8-4339-8d02-d79e7de1c1a0
ArtifactChecksum:MTI3MDAwY2ZiMTEwYzJmN2IxOWNjZmU5NGZjOTg2ODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:97c3965d-a14a-438e-a43c-b4cc6886e4da
ResourceInvariantUUID:f689b373-5433-4463-9db0-8aa9c78b3228
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:21550e86-d31f-4e03-8548-8c39ae610711
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:87744749-e88e-4803-9b58-b28614ee7f9c
ArtifactChecksum:NTFiZTI4MWNmYjc0M2U4MzE1ODlkY2QwMDZiZWE1MTg=
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:4a6e05d9-6b8c-44ee-b42b-48eac3b958e7
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:8bed65d4-8aff-4f84-acb2-7ae6adcb0241
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:8bed65d4-8aff-4f84-acb2-7ae6adcb0241
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T04:48:24.425Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 348a3ca6-07ed-4b06-97ff-f7c0a4687c3f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:48:24.478Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:48:24.479Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:48:24.479Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:48:24.479Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 114af497-2ed8-4339-8d02-d79e7de1c1a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-19T04:48:24.479Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:48:24.481Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-19T04:48:24.779Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:48:24.784Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 114af497-2ed8-4339-8d02-d79e7de1c1a0 71061
2022-06-19T04:48:24.784Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-19T04:48:24.784Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-19T04:48:24.784Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:48:24.785Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:24.787Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:24.788Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614104784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:48:24.890Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T04:48:24.890Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:24.891Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:24.906Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:24.906Z||pool-80-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:25.788Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:48:25.789Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:48:25.789Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 114af497-2ed8-4339-8d02-d79e7de1c1a0, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T04:48:25.790Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-06-19T04:48:25.790Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T04:48:25.790Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T04:48:25.982Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18031151960283909330/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-19T04:48:27.328Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:48:27.328Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:48:27.328Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T04:48:27.328Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-19T04:48:27.329Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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-BasicVm-csar.csar
2022-06-19T04:48:27.329Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-06-19T04:48:27.329Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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-BasicVm-csar.csar
2022-06-19T04:48:27.329Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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-BasicVm-csar.csar
2022-06-19T04:48:27.329Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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-BasicVm-csar.csar
2022-06-19T04:48:27.330Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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-BasicVm-csar.csar
2022-06-19T04:48:27.330Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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-BasicVm-csar.csar
2022-06-19T04:48:27.330Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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-BasicVm-csar.csar
2022-06-19T04:48:27.330Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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-BasicVm-csar.csar
2022-06-19T04:48:27.330Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:48:27.331Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.331Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:27.331Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T04:48:27.331Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:48:27.332Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:48:27.332Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.332Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:27.333Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T04:48:27.333Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:48:27.333Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:48:27.333Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.333Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:27.334Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.334Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-19T04:48:27.334Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-19T04:48:27.334Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-19T04:48:27.335Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-19T04:48:27.335Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T04:48:27.335Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T04:48:27.335Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.335Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:48:27.336Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.336Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T04:48:27.336Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:48:27.337Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.337Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T04:48:27.337Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:48:27.337Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.338Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T04:48:27.338Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:48:27.338Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.338Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-19T04:48:27.339Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-19T04:48:27.339Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T04:48:27.339Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d4df72e7-3e16-4d4b-8f68-2f2d4696d538
2022-06-19T04:48:27.339Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.340Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:27.340Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.340Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:27.341Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.341Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:27.341Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:27.341Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:27.341Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:348a3ca6-07ed-4b06-97ff-f7c0a4687c3f
Model Version:NULL
Model InvariantUuid:81131b23-8737-4d99-baa9-be30e714b252
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:250c8ef9-774d-43c0-8c64-a01b7df07eaa
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f689b373-5433-4463-9db0-8aa9c78b3228
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:97c3965d-a14a-438e-a43c-b4cc6886e4da
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c30844f2-b0a6-4eff-9dcb-93612ea3aab4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:b483efc0-df41-4d2c-ad3c-489d29f4c772
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d4df72e7-3e16-4d4b-8f68-2f2d4696d538
ModelInvariantUuid:f900ba7b-66b1-4f8e-ba4e-5475edf37774
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:0f0ad74a-86eb-46b5-93a7-0cfac23b8e67
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:67002dd0-a5b8-4ac5-a6e3-58fc66a465f4
ModelInvariantUuid:38b1d36d-d4f9-4c97-a504-75bebb2402da
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:c4462380-feab-4ae2-9319-51a7d93f212e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:48:27.372Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 21550e86-d31f-4e03-8548-8c39ae610711
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:48:27.377Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-06-19T04:48:27.377Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 21550e86-d31f-4e03-8548-8c39ae610711
2022-06-19T04:48:27.377Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87744749-e88e-4803-9b58-b28614ee7f9c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-19T04:48:27.377Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:48:27.378Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-19T04:48:27.453Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:48:27.453Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 87744749-e88e-4803-9b58-b28614ee7f9c 787
2022-06-19T04:48:27.454Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-19T04:48:27.454Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-19T04:48:27.454Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:48:27.454Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:27.474Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:27.475Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614107454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:48:27.556Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms
2022-06-19T04:48:27.558Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:27.558Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:27.574Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:27.574Z||pool-81-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:48:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:48:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:28.460Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:28.461Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.461Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "145f26d3-8837-4bff-b6a7-239d1d0341e6",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613964883,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:48:28.462Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:48:28.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.463Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:28.463Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:48:28.463Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.464Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:28.464Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:48:28.464Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:28.465Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:48:28.465Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.465Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:28.466Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:48:28.466Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.466Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:28.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:48:28.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/resourceInstances/pnf9249592316bf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:28.467Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:48:28.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:48:28.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:48:28.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:48:28.469Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:48:28.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613978483,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:48:28.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:48:28.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-06-19T04:48:28.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613980557,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfPzjjtn9wqs8qn2nt0ozg/1.0/artifacts/service-DemoPnfPzjjtn9wqs8qn2nt0ozg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:48:28.469Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:48:28.475Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c30844f2-b0a6-4eff-9dcb-93612ea3aab4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b483efc0-df41-4d2c-ad3c-489d29f4c772",
    "vfModuleModelCustomizationUUID": "3ebaf42c-55d9-48d3-89ea-e19e85a24890",
    "isBase": true,
    "artifacts": [
      "4a6e05d9-6b8c-44ee-b42b-48eac3b958e7",
      "8bed65d4-8aff-4f84-acb2-7ae6adcb0241"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T04:48:28.478Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b483efc0-df41-4d2c-ad3c-489d29f4c772
VfModuleModelInvariantUUID:c30844f2-b0a6-4eff-9dcb-93612ea3aab4
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a6e05d9-6b8c-44ee-b42b-48eac3b958e7
,
8bed65d4-8aff-4f84-acb2-7ae6adcb0241

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

isBase:true


}

2022-06-19T04:48:28.480Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c30844f2-b0a6-4eff-9dcb-93612ea3aab4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b483efc0-df41-4d2c-ad3c-489d29f4c772",
    "vfModuleModelCustomizationUUID": "3ebaf42c-55d9-48d3-89ea-e19e85a24890",
    "isBase": true,
    "artifacts": [
      "4a6e05d9-6b8c-44ee-b42b-48eac3b958e7",
      "8bed65d4-8aff-4f84-acb2-7ae6adcb0241"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T04:48:28.481Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b483efc0-df41-4d2c-ad3c-489d29f4c772
VfModuleModelInvariantUUID:c30844f2-b0a6-4eff-9dcb-93612ea3aab4
VfModuleModelDescription:NULL
Artifacts UUID List:{
4a6e05d9-6b8c-44ee-b42b-48eac3b958e7
,
8bed65d4-8aff-4f84-acb2-7ae6adcb0241

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

isBase:true


}

2022-06-19T04:48:28.481Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4a6e05d9-6b8c-44ee-b42b-48eac3b958e7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-19T04:48:28.481Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:48:28.481Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-19T04:48:28.529Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:48:28.529Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4a6e05d9-6b8c-44ee-b42b-48eac3b958e7 5033
2022-06-19T04:48:28.529Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-19T04:48:28.530Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-19T04:48:28.530Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:48:28.530Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:28.532Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:28.532Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614108529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:48:28.632Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:28.633Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:28.633Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:28.647Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:28.647Z||pool-82-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:29.532Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8bed65d4-8aff-4f84-acb2-7ae6adcb0241 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-19T04:48:29.532Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:48:29.533Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-19T04:48:29.579Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:48:29.580Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 8bed65d4-8aff-4f84-acb2-7ae6adcb0241 903
2022-06-19T04:48:29.580Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-19T04:48:29.580Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-19T04:48:29.580Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:48:29.580Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:29.582Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:29.582Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614109580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:48:29.682Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:29.683Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:29.683Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:29.699Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:29.700Z||pool-83-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:30.583Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 348a3ca6-07ed-4b06-97ff-f7c0a4687c3f
2022-06-19T04:48:30.583Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 21550e86-d31f-4e03-8548-8c39ae610711 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:48:30.747Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@215bbb3c, org.onap.sdc.toscaparser.api.parameters.Input@7291656b, org.onap.sdc.toscaparser.api.parameters.Input@2b6c7503, org.onap.sdc.toscaparser.api.parameters.Input@21c4f1c9, org.onap.sdc.toscaparser.api.parameters.Input@5d3a2c96]
2022-06-19T04:48:30.748Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.748Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:30.748Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-19T04:48:30.748Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 97c3965d-a14a-438e-a43c-b4cc6886e4da
2022-06-19T04:48:30.749Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 97c3965d-a14a-438e-a43c-b4cc6886e4da matches Tosca VF Customization UUID: 97c3965d-a14a-438e-a43c-b4cc6886e4da
2022-06-19T04:48:30.749Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 97c3965d-a14a-438e-a43c-b4cc6886e4da  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-19T04:48:30.751Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.752Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:30.752Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 97c3965d-a14a-438e-a43c-b4cc6886e4da: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-06-19T04:48:30.752Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a39e378
2022-06-19T04:48:30.752Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.752Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T04:48:30.753Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3ebaf42c-55d9-48d3-89ea-e19e85a24890
2022-06-19T04:48:30.753Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3ebaf42c-55d9-48d3-89ea-e19e85a24890
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-19T04:48:30.756Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.756Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T04:48:30.756Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:48:30.756Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.756Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T04:48:30.757Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:48:30.757Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.757Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-06-19T04:48:30.757Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-19T04:48:30.757Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T04:48:30.757Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d4df72e7-3e16-4d4b-8f68-2f2d4696d538
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T04:48:30.762Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.762Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T04:48:30.763Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T04:48:30.763Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.763Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-06-19T04:48:30.763Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=97c3965d-a14a-438e-a43c-b4cc6886e4da
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:48:30.766Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.766Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:30.766Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 348a3ca6-07ed-4b06-97ff-f7c0a4687c3f: basic_vm
2022-06-19T04:48:30.766Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.766Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:30.767Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.767Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:30.767Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.767Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:30.767Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.768Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:30.768Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:48:30.768Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:48:30.768Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:48:31.061Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 21550e86-d31f-4e03-8548-8c39ae610711 1 ASDC deployResourceStructure
2022-06-19T04:48:31.062Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-06-19T04:48:31.062Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-06-19T04:48:31.062Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:48:31.063Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:31.065Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:31.065Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614111062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:48:31.165Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:48:31.166Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:31.166Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:31.179Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:31.179Z||pool-84-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:32.067Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-19T04:48:32.067Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-06-19T04:48:32.067Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:48:32.067Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:32.070Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:32.070Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614112066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:48:32.170Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:32.171Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:32.172Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:32.186Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:32.187Z||pool-85-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:33.071Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-19T04:48:33.071Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-06-19T04:48:33.071Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:48:33.072Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:33.073Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:33.073Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614113071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-19T04:48:33.174Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:33.174Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:33.175Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:33.188Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:33.188Z||pool-86-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:34.074Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-06-19T04:48:34.074Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-06-19T04:48:34.074Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:48:34.075Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:48:34.077Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:48:34.077Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614114074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:48:34.177Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:48:34.178Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:48:34.178Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:48:34.192Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:48:34.192Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:48:35.078Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a8dea2e0-fd93-4647-8924-dee7dd052208
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:48:35.095Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a8dea2e0-fd93-4647-8924-dee7dd052208
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:48:35.098Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:48:35.098Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:48:35.098Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:48:35.098Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:48:35.099Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:48:35.099Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:48:35.099Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:48:35.099Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:48:35.099Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:48:35.099Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:48:35.100Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:48:35.108Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:49:05.108Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a8dea2e0-fd93-4647-8924-dee7dd052208 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:49:05.129Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a8dea2e0-fd93-4647-8924-dee7dd052208 and serviceModelVersionId: 348a3ca6-07ed-4b06-97ff-f7c0a4687c3f
2022-06-19T04:49:05.130Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 81131b23-8737-4d99-baa9-be30e714b252
2022-06-19T04:49:05.131Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/81131b23-8737-4d99-baa9-be30e714b252/model-vers/model-ver/348a3ca6-07ed-4b06-97ff-f7c0a4687c3f?depth=0
2022-06-19T04:49:05.139Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:49:05.197Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81131b23-8737-4d99-baa9-be30e714b252/model-vers/model-ver/348a3ca6-07ed-4b06-97ff-f7c0a4687c3f?depth=0|INFO|500||Invoke
2022-06-19T04:49:05.198Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81131b23-8737-4d99-baa9-be30e714b252/model-vers/model-ver/348a3ca6-07ed-4b06-97ff-f7c0a4687c3f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81131b23-8737-4d99-baa9-be30e714b252/model-vers/model-ver/348a3ca6-07ed-4b06-97ff-f7c0a4687c3f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a8dea2e0-fd93-4647-8924-dee7dd052208], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6c1a0c09-ca5a-405b-aa26-30ea87ee2bff], X-ECOMP-RequestID=[a8dea2e0-fd93-4647-8924-dee7dd052208], X-TransactionId=[], X-ONAP-RequestID=[a8dea2e0-fd93-4647-8924-dee7dd052208], Content-Type=[application/merge-patch+json]}
2022-06-19T04:49:05.222Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81131b23-8737-4d99-baa9-be30e714b252/model-vers/model-ver/348a3ca6-07ed-4b06-97ff-f7c0a4687c3f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T04:49:05.316Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81131b23-8737-4d99-baa9-be30e714b252/model-vers/model-ver/348a3ca6-07ed-4b06-97ff-f7c0a4687c3f?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/81131b23-8737-4d99-baa9-be30e714b252/model-vers/model-ver/348a3ca6-07ed-4b06-97ff-f7c0a4687c3f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-04:49:05:230-33695], vertex-id=[221376], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:49:05 GMT], Content-Type=[application/json]}
2022-06-19T04:49:05.317Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81131b23-8737-4d99-baa9-be30e714b252/model-vers/model-ver/348a3ca6-07ed-4b06-97ff-f7c0a4687c3f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:49:05.317Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/81131b23-8737-4d99-baa9-be30e714b252/model-vers/model-ver/348a3ca6-07ed-4b06-97ff-f7c0a4687c3f?depth=0|INFO|500||InvokeReturn
2022-06-19T04:49:05.317Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:49:05.318Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:49:05.327Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:49:05.327Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a8dea2e0-fd93-4647-8924-dee7dd052208 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:49:05.328Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:49:05.328Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:49:05.330Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:49:05.330Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614145327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:49:05.430Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:49:05.432Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:49:05.432Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:49:05.452Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:49:05.453Z||pool-88-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:49:06.367Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:49:06.367Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:49:06.368Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:49:16.692Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:49:16.692Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:49:16.693Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:49:16.693Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:49:26.249Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:49:26.254Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:49:26.257Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:49:26.257Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:49:28.439Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:49:28.440Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:49:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:49:28.465Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:49:28.466Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.466Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "260353ce-f42a-4f15-853c-2b71c8495b0e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614011810,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:49:28.468Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.468Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:49:28.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:49:28.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:49:28.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:49:28.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:49:28.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:49:28.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614022065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614024500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614025578,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614026641,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614027734,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:49:28.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614028819,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614029972,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614030977,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614031981,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:49:28.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614032986,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:49:28.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614033989,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-06-19T04:49:28.474Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:28.474Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-06-19T04:49:28.474Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614034993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:49:28.475Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:49:35.811Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:49:35.812Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:49:35.813Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:49:35.813Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:49:45.381Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:49:45.383Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:49:45.383Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:49:45.383Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:49:54.957Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:50:28.436Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:50:28.437Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:50:28.437Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:50:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:50:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:50:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:50:28.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:50:28.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "033a6949-7777-415a-9b38-6f5198f4832a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614096370,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:50:28.470Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:50:28.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:50:28.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:50:28.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T04:50:28.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:50:28.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:50:28.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:50:28.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:50:28.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:50:28.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T04:50:28.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:50:28.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:50:28.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:50:28.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655613965908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:50:28.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:50:28.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614104784,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:50:28.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:50:28.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-06-19T04:50:28.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614107454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:50:28.475Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:50:37.997Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:28.436Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:51:28.437Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:51:28.437Z|a8dea2e0-fd93-4647-8924-dee7dd052208|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:51:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:51:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:28.491Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:28.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:51:28.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614108529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:51:28.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:51:28.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:51:28.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614109580,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:51:28.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:51:28.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:51:28.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614111062,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T04:51:28.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:51:28.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:51:28.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614112066,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614113071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614114074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a8dea2e0-fd93-4647-8924-dee7dd052208",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614145327,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:51:28.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:51:29.073Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:29.074Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:51:29.074Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"ab50cf72-d985-43a9-89fe-d6c149540e7d","serviceName":"Demo_pNF_rNqFTocjMfA54jPaYBtk","serviceVersion":"1.0","serviceUUID":"fa7be411-1532-49e9-b81b-78bb2c633f4c","serviceDescription":"catalog service description","serviceInvariantUUID":"e7e68eb2-0283-43f3-b93c-3de7fbd77544","resources":[{"resourceInstanceName":"pNF 5f38e325-e7cd 0","resourceName":"pNF 5f38e325-e7cd","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"b8a0eb86-2292-4db6-ab51-b60ef1eb381c","resourceInvariantUUID":"9584d8c0-a931-4d80-9018-b8209b8c6c63","resourceCustomizationUUID":"a9fbd49b-5313-417d-ad4e-2f988336b0f2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml","artifactChecksum":"NGY5ZjE5ZGE3ZjI5YWRkYTA0NzFlYTRmMDhmYmYzMmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c7540a4f-3b4b-4b55-958a-7577858e565a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar","artifactChecksum":"OGU0ODg5ZGI3MjlhNWMwMzE5ZjA0MmQ1YjI3ZWViOGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ddbe25e1-8a71-4687-8888-8d5ad39925bd","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4de6fee8-e575-45ae-a87b-f55fb4bdbadc","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml","artifactChecksum":"NGY5MGE4YTc2Nzg3ZWZlMzE3OTA1NzlmODllNDc2N2M\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bd6f3978-ec71-4048-9cad-448a08899eae","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3bf31435-6b96-442b-8d63-7e989670188d","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"79419e6d-a7ac-4303-9237-c0973d053d8d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfRnqftocjmfa54jpaybtk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml","artifactChecksum":"ZWY3Yzc1NWExMThhMGNmMGM0ODk4ZWM1YzM3NDY2ZTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"648949f0-a3d6-4b21-b25b-1b8c9f73f0e1","artifactVersion":"1"},{"artifactName":"service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar","artifactChecksum":"YjVlNzk2OTE2NTlhNzlkYWMyYWNlNDc1ZTNmNzUzNmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3b3d4067-817b-4117-9b70-68334c1bc4a4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:51:29.078Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:51:29.079Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:29.085Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:29.086Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:51:29.185Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:51:29.189Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:29.189Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:29.210Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:29.211Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:51:30.086Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:51:30.089Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:30.091Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:30.091Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:51:30.192Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T04:51:30.193Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:30.193Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:30.209Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:30.209Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:51:31.092Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:51:31.092Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:31.095Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:31.095Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:51:31.198Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-06-19T04:51:31.199Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:31.199Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:31.213Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:31.214Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:51:32.096Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:51:32.097Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:32.100Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:32.100Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:51:32.200Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:51:32.201Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:32.201Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:32.218Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:32.219Z||pool-92-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:51:33.101Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:51:33.102Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:33.104Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:33.104Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:51:33.204Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:51:33.205Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:33.205Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:33.221Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:33.221Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:51:34.105Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:51:34.106Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:34.108Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:34.108Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:51:34.208Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:51:34.209Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:34.209Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:34.224Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:34.225Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:51:35.109Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:51:35.110Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:35.112Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:35.112Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:51:35.213Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T04:51:35.214Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:35.215Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:35.305Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:35.305Z||pool-95-thread-1|||||INFO|500||cambria reply ok (92 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:51:36.114Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:51:36.115Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:36.117Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:36.117Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:51:36.217Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:51:36.219Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:36.219Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:36.233Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:36.233Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:51:37.119Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "serviceName": "Demo_pNF_rNqFTocjMfA54jPaYBtk",
  "serviceVersion": "1.0",
  "serviceUUID": "fa7be411-1532-49e9-b81b-78bb2c633f4c",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e7e68eb2-0283-43f3-b93c-3de7fbd77544",
  "resources": [
    {
      "resourceInstanceName": "pNF 5f38e325-e7cd 0",
      "resourceCustomizationUUID": "a9fbd49b-5313-417d-ad4e-2f988336b0f2",
      "resourceName": "pNF 5f38e325-e7cd",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "b8a0eb86-2292-4db6-ab51-b60ef1eb381c",
      "resourceInvariantUUID": "9584d8c0-a931-4d80-9018-b8209b8c6c63",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
      "artifactChecksum": "YjVlNzk2OTE2NTlhNzlkYWMyYWNlNDc1ZTNmNzUzNmY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3b3d4067-817b-4117-9b70-68334c1bc4a4"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T04:51:37.119Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:51:37.119Z|a8dea2e0-fd93-4647-8924-dee7dd052208|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fa7be411-1532-49e9-b81b-78bb2c633f4c ASDC
2022-06-19T04:51:37.120Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:ab50cf72-d985-43a9-89fe-d6c149540e7d
ServiceName:Demo_pNF_rNqFTocjMfA54jPaYBtk
ServiceVersion:1.0
ServiceUUID:fa7be411-1532-49e9-b81b-78bb2c633f4c
ServiceInvariantUUID:e7e68eb2-0283-43f3-b93c-3de7fbd77544
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
ArtifactUUID:3b3d4067-817b-4117-9b70-68334c1bc4a4
ArtifactChecksum:YjVlNzk2OTE2NTlhNzlkYWMyYWNlNDc1ZTNmNzUzNmY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 5f38e325-e7cd 0
ResourceCustomizationUUID:a9fbd49b-5313-417d-ad4e-2f988336b0f2
ResourceInvariantUUID:9584d8c0-a931-4d80-9018-b8209b8c6c63
ResourceName:pNF 5f38e325-e7cd
ResourceType:PNF
ResourceUUID:b8a0eb86-2292-4db6-ab51-b60ef1eb381c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-19T04:51:37.120Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa7be411-1532-49e9-b81b-78bb2c633f4c ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:51:37.167Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:51:37.169Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:51:37.169Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:51:37.169Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3b3d4067-817b-4117-9b70-68334c1bc4a4 from URL: /sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:37.170Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:51:37.170Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:37.237Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:51:37.241Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar 3b3d4067-817b-4117-9b70-68334c1bc4a4 82648
2022-06-19T04:51:37.242Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar ASDC sendASDCNotification
2022-06-19T04:51:37.242Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:37.242Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:51:37.242Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:37.244Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:37.244Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614297241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:51:37.345Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:51:37.345Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:37.345Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:37.360Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:37.361Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:51:38.245Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:51:38.246Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:51:38.246Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3b3d4067-817b-4117-9b70-68334c1bc4a4, URL: /sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar to file: /app/ASDC/1/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:38.247Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:38.247Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:38.248Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:38.430Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14243670808098750983/Definitions/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml
2022-06-19T04:51:39.319Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:51:39.320Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:51:39.320Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:39.320Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-19T04:51:39.320Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|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-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:39.320Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|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-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:39.320Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|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-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:39.320Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|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-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:39.321Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|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-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:39.321Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 5f38e325-e7cd 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-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:39.321Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|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-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:39.321Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:51:39.322Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:51:39.322Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rNqFTocjMfA54jPaYBtk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:51:39.322Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Node template pNF 5f38e325-e7cd 0 is matching search criteria
2022-06-19T04:51:39.322Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:51:39.322Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5f38e325-e7cd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:51:39.323Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:51:39.323Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rNqFTocjMfA54jPaYBtk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:51:39.323Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Node template pNF 5f38e325-e7cd 0 is matching search criteria
2022-06-19T04:51:39.323Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:51:39.323Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 5f38e325-e7cd 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:51:39.323Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:51:39.323Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rNqFTocjMfA54jPaYBtk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:51:39.324Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:51:39.324Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rNqFTocjMfA54jPaYBtk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:51:39.324Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:51:39.324Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rNqFTocjMfA54jPaYBtk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:51:39.324Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:51:39.324Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rNqFTocjMfA54jPaYBtk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:51:39.324Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:51:39.324Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rNqFTocjMfA54jPaYBtk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:51:39.325Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_rNqFTocjMfA54jPaYBtk
Description:catalog service description
Model UUID:fa7be411-1532-49e9-b81b-78bb2c633f4c
Model Version:NULL
Model InvariantUuid:e7e68eb2-0283-43f3-b93c-3de7fbd77544
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:51:39.333Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: b8a0eb86-2292-4db6-ab51-b60ef1eb381c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:51:39.343Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||pNF 5f38e325-e7cd 0
2022-06-19T04:51:39.344Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: b8a0eb86-2292-4db6-ab51-b60ef1eb381c
2022-06-19T04:51:39.344Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: fa7be411-1532-49e9-b81b-78bb2c633f4c
2022-06-19T04:51:39.344Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: fa7be411-1532-49e9-b81b-78bb2c633f4c
2022-06-19T04:51:39.344Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 5f38e325-e7cd 0 b8a0eb86-2292-4db6-ab51-b60ef1eb381c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:51:39.350Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@26273177, org.onap.sdc.toscaparser.api.parameters.Input@771f0bf7, org.onap.sdc.toscaparser.api.parameters.Input@ceafa22, org.onap.sdc.toscaparser.api.parameters.Input@4164fd6, org.onap.sdc.toscaparser.api.parameters.Input@1ba57aaa]
2022-06-19T04:51:39.351Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:51:39.351Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rNqFTocjMfA54jPaYBtk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:51:39.351Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid fa7be411-1532-49e9-b81b-78bb2c633f4c: pNF 5f38e325-e7cd
2022-06-19T04:51:39.351Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||Processing PNF resource: b8a0eb86-2292-4db6-ab51-b60ef1eb381c
2022-06-19T04:51:39.351Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:51:39.351Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_rNqFTocjMfA54jPaYBtk is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:51:39.352Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||Resource customization UUID: a9fbd49b-5313-417d-ad4e-2f988336b0f2 is the same as notified resource customizationUUID: a9fbd49b-5313-417d-ad4e-2f988336b0f2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-19T04:51:39.417Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 5f38e325-e7cd b8a0eb86-2292-4db6-ab51-b60ef1eb381c 0 ASDC deployResourceStructure
2022-06-19T04:51:39.417Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar ASDC sendASDCNotification
2022-06-19T04:51:39.417Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar
2022-06-19T04:51:39.417Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:51:39.418Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:51:39.419Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:51:39.419Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614299417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:51:39.520Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:51:39.520Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:51:39.521Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:51:39.534Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:51:39.534Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:51:40.421Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:51:40.435Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:51:40.438Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:51:40.438Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:51:40.438Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:52:10.439Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:52:10.453Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:52:10.456Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:52:10.456Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:52:10.456Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:52:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:52:28.440Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:52:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:52:28.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:52:28.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614258007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614251858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614258284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614258007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614251858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614258284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614258007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614251858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614258284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614258007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614251858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614258284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614261744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614258007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614251858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614258284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614261744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614258007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614251858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614258284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614261744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614258007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614251858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614258284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614261744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614258007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:52:28.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614251858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:52:28.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614258284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614261744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614267408,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614266766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614267076,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614261744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614267322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614268413,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:52:28.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "cds",
  "timestamp": 1655614267782,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:52:28.505Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ab50cf72-d985-43a9-89fe-d6c149540e7d
2022-06-19T04:52:28.505Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab50cf72-d985-43a9-89fe-d6c149540e7d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:52:28.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614268264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.527Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614261744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614267322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "policy-id",
  "timestamp": 1655614269416,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:52:28.540Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of ab50cf72-d985-43a9-89fe-d6c149540e7d
2022-06-19T04:52:28.541Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab50cf72-d985-43a9-89fe-d6c149540e7d and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:52:28.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614268264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614261744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:52:28.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614267322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614268264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614267322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614268264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614267322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614268264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614267322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614272518,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:52:28.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614268264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:52:28.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614267322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "aai-ml",
  "timestamp": 1655614273524,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:52:28.583Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ab50cf72-d985-43a9-89fe-d6c149540e7d
2022-06-19T04:52:28.583Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab50cf72-d985-43a9-89fe-d6c149540e7d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:52:28.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614268264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614267322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:52:28.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614268264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.605Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614277029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:52:28.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614278058,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:52:28.606Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614278166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.607Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614279060,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:52:28.620Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ab50cf72-d985-43a9-89fe-d6c149540e7d
2022-06-19T04:52:28.620Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab50cf72-d985-43a9-89fe-d6c149540e7d and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:52:28.643Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614278166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.644Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.644Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.644Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614278166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614280272,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:52:28.645Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.645Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.645Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614278166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.645Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614278166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.646Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.646Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614278166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.646Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614283279,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:52:28.647Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614278166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:52:28.647Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.647Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.647Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "clamp",
  "timestamp": 1655614284286,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:52:28.655Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of ab50cf72-d985-43a9-89fe-d6c149540e7d
2022-06-19T04:52:28.655Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab50cf72-d985-43a9-89fe-d6c149540e7d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:52:28.689Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614278166,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:52:28.690Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:52:28.690Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.690Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614286938,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:52:28.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:28.691Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:52:28.691Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614289042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:52:28.691Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:52:40.457Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:52:40.475Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:52:40.479Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:52:40.479Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:52:40.480Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:52:40.480Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:53:10.480Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:53:10.495Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:53:10.499Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:53:10.499Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:53:10.499Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:53:10.499Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:53:28.444Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:53:28.445Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:53:28.445Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:53:28.994Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:53:28.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:28.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:53:28.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:53:28.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:28.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614290048,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:53:29.006Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ab50cf72-d985-43a9-89fe-d6c149540e7d
2022-06-19T04:53:29.006Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId ab50cf72-d985-43a9-89fe-d6c149540e7d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:53:29.020Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:29.020Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:53:29.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:53:29.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:29.021Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:53:29.021Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:53:29.021Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:29.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:53:29.022Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:53:29.022Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:29.022Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:53:29.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:53:29.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:29.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/resourceInstances/pnf5f38e325e7cd0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:53:29.023Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:53:29.023Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:29.023Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:53:29.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:53:29.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:29.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614288436,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:53:29.024Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:53:29.024Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:29.024Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614297241,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:53:29.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:53:29.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:53:29.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614299417,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfRnqftocjmfa54jpaybtk/1.0/artifacts/service-DemoPnfRnqftocjmfa54jpaybtk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:53:29.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:53:40.500Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:53:40.516Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:53:40.520Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:53:40.520Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:53:40.520Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:53:40.520Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:53:40.520Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:53:40.520Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:53:40.521Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:53:40.521Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:53:40.521Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:53:40.521Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:53:40.521Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:53:40.521Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:53:40.528Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:54:10.528Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ab50cf72-d985-43a9-89fe-d6c149540e7d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:54:10.538Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ab50cf72-d985-43a9-89fe-d6c149540e7d and serviceModelVersionId: fa7be411-1532-49e9-b81b-78bb2c633f4c
2022-06-19T04:54:10.539Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e7e68eb2-0283-43f3-b93c-3de7fbd77544
2022-06-19T04:54:10.541Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e7e68eb2-0283-43f3-b93c-3de7fbd77544/model-vers/model-ver/fa7be411-1532-49e9-b81b-78bb2c633f4c?depth=0
2022-06-19T04:54:10.546Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:54:10.597Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e68eb2-0283-43f3-b93c-3de7fbd77544/model-vers/model-ver/fa7be411-1532-49e9-b81b-78bb2c633f4c?depth=0|INFO|500||Invoke
2022-06-19T04:54:10.598Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e68eb2-0283-43f3-b93c-3de7fbd77544/model-vers/model-ver/fa7be411-1532-49e9-b81b-78bb2c633f4c?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e68eb2-0283-43f3-b93c-3de7fbd77544/model-vers/model-ver/fa7be411-1532-49e9-b81b-78bb2c633f4c?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ab50cf72-d985-43a9-89fe-d6c149540e7d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[7944c3e5-47eb-4d57-b010-729719064dcc], X-ECOMP-RequestID=[ab50cf72-d985-43a9-89fe-d6c149540e7d], X-TransactionId=[], X-ONAP-RequestID=[ab50cf72-d985-43a9-89fe-d6c149540e7d], Content-Type=[application/merge-patch+json]}
2022-06-19T04:54:10.622Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e68eb2-0283-43f3-b93c-3de7fbd77544/model-vers/model-ver/fa7be411-1532-49e9-b81b-78bb2c633f4c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T04:54:10.699Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e68eb2-0283-43f3-b93c-3de7fbd77544/model-vers/model-ver/fa7be411-1532-49e9-b81b-78bb2c633f4c?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/e7e68eb2-0283-43f3-b93c-3de7fbd77544/model-vers/model-ver/fa7be411-1532-49e9-b81b-78bb2c633f4c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-04:54:10:630-59369], vertex-id=[499792], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:54:10 GMT], Content-Type=[application/json]}
2022-06-19T04:54:10.700Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e68eb2-0283-43f3-b93c-3de7fbd77544/model-vers/model-ver/fa7be411-1532-49e9-b81b-78bb2c633f4c?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:54:10.701Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e7e68eb2-0283-43f3-b93c-3de7fbd77544/model-vers/model-ver/fa7be411-1532-49e9-b81b-78bb2c633f4c?depth=0|INFO|500||InvokeReturn
2022-06-19T04:54:10.702Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:54:10.702Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:54:10.713Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:54:10.713Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ab50cf72-d985-43a9-89fe-d6c149540e7d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:54:10.714Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:54:10.714Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:10.717Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:10.717Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614450714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:54:10.817Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:54:10.818Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:10.818Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:10.840Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:10.841Z||pool-99-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:54:11.737Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:54:11.737Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:54:11.738Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:22.025Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:22.025Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:54:22.026Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:54:22.026Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:54:28.439Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:54:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:29.066Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:29.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:54:29.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ab50cf72-d985-43a9-89fe-d6c149540e7d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614450714,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:54:29.068Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:54:31.620Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:31.621Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:54:31.622Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:54:31.622Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:35.874Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:35.875Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T04:54:35.875Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"5509e777-2825-4929-8efe-7cdeee67e6c5","serviceName":"Demo_pNF_8O2YO5EmpTIbxQ6qAztG","serviceVersion":"1.0","serviceUUID":"2a0ab293-5b43-4f38-a389-1257fbf4597f","serviceDescription":"catalog service description","serviceInvariantUUID":"3fe02740-edb4-4149-a29a-e632d5bdf784","resources":[{"resourceInstanceName":"pNF aaddb5bd-e4f4 0","resourceName":"pNF aaddb5bd-e4f4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"8e841963-ed92-48b0-81f1-dcb8bd1a30e9","resourceInvariantUUID":"929a2ebf-ddbe-47f0-9b7e-1d383fe38ab4","resourceCustomizationUUID":"48d16038-9f53-4525-b430-5fa9cb252466","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml","artifactChecksum":"YTgxNTA2ODIyMmM3MDQ3NTEzOTNjM2E0ZGQ2YWFkY2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e514623-904f-41b6-a921-c79ac66fd809","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar","artifactChecksum":"OGU0ODg5ZGI3MjlhNWMwMzE5ZjA0MmQ1YjI3ZWViOGE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1061dcb1-e9d7-4b87-bec7-a20804ae2e5a","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76fb3022-d2de-4acf-9b99-10d99f9d833a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml","artifactChecksum":"YzRiYWM4YjJhYjQzNWY5NDBjOWE5NWFkZTY3ZDdjZjk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e4816c2e-b09d-452b-9e56-917e5803c1e0","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"825fc88c-1968-48df-9595-436bf34a1ab6","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"05d42925-1743-4d66-8e21-a249ad28b3b1","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf8o2yo5emptibxq6qaztg-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml","artifactChecksum":"MTgyMDU1NDRlNDYyMTg1YWI5NjNkYTk1OTU2ZjgxYzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"cf25d4df-6fe1-42af-b0df-c2898a38ca79","artifactVersion":"1"},{"artifactName":"service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar","artifactChecksum":"YTBjOGNkM2E0M2IzMDJkZDdkYzhkOGZjNTc5Nzc4NWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6688af57-4732-4e60-ba43-bc568c745ca8","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T04:54:35.877Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:54:35.877Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:35.879Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:35.879Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:54:35.979Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:54:35.980Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:35.980Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:35.997Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:35.998Z||pool-100-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:54:36.881Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:54:36.882Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:36.885Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:36.885Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:54:36.985Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:54:36.986Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:36.987Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:37.002Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:37.003Z||pool-101-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:54:37.886Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:54:37.886Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:37.889Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:37.889Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:54:37.989Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:54:37.990Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:37.990Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:38.007Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:38.008Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:54:38.889Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:54:38.891Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:38.893Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:38.893Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:54:38.993Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:54:38.997Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:38.997Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:39.018Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:39.019Z||pool-103-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:54:39.894Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:54:39.898Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:39.899Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:39.900Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:54:40.001Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T04:54:40.002Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:40.002Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:40.018Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:40.019Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:54:40.900Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:54:40.901Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:40.903Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:40.903Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:54:41.003Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T04:54:41.004Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:41.004Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:41.031Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:41.031Z||pool-105-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:54:41.904Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:54:41.910Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:41.914Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:41.914Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:54:42.014Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:54:42.015Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:42.015Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:42.036Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:42.037Z||pool-106-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:54:42.915Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T04:54:42.919Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:42.920Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:42.921Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:54:43.021Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:54:43.022Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:43.022Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:43.046Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:43.049Z||pool-107-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:54:43.921Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "serviceName": "Demo_pNF_8O2YO5EmpTIbxQ6qAztG",
  "serviceVersion": "1.0",
  "serviceUUID": "2a0ab293-5b43-4f38-a389-1257fbf4597f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "3fe02740-edb4-4149-a29a-e632d5bdf784",
  "resources": [
    {
      "resourceInstanceName": "pNF aaddb5bd-e4f4 0",
      "resourceCustomizationUUID": "48d16038-9f53-4525-b430-5fa9cb252466",
      "resourceName": "pNF aaddb5bd-e4f4",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "8e841963-ed92-48b0-81f1-dcb8bd1a30e9",
      "resourceInvariantUUID": "929a2ebf-ddbe-47f0-9b7e-1d383fe38ab4",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
      "artifactChecksum": "YTBjOGNkM2E0M2IzMDJkZDdkYzhkOGZjNTc5Nzc4NWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6688af57-4732-4e60-ba43-bc568c745ca8"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T04:54:43.921Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T04:54:43.922Z|ab50cf72-d985-43a9-89fe-d6c149540e7d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2a0ab293-5b43-4f38-a389-1257fbf4597f ASDC
2022-06-19T04:54:43.923Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:5509e777-2825-4929-8efe-7cdeee67e6c5
ServiceName:Demo_pNF_8O2YO5EmpTIbxQ6qAztG
ServiceVersion:1.0
ServiceUUID:2a0ab293-5b43-4f38-a389-1257fbf4597f
ServiceInvariantUUID:3fe02740-edb4-4149-a29a-e632d5bdf784
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
ArtifactUUID:6688af57-4732-4e60-ba43-bc568c745ca8
ArtifactChecksum:YTBjOGNkM2E0M2IzMDJkZDdkYzhkOGZjNTc5Nzc4NWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF aaddb5bd-e4f4 0
ResourceCustomizationUUID:48d16038-9f53-4525-b430-5fa9cb252466
ResourceInvariantUUID:929a2ebf-ddbe-47f0-9b7e-1d383fe38ab4
ResourceName:pNF aaddb5bd-e4f4
ResourceType:PNF
ResourceUUID:8e841963-ed92-48b0-81f1-dcb8bd1a30e9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-19T04:54:43.923Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2a0ab293-5b43-4f38-a389-1257fbf4597f ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:54:43.979Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:54:43.980Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:54:43.980Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:54:43.980Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6688af57-4732-4e60-ba43-bc568c745ca8 from URL: /sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:43.980Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T04:54:43.981Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:44.067Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T04:54:44.071Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar 6688af57-4732-4e60-ba43-bc568c745ca8 82654
2022-06-19T04:54:44.071Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar ASDC sendASDCNotification
2022-06-19T04:54:44.072Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:44.072Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T04:54:44.072Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:44.074Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:44.074Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614484071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:54:44.174Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:54:44.175Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:44.175Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:44.196Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:44.196Z||pool-108-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-06-19T04:54:45.074Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T04:54:45.075Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T04:54:45.075Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6688af57-4732-4e60-ba43-bc568c745ca8, URL: /sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar to file: /app/ASDC/1/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:45.076Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:45.076Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:45.076Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:45.246Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP880882367093717606/Definitions/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml
2022-06-19T04:54:46.014Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF aaddb5bd-e4f4 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-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:46.015Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:46.016Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T04:54:46.016Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:54:46.016Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8O2YO5EmpTIbxQ6qAztG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:54:46.016Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Node template pNF aaddb5bd-e4f4 0 is matching search criteria
2022-06-19T04:54:46.016Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:54:46.016Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF aaddb5bd-e4f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:54:46.016Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:54:46.017Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8O2YO5EmpTIbxQ6qAztG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:54:46.017Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Node template pNF aaddb5bd-e4f4 0 is matching search criteria
2022-06-19T04:54:46.017Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T04:54:46.017Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF aaddb5bd-e4f4 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T04:54:46.017Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:54:46.017Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8O2YO5EmpTIbxQ6qAztG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:54:46.017Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:54:46.017Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8O2YO5EmpTIbxQ6qAztG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:54:46.018Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:54:46.018Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8O2YO5EmpTIbxQ6qAztG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:54:46.018Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:54:46.018Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8O2YO5EmpTIbxQ6qAztG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:54:46.018Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:54:46.018Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8O2YO5EmpTIbxQ6qAztG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:54:46.018Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_8O2YO5EmpTIbxQ6qAztG
Description:catalog service description
Model UUID:2a0ab293-5b43-4f38-a389-1257fbf4597f
Model Version:NULL
Model InvariantUuid:3fe02740-edb4-4149-a29a-e632d5bdf784
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T04:54:46.041Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 8e841963-ed92-48b0-81f1-dcb8bd1a30e9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:54:46.044Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||pNF aaddb5bd-e4f4 0
2022-06-19T04:54:46.045Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 8e841963-ed92-48b0-81f1-dcb8bd1a30e9
2022-06-19T04:54:46.045Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 2a0ab293-5b43-4f38-a389-1257fbf4597f
2022-06-19T04:54:46.045Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 2a0ab293-5b43-4f38-a389-1257fbf4597f
2022-06-19T04:54:46.045Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF aaddb5bd-e4f4 0 8e841963-ed92-48b0-81f1-dcb8bd1a30e9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:54:46.050Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44ef48d, org.onap.sdc.toscaparser.api.parameters.Input@276d1b70, org.onap.sdc.toscaparser.api.parameters.Input@18ad209a, org.onap.sdc.toscaparser.api.parameters.Input@37d60c04, org.onap.sdc.toscaparser.api.parameters.Input@44cf6cef]
2022-06-19T04:54:46.050Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:54:46.051Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8O2YO5EmpTIbxQ6qAztG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:54:46.051Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 2a0ab293-5b43-4f38-a389-1257fbf4597f: pNF aaddb5bd-e4f4
2022-06-19T04:54:46.051Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||Processing PNF resource: 8e841963-ed92-48b0-81f1-dcb8bd1a30e9
2022-06-19T04:54:46.051Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T04:54:46.052Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_8O2YO5EmpTIbxQ6qAztG is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T04:54:46.052Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||Resource customization UUID: 48d16038-9f53-4525-b430-5fa9cb252466 is the same as notified resource customizationUUID: 48d16038-9f53-4525-b430-5fa9cb252466
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-19T04:54:46.112Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF aaddb5bd-e4f4 8e841963-ed92-48b0-81f1-dcb8bd1a30e9 0 ASDC deployResourceStructure
2022-06-19T04:54:46.112Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar ASDC sendASDCNotification
2022-06-19T04:54:46.113Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar
2022-06-19T04:54:46.113Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T04:54:46.113Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:54:46.115Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:54:46.115Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614486112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:54:46.215Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:54:46.217Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:54:46.217Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:54:46.231Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:54:46.231Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T04:54:47.116Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5509e777-2825-4929-8efe-7cdeee67e6c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:54:47.141Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5509e777-2825-4929-8efe-7cdeee67e6c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:54:47.143Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:54:47.143Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:54:47.143Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:55:17.143Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5509e777-2825-4929-8efe-7cdeee67e6c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:55:17.214Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5509e777-2825-4929-8efe-7cdeee67e6c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:55:17.217Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:55:17.217Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T04:55:17.217Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T04:55:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:55:28.441Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:55:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:55:29.079Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:55:29.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614468284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614471744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614467322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614468264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614467322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614468264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614468284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614471744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614476851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614478007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614471744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614468264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614467322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614468284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614476851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614478007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614471744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614467322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614468264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614468284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614476851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614478007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614471744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614467322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.091Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614468264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.092Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.092Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.092Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614468284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614476851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.093Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.093Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.093Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614478007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614471744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.094Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.094Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.094Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614467322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614468284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.095Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.095Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614468264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-19T04:55:29.095Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.096Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.096Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.096Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614476851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614478007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614468284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.097Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.097Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.097Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614467322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.098Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.098Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.098Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.099Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614468264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.099Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.099Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.100Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614471744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.100Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614476851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614478007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614468284,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:55:29.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.103Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614467322,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:55:29.103Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.103Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614471744,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614468264,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614471621,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614476851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.104Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614478007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614484497,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614483999,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.105Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614484071,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:55:29.106Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614476851,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:55:29.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.106Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614478007,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:55:29.106Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.106Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614485519,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614485675,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614486737,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.107Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614486522,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:55:29.122Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 5509e777-2825-4929-8efe-7cdeee67e6c5
2022-06-19T04:55:29.122Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5509e777-2825-4929-8efe-7cdeee67e6c5 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:55:29.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614486112,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:55:29.137Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "cds",
  "timestamp": 1655614486685,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:55:29.142Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5509e777-2825-4929-8efe-7cdeee67e6c5
2022-06-19T04:55:29.143Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5509e777-2825-4929-8efe-7cdeee67e6c5 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:55:29.163Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614487742,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:55:29.164Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.164Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614488167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.164Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.164Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.165Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "policy-id",
  "timestamp": 1655614488745,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:55:29.171Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5509e777-2825-4929-8efe-7cdeee67e6c5
2022-06-19T04:55:29.172Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5509e777-2825-4929-8efe-7cdeee67e6c5 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:55:29.184Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.184Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614488831,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:55:29.185Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614488167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.185Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.185Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.185Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "aai-ml",
  "timestamp": 1655614489835,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:55:29.192Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5509e777-2825-4929-8efe-7cdeee67e6c5
2022-06-19T04:55:29.193Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5509e777-2825-4929-8efe-7cdeee67e6c5 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:55:29.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614488167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614488167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614488167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614492305,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:55:29.211Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614488167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/resourceInstances/pnfaaddb5bde4f40/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.211Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614488167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T04:55:29.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614488167,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T04:55:29.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T04:55:29.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.212Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614495308,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:55:29.212Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.212Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614496941,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T04:55:29.213Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.213Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.213Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "clamp",
  "timestamp": 1655614496313,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:55:29.222Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5509e777-2825-4929-8efe-7cdeee67e6c5
2022-06-19T04:55:29.222Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5509e777-2825-4929-8efe-7cdeee67e6c5 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:55:29.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614499041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnf8o2yo5emptibxq6qaztg/1.0/artifacts/service-DemoPnf8o2yo5emptibxq6qaztg-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T04:55:29.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:55:29.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:55:29.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614500045,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:55:29.247Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5509e777-2825-4929-8efe-7cdeee67e6c5
2022-06-19T04:55:29.247Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5509e777-2825-4929-8efe-7cdeee67e6c5 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T04:55:47.218Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5509e777-2825-4929-8efe-7cdeee67e6c5
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:55:47.246Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5509e777-2825-4929-8efe-7cdeee67e6c5
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T04:55:47.249Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T04:55:47.249Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T04:55:47.250Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T04:55:47.250Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T04:55:47.250Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:55:47.250Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:55:47.250Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:55:47.250Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:55:47.250Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:55:47.250Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:55:47.250Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T04:55:47.251Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T04:55:47.258Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T04:56:17.258Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5509e777-2825-4929-8efe-7cdeee67e6c5 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T04:56:17.270Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5509e777-2825-4929-8efe-7cdeee67e6c5 and serviceModelVersionId: 2a0ab293-5b43-4f38-a389-1257fbf4597f
2022-06-19T04:56:17.271Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3fe02740-edb4-4149-a29a-e632d5bdf784
2022-06-19T04:56:17.272Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3fe02740-edb4-4149-a29a-e632d5bdf784/model-vers/model-ver/2a0ab293-5b43-4f38-a389-1257fbf4597f?depth=0
2022-06-19T04:56:17.281Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T04:56:17.351Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fe02740-edb4-4149-a29a-e632d5bdf784/model-vers/model-ver/2a0ab293-5b43-4f38-a389-1257fbf4597f?depth=0|INFO|500||Invoke
2022-06-19T04:56:17.352Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fe02740-edb4-4149-a29a-e632d5bdf784/model-vers/model-ver/2a0ab293-5b43-4f38-a389-1257fbf4597f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fe02740-edb4-4149-a29a-e632d5bdf784/model-vers/model-ver/2a0ab293-5b43-4f38-a389-1257fbf4597f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5509e777-2825-4929-8efe-7cdeee67e6c5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[630d9fef-5ca0-4024-a7eb-285804de982f], X-ECOMP-RequestID=[5509e777-2825-4929-8efe-7cdeee67e6c5], X-TransactionId=[], X-ONAP-RequestID=[5509e777-2825-4929-8efe-7cdeee67e6c5], Content-Type=[application/merge-patch+json]}
2022-06-19T04:56:17.378Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fe02740-edb4-4149-a29a-e632d5bdf784/model-vers/model-ver/2a0ab293-5b43-4f38-a389-1257fbf4597f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T04:56:17.492Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fe02740-edb4-4149-a29a-e632d5bdf784/model-vers/model-ver/2a0ab293-5b43-4f38-a389-1257fbf4597f?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/3fe02740-edb4-4149-a29a-e632d5bdf784/model-vers/model-ver/2a0ab293-5b43-4f38-a389-1257fbf4597f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-04:56:17:385-77854], vertex-id=[217128], Content-Length=[0], Date=[Sun, 19 Jun 2022 04:56:17 GMT], Content-Type=[application/json]}
2022-06-19T04:56:17.495Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fe02740-edb4-4149-a29a-e632d5bdf784/model-vers/model-ver/2a0ab293-5b43-4f38-a389-1257fbf4597f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T04:56:17.495Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3fe02740-edb4-4149-a29a-e632d5bdf784/model-vers/model-ver/2a0ab293-5b43-4f38-a389-1257fbf4597f?depth=0|INFO|500||InvokeReturn
2022-06-19T04:56:17.496Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T04:56:17.496Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T04:56:17.513Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T04:56:17.513Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5509e777-2825-4929-8efe-7cdeee67e6c5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T04:56:17.514Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T04:56:17.515Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T04:56:17.521Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T04:56:17.521Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614577514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:56:17.621Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T04:56:17.622Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T04:56:17.622Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T04:56:17.645Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:56:17.645Z||pool-110-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T04:56:18.538Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:56:18.539Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:56:18.539Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:56:28.129Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:56:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:56:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:56:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:56:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:56:28.439Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:56:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:56:29.075Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:56:29.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T04:56:29.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "5509e777-2825-4929-8efe-7cdeee67e6c5",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655614577514,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T04:56:29.077Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T04:56:37.978Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:57:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:57:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:57:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:57:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:57:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:57:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:57:37.984Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:57:37.985Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:58:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:58:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:58:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:58:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:58:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:58:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:58:37.985Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:58:37.985Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:59:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:59:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:59:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:59:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T04:59:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T04:59:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T04:59:37.991Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T04:59:37.993Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:00:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:00:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:00:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:00:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:00:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:00:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:00:37.979Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:00:38.000Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:01:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:01:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:01:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:01:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:01:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:01:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:01:38.004Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:01:38.005Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:02:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:02:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:02:28.442Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:02:28.442Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:02:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:02:28.442Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:02:38.000Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:02:38.006Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:28.436Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:03:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:03:28.437Z|5509e777-2825-4929-8efe-7cdeee67e6c5|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:03:28.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:03:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:28.689Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:28.691Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.691Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.693Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.693Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.693Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655614981744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.694Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614978007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.694Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.694Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655614981744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.695Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.695Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.695Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614978007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.696Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.696Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.696Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655614981744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614978007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.697Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.697Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.697Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655614981744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.698Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.698Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614978007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.698Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614986862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.699Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.699Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655614981744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.699Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.700Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614987322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.700Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.700Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614978007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.701Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614986862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.701Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.701Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.702Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.702Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.702Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655614981744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614987322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.703Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.703Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.703Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614978007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614986862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.704Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.704Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.704Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.705Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.705Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.705Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655614981744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614987322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614978007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.706Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.706Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.706Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614986862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.707Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.707Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.707Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614978284,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655614981744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.708Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.708Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.708Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614987322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614978007,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.709Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.709Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.709Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614986862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.710Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.710Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.710Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614987322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.711Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614991587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:28.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.711Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614992500,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:28.711Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.711Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614986862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614987322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.712Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614993505,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:03:28.713Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.713Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614986862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.713Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.713Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614987322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.714Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.714Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.714Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "policy-id",
  "timestamp": 1655614994508,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:03:28.748Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29950de7-9f01-482c-ad31-e2131e19d8ee
2022-06-19T05:03:28.748Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29950de7-9f01-482c-ad31-e2131e19d8ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:03:28.761Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.761Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614986862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.762Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.762Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.762Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614987322,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655614988264,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614996107,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614995680,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614997168,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.763Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614998228,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:28.764Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614998166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.764Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.764Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.764Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "cds",
  "timestamp": 1655614998699,
  "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=?
2022-06-19T05:03:28.771Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29950de7-9f01-482c-ad31-e2131e19d8ee
2022-06-19T05:03:28.772Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29950de7-9f01-482c-ad31-e2131e19d8ee and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:03:28.785Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.785Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655614999270,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:03:28.792Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29950de7-9f01-482c-ad31-e2131e19d8ee
2022-06-19T05:03:28.792Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29950de7-9f01-482c-ad31-e2131e19d8ee and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T05:03:28.800Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614998166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655614999175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615000275,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.801Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614998166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.802Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.802Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.802Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "aai-ml",
  "timestamp": 1655615000178,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:03:28.817Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29950de7-9f01-482c-ad31-e2131e19d8ee
2022-06-19T05:03:28.818Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29950de7-9f01-482c-ad31-e2131e19d8ee and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:03:28.837Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.837Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655615000379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:28.838Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.838Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.838Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614998166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.839Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.839Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.839Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614998166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.840Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.840Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614998166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.840Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.841Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655615003386,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:03:28.841Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:28.841Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.842Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614998166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:28.842Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.842Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.843Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "clamp",
  "timestamp": 1655615004390,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:03:28.850Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29950de7-9f01-482c-ad31-e2131e19d8ee
2022-06-19T05:03:28.850Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29950de7-9f01-482c-ad31-e2131e19d8ee and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:03:28.862Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.862Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655614998166,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:03:28.862Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:03:28.863Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:03:28.863Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615006941,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:28.863Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:03:29.082Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:29.082Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T05:03:29.082Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"29950de7-9f01-482c-ad31-e2131e19d8ee","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0c15249c-b2d7-4fd5-9680-6581314dbbda","serviceDescription":"service","serviceInvariantUUID":"f58111ce-5147-4315-a0aa-9f2acb7dd643","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1de6ba89-b4e0-482e-879c-11f719b2e93e","resourceInvariantUUID":"df038b3c-a6c7-4b2f-b7bc-12dc152d6679","resourceCustomizationUUID":"7cd595f3-7f57-4e6a-9a27-238ad7da77cf","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":"ZWFjY2RjM2FmOWNhNWVmNTZlM2I2ZjhlNWU1ODBiOTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"301d245f-0f2b-4e9c-86df-176714af06e2","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":"MzliMjNhZjJjMjVhZTI1ZTE5NzE1YzBiMGNkY2EyODY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4e6a6106-6ac9-4f75-b495-cf1df99e751e","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":"6f56f976-c1e6-4e94-a055-250400bdce46","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":"ea786b69-8c80-4ff0-92c6-db45dc64f6a6","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":"866de517-91d8-4772-81cc-d04ba18e8a88","artifactVersion":"2","generatedFromUUID":"6f56f976-c1e6-4e94-a055-250400bdce46"},{"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":"YjY4MGEwNzZhMDYyNGZiYjQ0NWRkMzhhNDkyZDUxYmQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"036e66cd-b411-45d6-b24e-9ac8abd6e70a","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":"YzEzN2IwYjc4YmZiY2Y5YWFmN2EwY2RkMDlkYzcyNTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e68dd1e4-ffd8-4c92-b4eb-3e910d19bd27","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZmMzMmIzYWU0ODUyM2I4ZTkyYjVkYzFmMTdjNzQyYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2b4fd757-39ce-430e-97f7-bc1c962e9cdb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T05:03:29.086Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:03:29.087Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:29.092Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:29.092Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:29.192Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:03:29.193Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:29.194Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:29.213Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:29.214Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:30.093Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:03:30.094Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:30.095Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:30.096Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T05:03:30.196Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:03:30.197Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:30.197Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:30.211Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:30.211Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:03:31.096Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:03:31.096Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:31.099Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:31.099Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T05:03:31.200Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T05:03:31.201Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:31.201Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:31.214Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:31.214Z||pool-113-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:32.100Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:03:32.101Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:32.103Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:32.103Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:32.203Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:03:32.204Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:32.204Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:32.217Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:32.218Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:33.104Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:03:33.104Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:33.106Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:33.107Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T05:03:33.207Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:03:33.208Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:33.208Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:33.222Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:33.222Z||pool-115-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:03:34.107Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:03:34.108Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:34.115Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:34.115Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:34.211Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-06-19T05:03:34.212Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:34.212Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:34.226Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:34.227Z||pool-116-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:03:35.115Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:03:35.116Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:35.120Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:35.120Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:03:35.218Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T05:03:35.219Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:35.219Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:35.233Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:35.233Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:03:36.120Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:03:36.121Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:36.123Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:36.123Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:03:36.224Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T05:03:36.224Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:36.224Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:36.239Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:36.239Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:37.124Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0c15249c-b2d7-4fd5-9680-6581314dbbda",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f58111ce-5147-4315-a0aa-9f2acb7dd643",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "7cd595f3-7f57-4e6a-9a27-238ad7da77cf",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "1de6ba89-b4e0-482e-879c-11f719b2e93e",
      "resourceInvariantUUID": "df038b3c-a6c7-4b2f-b7bc-12dc152d6679",
      "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": "MzliMjNhZjJjMjVhZTI1ZTE5NzE1YzBiMGNkY2EyODY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4e6a6106-6ac9-4f75-b495-cf1df99e751e",
          "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": "6f56f976-c1e6-4e94-a055-250400bdce46",
          "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": "866de517-91d8-4772-81cc-d04ba18e8a88",
            "generatedFromUUID": "6f56f976-c1e6-4e94-a055-250400bdce46"
          },
          "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": "866de517-91d8-4772-81cc-d04ba18e8a88",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZmMzMmIzYWU0ODUyM2I4ZTkyYjVkYzFmMTdjNzQyYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "2b4fd757-39ce-430e-97f7-bc1c962e9cdb"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T05:03:37.125Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T05:03:37.125Z|5509e777-2825-4929-8efe-7cdeee67e6c5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0c15249c-b2d7-4fd5-9680-6581314dbbda ASDC
2022-06-19T05:03:37.126Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:29950de7-9f01-482c-ad31-e2131e19d8ee
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0c15249c-b2d7-4fd5-9680-6581314dbbda
ServiceInvariantUUID:f58111ce-5147-4315-a0aa-9f2acb7dd643
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:2b4fd757-39ce-430e-97f7-bc1c962e9cdb
ArtifactChecksum:ZmMzMmIzYWU0ODUyM2I4ZTkyYjVkYzFmMTdjNzQyYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:7cd595f3-7f57-4e6a-9a27-238ad7da77cf
ResourceInvariantUUID:df038b3c-a6c7-4b2f-b7bc-12dc152d6679
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:1de6ba89-b4e0-482e-879c-11f719b2e93e
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:4e6a6106-6ac9-4f75-b495-cf1df99e751e
ArtifactChecksum:MzliMjNhZjJjMjVhZTI1ZTE5NzE1YzBiMGNkY2EyODY=
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:6f56f976-c1e6-4e94-a055-250400bdce46
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:866de517-91d8-4772-81cc-d04ba18e8a88
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:866de517-91d8-4772-81cc-d04ba18e8a88
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T05:03:37.126Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0c15249c-b2d7-4fd5-9680-6581314dbbda ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T05:03:37.211Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T05:03:37.213Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T05:03:37.214Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T05:03:37.214Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 2b4fd757-39ce-430e-97f7-bc1c962e9cdb from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-19T05:03:37.214Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:03:37.214Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-19T05:03:37.281Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:03:37.285Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2b4fd757-39ce-430e-97f7-bc1c962e9cdb 78812
2022-06-19T05:03:37.286Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-19T05:03:37.286Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-19T05:03:37.286Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:03:37.287Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:37.289Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:37.290Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615017286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:37.390Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:03:37.391Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:37.391Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:37.413Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:37.413Z||pool-119-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:38.290Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T05:03:38.292Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T05:03:38.292Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 2b4fd757-39ce-430e-97f7-bc1c962e9cdb, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:38.293Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-06-19T05:03:38.293Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:38.294Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:38.486Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7891576540150229305/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-06-19T05:03:39.929Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T05:03:39.930Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T05:03:39.930Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.930Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-06-19T05:03:39.930Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.930Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.930Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.931Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.931Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.931Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.931Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.931Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.931Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-06-19T05:03:39.931Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T05:03:39.932Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.932Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:39.932Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T05:03:39.932Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T05:03:39.933Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T05:03:39.933Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.933Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:39.933Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T05:03:39.934Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T05:03:39.934Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T05:03:39.934Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.934Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:39.934Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.934Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-19T05:03:39.934Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-06-19T05:03:39.935Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-06-19T05:03:39.935Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-06-19T05:03:39.935Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T05:03:39.935Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T05:03:39.935Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.935Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T05:03:39.936Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.936Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T05:03:39.936Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:03:39.936Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.936Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T05:03:39.936Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:03:39.936Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.937Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T05:03:39.937Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:03:39.937Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.937Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-19T05:03:39.937Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-19T05:03:39.937Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T05:03:39.937Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a2c1a92-063f-49d0-aac8-4950a4cf309c
2022-06-19T05:03:39.938Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.938Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:39.938Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.938Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:39.938Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.938Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:39.938Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:39.938Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:39.939Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0c15249c-b2d7-4fd5-9680-6581314dbbda
Model Version:NULL
Model InvariantUuid:f58111ce-5147-4315-a0aa-9f2acb7dd643
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:f0fd50db-fbd9-4095-b330-3a82a752e28b
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:df038b3c-a6c7-4b2f-b7bc-12dc152d6679
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7cd595f3-7f57-4e6a-9a27-238ad7da77cf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3eefc542-b9ef-4709-9493-5416303c9e73
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:ffe35b93-71fb-4c10-a2a7-c5d4317c52bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:1a2c1a92-063f-49d0-aac8-4950a4cf309c
ModelInvariantUuid:bdaff734-0f64-4a3a-88f2-f0531094caf2
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5fdde614-92bb-462e-b916-e365b99ed28e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:396f46f4-b44b-4940-bb49-30cb70678417
ModelInvariantUuid:3f56f217-2a7e-404c-85a9-efb6ab096d76
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:1af65475-6d6b-4b48-8459-60289a79b9ee
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T05:03:39.951Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 1de6ba89-b4e0-482e-879c-11f719b2e93e
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:03:39.957Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-06-19T05:03:39.958Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1de6ba89-b4e0-482e-879c-11f719b2e93e
2022-06-19T05:03:39.958Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4e6a6106-6ac9-4f75-b495-cf1df99e751e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-19T05:03:39.958Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:03:39.958Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-19T05:03:40.023Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:03:40.024Z|29950de7-9f01-482c-ad31-e2131e19d8ee|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 4e6a6106-6ac9-4f75-b495-cf1df99e751e 792
2022-06-19T05:03:40.024Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-19T05:03:40.024Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-19T05:03:40.024Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:03:40.024Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:40.026Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:40.026Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615020024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:40.126Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:03:40.127Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:40.127Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:40.140Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:40.140Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:41.027Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3eefc542-b9ef-4709-9493-5416303c9e73",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffe35b93-71fb-4c10-a2a7-c5d4317c52bc",
    "vfModuleModelCustomizationUUID": "b09b562b-abf6-442f-930e-2949c3ca7e48",
    "isBase": true,
    "artifacts": [
      "6f56f976-c1e6-4e94-a055-250400bdce46",
      "866de517-91d8-4772-81cc-d04ba18e8a88"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T05:03:41.033Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffe35b93-71fb-4c10-a2a7-c5d4317c52bc
VfModuleModelInvariantUUID:3eefc542-b9ef-4709-9493-5416303c9e73
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f56f976-c1e6-4e94-a055-250400bdce46
,
866de517-91d8-4772-81cc-d04ba18e8a88

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

isBase:true


}

2022-06-19T05:03:41.034Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "3eefc542-b9ef-4709-9493-5416303c9e73",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ffe35b93-71fb-4c10-a2a7-c5d4317c52bc",
    "vfModuleModelCustomizationUUID": "b09b562b-abf6-442f-930e-2949c3ca7e48",
    "isBase": true,
    "artifacts": [
      "6f56f976-c1e6-4e94-a055-250400bdce46",
      "866de517-91d8-4772-81cc-d04ba18e8a88"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T05:03:41.035Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ffe35b93-71fb-4c10-a2a7-c5d4317c52bc
VfModuleModelInvariantUUID:3eefc542-b9ef-4709-9493-5416303c9e73
VfModuleModelDescription:NULL
Artifacts UUID List:{
6f56f976-c1e6-4e94-a055-250400bdce46
,
866de517-91d8-4772-81cc-d04ba18e8a88

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

isBase:true


}

2022-06-19T05:03:41.035Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6f56f976-c1e6-4e94-a055-250400bdce46 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-19T05:03:41.035Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:03:41.035Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-19T05:03:41.084Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:03:41.084Z|29950de7-9f01-482c-ad31-e2131e19d8ee|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 6f56f976-c1e6-4e94-a055-250400bdce46 5033
2022-06-19T05:03:41.084Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-19T05:03:41.085Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-19T05:03:41.085Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:03:41.085Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:41.087Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:41.087Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615021084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:41.188Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T05:03:41.192Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:41.192Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:41.209Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:41.211Z||pool-121-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:42.088Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 866de517-91d8-4772-81cc-d04ba18e8a88 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-19T05:03:42.088Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:03:42.088Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-19T05:03:42.168Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:03:42.169Z|29950de7-9f01-482c-ad31-e2131e19d8ee|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 866de517-91d8-4772-81cc-d04ba18e8a88 903
2022-06-19T05:03:42.170Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-19T05:03:42.170Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-19T05:03:42.171Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:03:42.171Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:42.175Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:42.175Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615022170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:03:42.274Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T05:03:42.275Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:42.275Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:42.303Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:42.304Z||pool-122-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:43.176Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 0c15249c-b2d7-4fd5-9680-6581314dbbda
2022-06-19T05:03:43.177Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 1de6ba89-b4e0-482e-879c-11f719b2e93e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:03:43.206Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@765f73e5, org.onap.sdc.toscaparser.api.parameters.Input@5079fe51, org.onap.sdc.toscaparser.api.parameters.Input@1bcd517, org.onap.sdc.toscaparser.api.parameters.Input@1859c844, org.onap.sdc.toscaparser.api.parameters.Input@159450f1]
2022-06-19T05:03:43.209Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.209Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:43.212Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-19T05:03:43.212Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7cd595f3-7f57-4e6a-9a27-238ad7da77cf
2022-06-19T05:03:43.212Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7cd595f3-7f57-4e6a-9a27-238ad7da77cf matches Tosca VF Customization UUID: 7cd595f3-7f57-4e6a-9a27-238ad7da77cf
2022-06-19T05:03:43.212Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7cd595f3-7f57-4e6a-9a27-238ad7da77cf  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-19T05:03:43.216Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.216Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:43.217Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7cd595f3-7f57-4e6a-9a27-238ad7da77cf: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-06-19T05:03:43.217Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3bbe394c
2022-06-19T05:03:43.218Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.218Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T05:03:43.218Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b09b562b-abf6-442f-930e-2949c3ca7e48
2022-06-19T05:03:43.218Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b09b562b-abf6-442f-930e-2949c3ca7e48
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-19T05:03:43.222Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.222Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T05:03:43.222Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:03:43.222Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.223Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T05:03:43.223Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:03:43.224Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.224Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-06-19T05:03:43.224Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-06-19T05:03:43.224Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-06-19T05:03:43.224Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1a2c1a92-063f-49d0-aac8-4950a4cf309c
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-06-19T05:03:43.227Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.228Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T05:03:43.228Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:03:43.228Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.228Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-06-19T05:03:43.228Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=7cd595f3-7f57-4e6a-9a27-238ad7da77cf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:03:43.231Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.231Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:43.231Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 0c15249c-b2d7-4fd5-9680-6581314dbbda: basic_vm_macro
2022-06-19T05:03:43.232Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.232Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:43.232Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.232Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:43.232Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.232Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:43.232Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.233Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:43.233Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:03:43.233Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:03:43.233Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:03:43.385Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 1de6ba89-b4e0-482e-879c-11f719b2e93e 1 ASDC deployResourceStructure
2022-06-19T05:03:43.385Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-06-19T05:03:43.387Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-06-19T05:03:43.388Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T05:03:43.389Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:43.391Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:43.391Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615023385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T05:03:43.492Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:03:43.492Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:43.492Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:43.505Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:43.505Z||pool-123-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:44.392Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-06-19T05:03:44.393Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-06-19T05:03:44.393Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T05:03:44.393Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:44.395Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:44.395Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615024392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T05:03:44.495Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:03:44.497Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:44.497Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:44.522Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:44.522Z||pool-124-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:45.395Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-06-19T05:03:45.395Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-06-19T05:03:45.396Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T05:03:45.396Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:45.408Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:45.409Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615025395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-19T05:03:45.499Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-06-19T05:03:45.500Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:45.500Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:45.515Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:45.515Z||pool-125-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:03:46.410Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-06-19T05:03:46.410Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-06-19T05:03:46.410Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T05:03:46.410Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:03:46.422Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:03:46.422Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615026409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:03:46.517Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-06-19T05:03:46.519Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:03:46.519Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:03:46.533Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:03:46.533Z||pool-126-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:03:47.423Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:03:47.438Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:03:47.441Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T05:03:47.441Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T05:03:47.442Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T05:03:47.442Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T05:04:17.442Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:04:17.459Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:04:17.462Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T05:04:17.462Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T05:04:17.462Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T05:04:17.463Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T05:04:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:04:28.440Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:04:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:04:28.480Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:04:28.480Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:04:28.480Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615009463,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:04:28.481Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:04:47.463Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:04:47.479Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:04:47.482Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T05:04:47.482Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T05:04:47.482Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T05:04:47.483Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T05:05:17.483Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:05:17.505Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:05:17.508Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T05:05:17.508Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T05:05:17.508Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-06-19T05:05:17.508Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-06-19T05:05:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:05:28.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:05:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:05:28.459Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:05:28.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:28.976Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:28.976Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:28.976Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:28.977Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615010476,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:28.986Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29950de7-9f01-482c-ad31-e2131e19d8ee
2022-06-19T05:05:28.986Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29950de7-9f01-482c-ad31-e2131e19d8ee and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615007322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615008264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615008284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615001853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615011744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615007322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615008264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615008284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615001853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615011744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615008284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615007322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615008264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615001853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615011744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615008284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615007322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615008264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615001853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615011744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615008284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615007322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615008264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615001853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615008436,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615011744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615008284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615007322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.027Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615008264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615001853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615017286,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615011744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.028Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615008284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615018007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615008264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.029Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615007322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615001853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615011744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615018007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.030Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615008284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615008264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615007322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615001853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615011744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.031Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615008284,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615007322,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615018007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615008264,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.032Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615001853,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615020024,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615011744,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615018007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615020574,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.033Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615021077,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615020667,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615021084,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615018007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.034Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615022109,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.035Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.035Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.035Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "cds",
  "timestamp": 1655615022003,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.066Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b1bcc87d-4f8e-4590-b64c-aafc8e7ded06
2022-06-19T05:05:29.066Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1bcc87d-4f8e-4590-b64c-aafc8e7ded06 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615022170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.085Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615018007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615023114,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.092Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of b1bcc87d-4f8e-4590-b64c-aafc8e7ded06
2022-06-19T05:05:29.092Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1bcc87d-4f8e-4590-b64c-aafc8e7ded06 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.126Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615023385,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.127Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.127Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615018007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.127Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.127Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615024392,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.128Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.128Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615018007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.128Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.128Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.129Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615025395,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.129Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615025453,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.129Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.129Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615018007,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.130Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.130Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.130Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615026409,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.131Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.131Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.131Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "aai-ml",
  "timestamp": 1655615026456,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.146Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b1bcc87d-4f8e-4590-b64c-aafc8e7ded06
2022-06-19T05:05:29.146Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1bcc87d-4f8e-4590-b64c-aafc8e7ded06 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.174Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615027461,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.175Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.175Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.175Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.175Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.176Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.176Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.176Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615028467,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.176Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.178Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.178Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.178Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.179Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.179Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.179Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.180Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.180Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "policy-id",
  "timestamp": 1655615029470,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.192Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b1bcc87d-4f8e-4590-b64c-aafc8e7ded06
2022-06-19T05:05:29.192Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1bcc87d-4f8e-4590-b64c-aafc8e7ded06 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615031474,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615023007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.214Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615033402,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.215Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615033926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.216Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "clamp",
  "timestamp": 1655615034408,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.224Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b1bcc87d-4f8e-4590-b64c-aafc8e7ded06
2022-06-19T05:05:29.224Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1bcc87d-4f8e-4590-b64c-aafc8e7ded06 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.248Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.248Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.248Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.249Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.249Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.249Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "cds",
  "timestamp": 1655615035317,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.293Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2
2022-06-19T05:05:29.293Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.305Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.305Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.306Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.306Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.306Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615027323,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.307Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.307Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615037912,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.307Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.307Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1655615028264,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615038159,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.308Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615039217,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615039779,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.309Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.310Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615040283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.310Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.310Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.310Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615040783,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.322Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b1bcc87d-4f8e-4590-b64c-aafc8e7ded06
2022-06-19T05:05:29.322Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId b1bcc87d-4f8e-4590-b64c-aafc8e7ded06 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.340Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.340Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.340Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.341Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615041347,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.341Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.341Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.341Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.342Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.342Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.342Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.343Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.343Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.343Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615042437,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.349Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2
2022-06-19T05:05:29.350Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.367Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.367Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.367Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1655615043440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.368Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.369Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.370Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615038007,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.371Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615048666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615038284,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.372Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615049671,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615049081,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "policy-id",
  "timestamp": 1655615050674,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.390Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2
2022-06-19T05:05:29.390Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-06-19T05:05:29.401Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615028166,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:05:29.402Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.402Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615051925,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.402Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.402Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615041744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:05:29.403Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:05:29.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615054220,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.403Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.403Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.403Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1655615055224,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.408Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2
2022-06-19T05:05:29.408Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615056391,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:05:29.426Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.426Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.426Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615056493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.427Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.427Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.427Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "aai-ml",
  "timestamp": 1655615057502,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.434Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2
2022-06-19T05:05:29.435Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:29.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615061399,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:05:29.447Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:05:29.447Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-06-19T05:05:29.447Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "clamp",
  "timestamp": 1655615062403,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:29.454Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2
2022-06-19T05:05:29.454Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:05:47.508Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:05:47.521Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:05:47.523Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T05:05:47.523Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T05:05:47.523Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T05:05:47.523Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T05:05:47.523Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:05:47.523Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:05:47.523Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:05:47.523Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:05:47.524Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:05:47.524Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:05:47.524Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:05:47.528Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T05:06:17.528Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29950de7-9f01-482c-ad31-e2131e19d8ee and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T05:06:17.535Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29950de7-9f01-482c-ad31-e2131e19d8ee and serviceModelVersionId: 0c15249c-b2d7-4fd5-9680-6581314dbbda
2022-06-19T05:06:17.535Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f58111ce-5147-4315-a0aa-9f2acb7dd643
2022-06-19T05:06:17.536Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f58111ce-5147-4315-a0aa-9f2acb7dd643/model-vers/model-ver/0c15249c-b2d7-4fd5-9680-6581314dbbda?depth=0
2022-06-19T05:06:17.543Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T05:06:17.605Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f58111ce-5147-4315-a0aa-9f2acb7dd643/model-vers/model-ver/0c15249c-b2d7-4fd5-9680-6581314dbbda?depth=0|INFO|500||Invoke
2022-06-19T05:06:17.606Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f58111ce-5147-4315-a0aa-9f2acb7dd643/model-vers/model-ver/0c15249c-b2d7-4fd5-9680-6581314dbbda?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f58111ce-5147-4315-a0aa-9f2acb7dd643/model-vers/model-ver/0c15249c-b2d7-4fd5-9680-6581314dbbda?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29950de7-9f01-482c-ad31-e2131e19d8ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[543a0afa-a845-44d8-a01e-dd483473157a], X-ECOMP-RequestID=[29950de7-9f01-482c-ad31-e2131e19d8ee], X-TransactionId=[], X-ONAP-RequestID=[29950de7-9f01-482c-ad31-e2131e19d8ee], Content-Type=[application/merge-patch+json]}
2022-06-19T05:06:17.630Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f58111ce-5147-4315-a0aa-9f2acb7dd643/model-vers/model-ver/0c15249c-b2d7-4fd5-9680-6581314dbbda?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T05:06:17.732Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f58111ce-5147-4315-a0aa-9f2acb7dd643/model-vers/model-ver/0c15249c-b2d7-4fd5-9680-6581314dbbda?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/f58111ce-5147-4315-a0aa-9f2acb7dd643/model-vers/model-ver/0c15249c-b2d7-4fd5-9680-6581314dbbda?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220619-05:06:17:639-58574], vertex-id=[266432], Content-Length=[0], Date=[Sun, 19 Jun 2022 05:06:17 GMT], Content-Type=[application/json]}
2022-06-19T05:06:17.732Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f58111ce-5147-4315-a0aa-9f2acb7dd643/model-vers/model-ver/0c15249c-b2d7-4fd5-9680-6581314dbbda?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T05:06:17.733Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f58111ce-5147-4315-a0aa-9f2acb7dd643/model-vers/model-ver/0c15249c-b2d7-4fd5-9680-6581314dbbda?depth=0|INFO|500||InvokeReturn
2022-06-19T05:06:17.734Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T05:06:17.734Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:06:17.747Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T05:06:17.747Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29950de7-9f01-482c-ad31-e2131e19d8ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T05:06:17.747Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T05:06:17.748Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:17.752Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:17.752Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615177747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T05:06:17.852Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:17.853Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:17.853Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:17.869Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:17.870Z||pool-127-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T05:06:18.769Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:06:18.770Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:06:18.770Z|29950de7-9f01-482c-ad31-e2131e19d8ee|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:23.184Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:23.185Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T05:06:23.185Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b1bcc87d-4f8e-4590-b64c-aafc8e7ded06","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7771898f-b663-4dc9-a884-a1addfb3dd15","serviceDescription":"service","serviceInvariantUUID":"53baf90d-047c-49b8-a567-3c18383dd57b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c46c0621-6f74-4202-8c8a-c4fb8b037fdb","resourceInvariantUUID":"580a66b5-0d50-4115-ae5a-a144fba1094d","resourceCustomizationUUID":"d8bd5323-0ef5-49ee-90e0-7ac9437ef2f8","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":"ZGFkODgzMTM2NTU3Y2JkY2FjMTdhN2IzMDM1MTg1Mzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e492f784-f075-44c7-a04a-7b4a61b1f928","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":"f0962b24-c9bb-4d62-bbd8-97e7b6588f1f","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":"6fa86a1d-56b6-46eb-b83f-e6224f1d52de","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":"N2QyNTVkODI0MWQ3YzNlZjZiYzI5ZjMyYmM0NzIwYzE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7277c7a8-16d8-4442-813b-aa43dbd00373","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":"07c2dd66-44c6-4dc9-ad59-c0d6d9209c70","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":"8d4743d1-eda5-4f1b-9bd6-4c0b319bcb96","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":"214d0f02-ed18-4c34-99ea-40b8b9311d0f","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":"ODA3Y2U2NzIyMDk3OGVlNTcwNjJmOGFkZmI1OTY2YTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"bdec8e7f-1b9a-449c-beb2-dae3fbf943f4","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NjRmMTQ4ZGQwZDIxYjQyY2U2NWZmNjg0ZjMzOGFmOWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ec39fbb0-a4ba-4c61-a99e-ef9a1687cf87","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T05:06:23.188Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:06:23.189Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:23.191Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:23.191Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:23.292Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:23.295Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:23.295Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:23.308Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:23.309Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:06:24.195Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:06:24.196Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:24.199Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:24.199Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:24.299Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:24.300Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:24.300Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:24.315Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:24.316Z||pool-129-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:25.200Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:06:25.200Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:25.203Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:25.203Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:25.303Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:25.304Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:25.304Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:25.316Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:25.316Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:26.204Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:06:26.204Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:26.206Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:26.206Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:26.306Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:26.307Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:26.307Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:26.320Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:26.320Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:27.206Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:06:27.207Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:27.209Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:27.209Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:27.309Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:27.310Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:27.310Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:27.322Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:27.323Z||pool-132-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:28.210Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:06:28.210Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:28.212Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:28.212Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:28.312Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:28.313Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:28.313Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:28.325Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:28.325Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:06:28.440Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:06:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:29.068Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:29.068Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T05:06:29.069Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "29950de7-9f01-482c-ad31-e2131e19d8ee",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615177747,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T05:06:29.070Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:06:29.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T05:06:29.070Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:29.070Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:06:29.070Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T05:06:29.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:29.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:06:29.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T05:06:29.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:29.071Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:06:29.071Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T05:06:29.071Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:29.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:06:29.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T05:06:29.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:29.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:06:29.072Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T05:06:29.072Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:29.072Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:06:29.212Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:06:29.213Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:29.215Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:29.215Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:29.315Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:29.316Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:29.317Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:29.332Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:29.332Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:30.216Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:06:30.217Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:30.219Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:30.219Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:06:30.319Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:30.320Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:30.321Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:30.332Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:30.332Z||pool-135-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:31.220Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:06:31.220Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:31.222Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:31.222Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:06:31.322Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:31.323Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:31.323Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:31.338Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:31.338Z||pool-136-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:32.223Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "7771898f-b663-4dc9-a884-a1addfb3dd15",
  "serviceDescription": "service",
  "serviceInvariantUUID": "53baf90d-047c-49b8-a567-3c18383dd57b",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "d8bd5323-0ef5-49ee-90e0-7ac9437ef2f8",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "c46c0621-6f74-4202-8c8a-c4fb8b037fdb",
      "resourceInvariantUUID": "580a66b5-0d50-4115-ae5a-a144fba1094d",
      "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": "NjRmMTQ4ZGQwZDIxYjQyY2U2NWZmNjg0ZjMzOGFmOWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ec39fbb0-a4ba-4c61-a99e-ef9a1687cf87"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T05:06:32.223Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T05:06:32.223Z|29950de7-9f01-482c-ad31-e2131e19d8ee|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7771898f-b663-4dc9-a884-a1addfb3dd15 ASDC
2022-06-19T05:06:32.223Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b1bcc87d-4f8e-4590-b64c-aafc8e7ded06
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:7771898f-b663-4dc9-a884-a1addfb3dd15
ServiceInvariantUUID:53baf90d-047c-49b8-a567-3c18383dd57b
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:ec39fbb0-a4ba-4c61-a99e-ef9a1687cf87
ArtifactChecksum:NjRmMTQ4ZGQwZDIxYjQyY2U2NWZmNjg0ZjMzOGFmOWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:d8bd5323-0ef5-49ee-90e0-7ac9437ef2f8
ResourceInvariantUUID:580a66b5-0d50-4115-ae5a-a144fba1094d
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:c46c0621-6f74-4202-8c8a-c4fb8b037fdb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-06-19T05:06:32.224Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7771898f-b663-4dc9-a884-a1addfb3dd15 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T05:06:32.277Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T05:06:32.278Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T05:06:32.278Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T05:06:32.278Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ec39fbb0-a4ba-4c61-a99e-ef9a1687cf87 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-19T05:06:32.278Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:06:32.279Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-19T05:06:32.426Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:06:32.432Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ec39fbb0-a4ba-4c61-a99e-ef9a1687cf87 105661
2022-06-19T05:06:32.432Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-19T05:06:32.432Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-19T05:06:32.432Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:06:32.433Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:32.435Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:32.435Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615192432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:06:32.535Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:32.536Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:32.536Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:32.550Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:32.550Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:33.436Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T05:06:33.437Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T05:06:33.437Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ec39fbb0-a4ba-4c61-a99e-ef9a1687cf87, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:33.437Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-06-19T05:06:33.438Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:33.438Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:33.537Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13983002313005911535/Definitions/service-TestPnfMacro-template.yml
2022-06-19T05:06:34.330Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T05:06:34.330Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T05:06:34.330Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:34.331Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-06-19T05:06:34.331Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:34.331Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:34.331Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:34.332Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:34.332Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:34.332Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:34.332Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-06-19T05:06:34.332Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T05:06:34.333Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:06:34.333Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:06:34.333Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-19T05:06:34.334Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T05:06:34.334Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T05:06:34.334Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:06:34.334Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:06:34.335Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-06-19T05:06:34.335Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T05:06:34.335Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T05:06:34.335Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:06:34.336Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:06:34.336Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:06:34.336Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:06:34.336Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:06:34.336Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:06:34.337Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:06:34.337Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:06:34.337Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:06:34.337Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:06:34.337Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:7771898f-b663-4dc9-a884-a1addfb3dd15
Model Version:NULL
Model InvariantUuid:53baf90d-047c-49b8-a567-3c18383dd57b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T05:06:34.345Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: c46c0621-6f74-4202-8c8a-c4fb8b037fdb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:06:34.348Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-06-19T05:06:34.348Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c46c0621-6f74-4202-8c8a-c4fb8b037fdb
2022-06-19T05:06:34.348Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 7771898f-b663-4dc9-a884-a1addfb3dd15
2022-06-19T05:06:34.348Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7771898f-b663-4dc9-a884-a1addfb3dd15
2022-06-19T05:06:34.348Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 c46c0621-6f74-4202-8c8a-c4fb8b037fdb ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:06:34.353Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@158c6ef6, org.onap.sdc.toscaparser.api.parameters.Input@7eae466, org.onap.sdc.toscaparser.api.parameters.Input@2aa1c3a0, org.onap.sdc.toscaparser.api.parameters.Input@53ad2624, org.onap.sdc.toscaparser.api.parameters.Input@25201979]
2022-06-19T05:06:34.353Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:06:34.353Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:06:34.354Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7771898f-b663-4dc9-a884-a1addfb3dd15: test-pnf
2022-06-19T05:06:34.354Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||Processing PNF resource: c46c0621-6f74-4202-8c8a-c4fb8b037fdb
2022-06-19T05:06:34.354Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:06:34.354Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:06:34.354Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||Resource customization UUID: d8bd5323-0ef5-49ee-90e0-7ac9437ef2f8 is the same as notified resource customizationUUID: d8bd5323-0ef5-49ee-90e0-7ac9437ef2f8
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-06-19T05:06:34.409Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf c46c0621-6f74-4202-8c8a-c4fb8b037fdb 0 ASDC deployResourceStructure
2022-06-19T05:06:34.410Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-06-19T05:06:34.410Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-06-19T05:06:34.410Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T05:06:34.410Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:06:34.412Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:06:34.412Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615194410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:06:34.512Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:06:34.513Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:06:34.513Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:06:34.529Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:06:34.529Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:06:35.414Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b1bcc87d-4f8e-4590-b64c-aafc8e7ded06
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:06:35.441Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b1bcc87d-4f8e-4590-b64c-aafc8e7ded06
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:06:35.445Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T05:06:35.445Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T05:06:35.445Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T05:06:35.445Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T05:06:35.445Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:06:35.446Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:06:35.446Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:06:35.446Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:06:35.446Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:06:35.447Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:06:35.447Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:06:35.447Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:06:35.464Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T05:07:05.464Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b1bcc87d-4f8e-4590-b64c-aafc8e7ded06 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T05:07:05.494Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b1bcc87d-4f8e-4590-b64c-aafc8e7ded06 and serviceModelVersionId: 7771898f-b663-4dc9-a884-a1addfb3dd15
2022-06-19T05:07:05.495Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 53baf90d-047c-49b8-a567-3c18383dd57b
2022-06-19T05:07:05.495Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/53baf90d-047c-49b8-a567-3c18383dd57b/model-vers/model-ver/7771898f-b663-4dc9-a884-a1addfb3dd15?depth=0
2022-06-19T05:07:05.499Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T05:07:05.533Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|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/53baf90d-047c-49b8-a567-3c18383dd57b/model-vers/model-ver/7771898f-b663-4dc9-a884-a1addfb3dd15?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-06-19T05:07:05.535Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53baf90d-047c-49b8-a567-3c18383dd57b/model-vers/model-ver/7771898f-b663-4dc9-a884-a1addfb3dd15?depth=0|INFO|500||Invoke
2022-06-19T05:07:05.557Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53baf90d-047c-49b8-a567-3c18383dd57b/model-vers/model-ver/7771898f-b663-4dc9-a884-a1addfb3dd15?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T05:07:05.629Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/53baf90d-047c-49b8-a567-3c18383dd57b/model-vers/model-ver/7771898f-b663-4dc9-a884-a1addfb3dd15?depth=0|INFO|500||InvokeReturn
2022-06-19T05:07:05.629Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|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/53baf90d-047c-49b8-a567-3c18383dd57b/model-vers/model-ver/7771898f-b663-4dc9-a884-a1addfb3dd15?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220619-05:07:05:563-68769], vertex-id=[507960], Content-Length=[0], Date=[Sun, 19 Jun 2022 05:07:05 GMT], Content-Type=[application/json]}
2022-06-19T05:07:05.629Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-06-19T05:07:05.630Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T05:07:05.630Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:07:05.644Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T05:07:05.644Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b1bcc87d-4f8e-4590-b64c-aafc8e7ded06 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T05:07:05.645Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T05:07:05.645Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:05.646Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:05.646Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615225644,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T05:07:05.747Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:05.748Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:07:05.748Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:05.763Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:05.763Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T05:07:06.676Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-06-19T05:07:06.677Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4","serviceDescription":"service","serviceInvariantUUID":"0ea6c347-a6d7-42b1-8f7e-7728dc4e2357","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bb341475-7502-432e-8c82-d42fd0a88faf","resourceInvariantUUID":"b7995ce7-26d1-4cb0-ae91-f829d748876d","resourceCustomizationUUID":"91de83b3-16d8-490f-96d4-bb7d03d54284","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":"MGE2YzBjYmViZTczNDU5NTNkYzQzZDViOGQ3NTdkMWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7b23b64b-892e-4323-a562-dfb3b695551d","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":"YTVkYTRlZjA5MWFkY2E5YzZmYzNlODMyNjE4YjE4ZmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"712bd757-da64-4312-a1f6-0688fd0a3e1c","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":"5a8aa7bf-c991-4814-b1f8-331e6cb26997","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":"68bd88a8-c36e-4238-a772-908704074b71","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":"25d2758d-c60f-4ad3-916a-667e907e1e12","artifactVersion":"2","generatedFromUUID":"6355d681-845b-4b4c-ad73-ce7582194d0b"},{"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":"bb8299db-b2ce-46aa-bc45-94ef7c176cef","artifactVersion":"2","generatedFromUUID":"5a8aa7bf-c991-4814-b1f8-331e6cb26997"},{"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":"6355d681-845b-4b4c-ad73-ce7582194d0b","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":"ebba62dd-f269-44e3-86cc-d09108ab26d7","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":"ZGMzMWFiZjRkOGZlMmU2NzAzMWY3MGY4ZDdhZGViOWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6da2ffe-629d-43b9-8248-5dfd1d594dea","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZDY4YjY1MjNlMGFjOTVhNjRkNWNmYmM1YmY3MGQ0NGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fa588100-2bac-4802-982a-e41c7ee80485","artifactVersion":"1"}],"workloadContext":"Production"}
2022-06-19T05:07:06.677Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:06.677Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:06.679Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:06.679Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:07:06.779Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:06.780Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-06-19T05:07:06.781Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:06.793Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:06.794Z||pool-140-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:07.679Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:07.680Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:07.682Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:07.682Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T05:07:07.783Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T05:07:07.783Z||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-06-19T05:07:07.783Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:07.796Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:07.796Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:08.683Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:08.683Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:08.685Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:08.685Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-19T05:07:08.785Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:08.786Z||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-06-19T05:07:08.786Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:08.799Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:08.799Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:07:09.686Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:09.686Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:09.693Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:09.693Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:07:09.793Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:09.794Z||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-06-19T05:07:09.794Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:09.804Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:09.805Z||pool-143-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:10.693Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:10.696Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:10.698Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:10.699Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-19T05:07:10.798Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T05:07:10.799Z||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-06-19T05:07:10.799Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:10.813Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:10.814Z||pool-144-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:07:11.699Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:11.699Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:11.702Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:11.702Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-19T05:07:11.802Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:11.802Z||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-06-19T05:07:11.803Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:11.817Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:11.817Z||pool-145-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:12.703Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:12.703Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:12.705Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:12.705Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-19T05:07:12.805Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:12.806Z||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-06-19T05:07:12.806Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:12.818Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:12.819Z||pool-146-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:13.706Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:13.706Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:13.708Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:13.708Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:07:13.808Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:13.809Z||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-06-19T05:07:13.809Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:13.822Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:13.823Z||pool-147-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:14.709Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:14.709Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:14.711Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:14.711Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:07:14.811Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:14.812Z||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-06-19T05:07:14.812Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:14.825Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:14.825Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:15.712Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-06-19T05:07:15.713Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:15.715Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:15.715Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:07:15.815Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T05:07:15.816Z||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-06-19T05:07:15.816Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:15.829Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:15.829Z||pool-149-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:07:16.717Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "0ea6c347-a6d7-42b1-8f7e-7728dc4e2357",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "91de83b3-16d8-490f-96d4-bb7d03d54284",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bb341475-7502-432e-8c82-d42fd0a88faf",
      "resourceInvariantUUID": "b7995ce7-26d1-4cb0-ae91-f829d748876d",
      "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": "YTVkYTRlZjA5MWFkY2E5YzZmYzNlODMyNjE4YjE4ZmQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "712bd757-da64-4312-a1f6-0688fd0a3e1c",
          "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": "5a8aa7bf-c991-4814-b1f8-331e6cb26997",
          "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": "bb8299db-b2ce-46aa-bc45-94ef7c176cef",
            "generatedFromUUID": "5a8aa7bf-c991-4814-b1f8-331e6cb26997"
          },
          "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": "25d2758d-c60f-4ad3-916a-667e907e1e12",
          "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": "bb8299db-b2ce-46aa-bc45-94ef7c176cef",
          "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": "6355d681-845b-4b4c-ad73-ce7582194d0b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "ZDY4YjY1MjNlMGFjOTVhNjRkNWNmYmM1YmY3MGQ0NGQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fa588100-2bac-4802-982a-e41c7ee80485"
    }
  ],
  "workloadContext": "Production"
}
2022-06-19T05:07:16.718Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-06-19T05:07:16.719Z|b1bcc87d-4f8e-4590-b64c-aafc8e7ded06|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4 ASDC
2022-06-19T05:07:16.719Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4
ServiceInvariantUUID:0ea6c347-a6d7-42b1-8f7e-7728dc4e2357
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:fa588100-2bac-4802-982a-e41c7ee80485
ArtifactChecksum:ZDY4YjY1MjNlMGFjOTVhNjRkNWNmYmM1YmY3MGQ0NGQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:91de83b3-16d8-490f-96d4-bb7d03d54284
ResourceInvariantUUID:b7995ce7-26d1-4cb0-ae91-f829d748876d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:bb341475-7502-432e-8c82-d42fd0a88faf
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:712bd757-da64-4312-a1f6-0688fd0a3e1c
ArtifactChecksum:YTVkYTRlZjA5MWFkY2E5YzZmYzNlODMyNjE4YjE4ZmQ=
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:5a8aa7bf-c991-4814-b1f8-331e6cb26997
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:bb8299db-b2ce-46aa-bc45-94ef7c176cef
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:25d2758d-c60f-4ad3-916a-667e907e1e12
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:bb8299db-b2ce-46aa-bc45-94ef7c176cef
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:6355d681-845b-4b4c-ad73-ce7582194d0b
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-06-19T05:07:16.720Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-06-19T05:07:16.780Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T05:07:16.781Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T05:07:16.781Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T05:07:16.782Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: fa588100-2bac-4802-982a-e41c7ee80485 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:16.782Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:07:16.782Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:16.924Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:07:16.932Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar fa588100-2bac-4802-982a-e41c7ee80485 158210
2022-06-19T05:07:16.932Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-19T05:07:16.932Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:16.933Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:07:16.933Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:16.935Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:16.935Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615236932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:07:17.036Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:17.036Z||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-06-19T05:07:17.036Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:17.051Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:17.052Z||pool-150-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:17.936Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-06-19T05:07:17.937Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-06-19T05:07:17.937Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: fa588100-2bac-4802-982a-e41c7ee80485, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:17.938Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-06-19T05:07:17.938Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:17.939Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:18.064Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6326371030255515605/Definitions/service-BasicCnfMacro-template.yml
2022-06-19T05:07:19.201Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-06-19T05:07:19.202Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T05:07:19.202Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:19.202Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-06-19T05:07:19.202Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:19.202Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:19.202Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:19.202Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:19.203Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-06-19T05:07:19.203Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.203Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:19.203Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T05:07:19.203Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T05:07:19.204Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T05:07:19.204Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.204Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:19.204Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T05:07:19.204Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-06-19T05:07:19.205Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-06-19T05:07:19.205Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.205Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:19.205Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.206Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-19T05:07:19.206Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-06-19T05:07:19.206Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-06-19T05:07:19.206Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-06-19T05:07:19.207Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.207Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T05:07:19.207Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.207Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T05:07:19.208Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:07:19.208Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.208Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T05:07:19.209Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:07:19.209Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.209Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T05:07:19.210Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:07:19.210Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.210Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T05:07:19.210Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:07:19.211Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.211Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-06-19T05:07:19.211Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-06-19T05:07:19.211Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=09c7c812-799c-46cb-bd4e-802f0e4b1958
2022-06-19T05:07:19.212Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.212Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:19.212Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.212Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:19.212Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.212Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:19.213Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:19.213Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:19.213Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4
Model Version:NULL
Model InvariantUuid:0ea6c347-a6d7-42b1-8f7e-7728dc4e2357
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:f863dbb3-da91-41bd-8648-87a854bb8ce7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b7995ce7-26d1-4cb0-ae91-f829d748876d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:91de83b3-16d8-490f-96d4-bb7d03d54284
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a43d6e4c-95d6-4ca5-baa6-27d41de5b08d
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:7d67d36b-0804-472b-9f63-edc57ceca588
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:3a98eb96-e0b2-424d-8a35-449f0506dc18
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:b9ca63dd-793a-4e1c-8d5e-5b633b60ff2a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:09c7c812-799c-46cb-bd4e-802f0e4b1958
ModelInvariantUuid:fab10e38-4b67-4712-965b-9984c55f3000
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:b4bad89d-43db-4d63-a4bb-839efeb35372
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:6925e21e-0b7e-4c1d-bc83-2d4fe99ffb37
ModelInvariantUuid:1ebb5d32-9d3d-4bbb-ba98-5a1c721ca2f5
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:6714cbaf-8bc8-4fed-914f-0f26ba19fdcb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-06-19T05:07:19.222Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: bb341475-7502-432e-8c82-d42fd0a88faf
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:07:19.226Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-06-19T05:07:19.226Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bb341475-7502-432e-8c82-d42fd0a88faf
2022-06-19T05:07:19.226Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 712bd757-da64-4312-a1f6-0688fd0a3e1c from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-19T05:07:19.226Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:07:19.227Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-19T05:07:19.282Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:07:19.283Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 712bd757-da64-4312-a1f6-0688fd0a3e1c 1565
2022-06-19T05:07:19.283Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-19T05:07:19.284Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-19T05:07:19.284Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:07:19.284Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:19.286Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:19.286Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615239283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:07:19.390Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-06-19T05:07:19.391Z||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-06-19T05:07:19.392Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:19.408Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:19.409Z||pool-151-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:20.286Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3a98eb96-e0b2-424d-8a35-449f0506dc18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9ca63dd-793a-4e1c-8d5e-5b633b60ff2a",
    "vfModuleModelCustomizationUUID": "73178cc2-ca63-4c4a-a0b9-f9e7150583a1",
    "isBase": true,
    "artifacts": [
      "5a8aa7bf-c991-4814-b1f8-331e6cb26997",
      "bb8299db-b2ce-46aa-bc45-94ef7c176cef"
    ],
    "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": "a43d6e4c-95d6-4ca5-baa6-27d41de5b08d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d67d36b-0804-472b-9f63-edc57ceca588",
    "vfModuleModelCustomizationUUID": "bae61746-00cd-48b3-8451-c472c01f344a",
    "isBase": false,
    "artifacts": [
      "6355d681-845b-4b4c-ad73-ce7582194d0b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T05:07:20.290Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9ca63dd-793a-4e1c-8d5e-5b633b60ff2a
VfModuleModelInvariantUUID:3a98eb96-e0b2-424d-8a35-449f0506dc18
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a8aa7bf-c991-4814-b1f8-331e6cb26997
,
bb8299db-b2ce-46aa-bc45-94ef7c176cef

}
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:7d67d36b-0804-472b-9f63-edc57ceca588
VfModuleModelInvariantUUID:a43d6e4c-95d6-4ca5-baa6-27d41de5b08d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6355d681-845b-4b4c-ad73-ce7582194d0b

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

isBase:false


}

2022-06-19T05:07:20.292Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "3a98eb96-e0b2-424d-8a35-449f0506dc18",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b9ca63dd-793a-4e1c-8d5e-5b633b60ff2a",
    "vfModuleModelCustomizationUUID": "73178cc2-ca63-4c4a-a0b9-f9e7150583a1",
    "isBase": true,
    "artifacts": [
      "5a8aa7bf-c991-4814-b1f8-331e6cb26997",
      "bb8299db-b2ce-46aa-bc45-94ef7c176cef"
    ],
    "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": "a43d6e4c-95d6-4ca5-baa6-27d41de5b08d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7d67d36b-0804-472b-9f63-edc57ceca588",
    "vfModuleModelCustomizationUUID": "bae61746-00cd-48b3-8451-c472c01f344a",
    "isBase": false,
    "artifacts": [
      "6355d681-845b-4b4c-ad73-ce7582194d0b"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-06-19T05:07:20.292Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b9ca63dd-793a-4e1c-8d5e-5b633b60ff2a
VfModuleModelInvariantUUID:3a98eb96-e0b2-424d-8a35-449f0506dc18
VfModuleModelDescription:NULL
Artifacts UUID List:{
5a8aa7bf-c991-4814-b1f8-331e6cb26997
,
bb8299db-b2ce-46aa-bc45-94ef7c176cef

}
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:7d67d36b-0804-472b-9f63-edc57ceca588
VfModuleModelInvariantUUID:a43d6e4c-95d6-4ca5-baa6-27d41de5b08d
VfModuleModelDescription:NULL
Artifacts UUID List:{
6355d681-845b-4b4c-ad73-ce7582194d0b

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

isBase:false


}

2022-06-19T05:07:20.292Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5a8aa7bf-c991-4814-b1f8-331e6cb26997 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-19T05:07:20.292Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:07:20.292Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-19T05:07:20.338Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:07:20.338Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 5a8aa7bf-c991-4814-b1f8-331e6cb26997 914
2022-06-19T05:07:20.338Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-19T05:07:20.338Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-19T05:07:20.338Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:07:20.339Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:20.340Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:20.341Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615240338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:07:20.441Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:20.442Z||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-06-19T05:07:20.442Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:20.457Z||pool-152-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:20.457Z||pool-152-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:21.343Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25d2758d-c60f-4ad3-916a-667e907e1e12 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-19T05:07:21.344Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:07:21.344Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-19T05:07:21.387Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:07:21.387Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 25d2758d-c60f-4ad3-916a-667e907e1e12 12
2022-06-19T05:07:21.387Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-19T05:07:21.387Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-06-19T05:07:21.387Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:07:21.387Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:21.389Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:21.389Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615241387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:07:21.490Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-06-19T05:07:21.491Z||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-06-19T05:07:21.491Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:21.504Z||pool-153-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:21.505Z||pool-153-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:22.390Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bb8299db-b2ce-46aa-bc45-94ef7c176cef from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-19T05:07:22.391Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:07:22.392Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-19T05:07:22.485Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:07:22.486Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 bb8299db-b2ce-46aa-bc45-94ef7c176cef 96
2022-06-19T05:07:22.486Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-19T05:07:22.486Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-19T05:07:22.487Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:07:22.487Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:22.489Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:22.489Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615242486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:07:22.595Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms
2022-06-19T05:07:22.596Z||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-06-19T05:07:22.596Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:22.608Z||pool-154-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:22.609Z||pool-154-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:07:23.489Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6355d681-845b-4b4c-ad73-ce7582194d0b from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-19T05:07:23.490Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-06-19T05:07:23.490Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-19T05:07:23.579Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-06-19T05:07:23.579Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 6355d681-845b-4b4c-ad73-ce7582194d0b 20206
2022-06-19T05:07:23.580Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-19T05:07:23.580Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-06-19T05:07:23.583Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-06-19T05:07:23.583Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:23.586Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:23.586Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615243580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:07:23.686Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:23.687Z||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-06-19T05:07:23.687Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:23.703Z||pool-155-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:23.703Z||pool-155-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:24.592Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4
2022-06-19T05:07:24.592Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 bb341475-7502-432e-8c82-d42fd0a88faf ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:07:24.605Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41e7e58a, org.onap.sdc.toscaparser.api.parameters.Input@15d9636a, org.onap.sdc.toscaparser.api.parameters.Input@7d725a53, org.onap.sdc.toscaparser.api.parameters.Input@6a743e64, org.onap.sdc.toscaparser.api.parameters.Input@14414d15]
2022-06-19T05:07:24.607Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.607Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:24.608Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-06-19T05:07:24.608Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 91de83b3-16d8-490f-96d4-bb7d03d54284
2022-06-19T05:07:24.608Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 91de83b3-16d8-490f-96d4-bb7d03d54284 matches Tosca VF Customization UUID: 91de83b3-16d8-490f-96d4-bb7d03d54284
2022-06-19T05:07:24.608Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 91de83b3-16d8-490f-96d4-bb7d03d54284  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-06-19T05:07:24.611Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.611Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:24.612Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 91de83b3-16d8-490f-96d4-bb7d03d54284: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-06-19T05:07:24.612Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6e5e48c6
2022-06-19T05:07:24.613Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.613Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-06-19T05:07:24.613Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bae61746-00cd-48b3-8451-c472c01f344a
2022-06-19T05:07:24.614Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bae61746-00cd-48b3-8451-c472c01f344a
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-06-19T05:07:24.616Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.616Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T05:07:24.616Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:07:24.616Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.617Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T05:07:24.617Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-06-19T05:07:24.617Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.617Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-06-19T05:07:24.617Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=91de83b3-16d8-490f-96d4-bb7d03d54284
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:07:24.619Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.620Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:24.620Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4: basic_cnf_macro
2022-06-19T05:07:24.620Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.620Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:24.620Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.621Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:24.621Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.621Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:24.621Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.621Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:24.622Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-06-19T05:07:24.622Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-06-19T05:07:24.622Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-06-19T05:07:24.689Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro bb341475-7502-432e-8c82-d42fd0a88faf 2 ASDC deployResourceStructure
2022-06-19T05:07:24.689Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-06-19T05:07:24.689Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-06-19T05:07:24.690Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T05:07:24.690Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:24.693Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:24.694Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615244689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T05:07:24.792Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-06-19T05:07:24.794Z||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-06-19T05:07:24.794Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:24.820Z||pool-156-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:24.820Z||pool-156-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:07:25.695Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-06-19T05:07:25.695Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-06-19T05:07:25.696Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T05:07:25.696Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:25.697Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:25.697Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615245694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T05:07:25.797Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:25.798Z||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-06-19T05:07:25.798Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:25.811Z||pool-157-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:25.812Z||pool-157-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-06-19T05:07:26.699Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-06-19T05:07:26.699Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-06-19T05:07:26.699Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-19T05:07:26.700Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:26.702Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:26.702Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615246698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-19T05:07:26.802Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:26.803Z||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-06-19T05:07:26.803Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:26.829Z||pool-158-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:26.830Z||pool-158-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:27.704Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-06-19T05:07:27.704Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-06-19T05:07:27.704Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T05:07:27.705Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:27.707Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:27.708Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615247704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-19T05:07:27.808Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-06-19T05:07:27.809Z||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-06-19T05:07:27.809Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:27.821Z||pool-159-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:27.821Z||pool-159-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:07:28.440Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:07:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:28.564Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:28.565Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-06-19T05:07:28.565Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:07:28.565Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:07:28.709Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-06-19T05:07:28.710Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-06-19T05:07:28.710Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-06-19T05:07:28.711Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:28.713Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:28.713Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615248709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-19T05:07:28.813Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:28.814Z||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-06-19T05:07:28.814Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:28.829Z||pool-160-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:28.829Z||pool-160-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:29.714Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-06-19T05:07:29.714Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-06-19T05:07:29.715Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-06-19T05:07:29.715Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:07:29.717Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:07:29.717Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615249714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:07:29.817Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:07:29.818Z||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-06-19T05:07:29.818Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:07:29.831Z||pool-161-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:07:29.831Z||pool-161-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-06-19T05:07:30.718Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:07:30.736Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-06-19T05:07:30.739Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-06-19T05:07:30.739Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-06-19T05:07:30.739Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-06-19T05:07:30.740Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-06-19T05:07:30.740Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:07:30.740Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:07:30.740Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:07:30.741Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:07:30.741Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:07:30.741Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-06-19T05:07:30.741Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-06-19T05:07:30.747Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-06-19T05:08:00.748Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-06-19T05:08:00.754Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2 and serviceModelVersionId: 55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4
2022-06-19T05:08:00.754Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0ea6c347-a6d7-42b1-8f7e-7728dc4e2357
2022-06-19T05:08:00.756Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0ea6c347-a6d7-42b1-8f7e-7728dc4e2357/model-vers/model-ver/55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4?depth=0
2022-06-19T05:08:00.759Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-06-19T05:08:00.790Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ea6c347-a6d7-42b1-8f7e-7728dc4e2357/model-vers/model-ver/55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4?depth=0|INFO|500||Invoke
2022-06-19T05:08:00.791Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ea6c347-a6d7-42b1-8f7e-7728dc4e2357/model-vers/model-ver/55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ea6c347-a6d7-42b1-8f7e-7728dc4e2357/model-vers/model-ver/55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b07c706-75a1-4952-98a4-88db57a43d06], X-ECOMP-RequestID=[7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2], X-TransactionId=[], X-ONAP-RequestID=[7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2], Content-Type=[application/merge-patch+json]}
2022-06-19T05:08:00.812Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ea6c347-a6d7-42b1-8f7e-7728dc4e2357/model-vers/model-ver/55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-06-19T05:08:00.905Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ea6c347-a6d7-42b1-8f7e-7728dc4e2357/model-vers/model-ver/55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4?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/0ea6c347-a6d7-42b1-8f7e-7728dc4e2357/model-vers/model-ver/55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220619-05:08:00:819-81673], vertex-id=[282744], Content-Length=[0], Date=[Sun, 19 Jun 2022 05:08:00 GMT], Content-Type=[application/json]}
2022-06-19T05:08:00.906Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ea6c347-a6d7-42b1-8f7e-7728dc4e2357/model-vers/model-ver/55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-06-19T05:08:00.908Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0ea6c347-a6d7-42b1-8f7e-7728dc4e2357/model-vers/model-ver/55c54fc3-abd9-4b66-bbf8-e06ccd8bc7e4?depth=0|INFO|500||InvokeReturn
2022-06-19T05:08:00.909Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-06-19T05:08:00.909Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-06-19T05:08:00.914Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-06-19T05:08:00.915Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-06-19T05:08:00.915Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-06-19T05:08:00.915Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-06-19T05:08:00.917Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-06-19T05:08:00.917Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615280915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T05:08:01.017Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-06-19T05:08:01.019Z||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-06-19T05:08:01.019Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:08:01.038Z||pool-162-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:08:01.039Z||pool-162-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-06-19T05:08:01.938Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:08:01.939Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:08:01.939Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:08:11.492Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:08:11.493Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:08:11.494Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:08:11.494Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:08:21.059Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:08:21.060Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:08:21.060Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:08:21.060Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:08:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:08:28.442Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:08:28.442Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:08:28.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:08:28.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:08:28.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:08:28.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615192432,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:08:28.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615194410,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:08:28.474Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b1bcc87d-4f8e-4590-b64c-aafc8e7ded06",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615225644,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:08:28.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-06-19T05:08:28.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615178769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-06-19T05:08:28.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-06-19T05:08:28.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615236932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:08:28.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615239283,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:08:28.479Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615240338,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:08:28.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615241387,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:08:28.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615242486,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:08:28.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615243580,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615244689,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615245694,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615246698,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-19T05:08:28.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:28.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:08:28.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615247704,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-06-19T05:08:28.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:08:30.621Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:08:30.622Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:08:30.623Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:08:30.623Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:08:40.162Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:09:28.436Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:09:28.437Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:09:28.437Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:09:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:09:28.439Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:09:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:09:28.464Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:09:28.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-06-19T05:09:28.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615248709,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-06-19T05:09:28.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:09:37.987Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:10:28.436Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:10:28.437Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:10:28.437Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:10:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:10:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:10:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:10:28.970Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:10:28.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T05:10:28.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615249714,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-06-19T05:10:28.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:10:28.972Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-06-19T05:10:28.972Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1655615280915,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-06-19T05:10:28.972Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-06-19T05:10:37.989Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:11:28.436Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:11:28.437Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:11:28.437Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:11:28.439Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:11:28.439Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:11:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:11:38.034Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:11:38.035Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:12:28.436Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:12:28.437Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:12:28.437Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:12:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:12:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:12:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:12:37.992Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:12:38.000Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:13:28.436Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:13:28.436Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:13:28.437Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:13:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:13:28.439Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:13:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:13:37.983Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:13:37.984Z|7b6b3487-8d77-4bd2-93ec-36c9b6dd9dc2|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:14:28.437Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:14:28.439Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:14:28.440Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:14:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:14:28.440Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:14:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:14:38.001Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:14:38.001Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:15:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:15:28.437Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:15:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:15:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:15:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:15:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:15:37.989Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:15:37.990Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:16:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:16:28.436Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:16:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:16:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:16:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:16:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:16:38.083Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:16:38.090Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:17:28.436Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:17:28.436Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:17:28.437Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as TqVY8nTJNQhNOrWB) ...
2022-06-19T05:17:28.439Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:17:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:17:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:17:37.985Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:17:37.985Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:18:28.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:18:28.436Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:18:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:18:28.439Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:18:28.439Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:18:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:18:37.982Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:18:37.982Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:19:28.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:19:28.437Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:19:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:19:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:19:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:19:28.440Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:19:37.986Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:19:37.988Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:20:28.437Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:20:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:20:28.440Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:20:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:20:28.440Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:20:28.441Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:20:37.997Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:20:37.997Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:21:28.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:21:28.437Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:21:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:21:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:21:28.440Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:21:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:21:37.982Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:21:37.983Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:22:28.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:22:28.437Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:22:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:22:28.439Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:22:28.439Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:22:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:22:37.982Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:22:37.982Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:23:28.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:23:28.437Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:23:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:23:28.439Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:23:28.440Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:23:28.440Z|20444544-f292-4328-8820-dcad2433a4fd|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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:23:37.981Z|20444544-f292-4328-8820-dcad2433a4fd|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:23:37.983Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:24:28.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:24:28.437Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:24:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:24:28.439Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:24:28.439Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:24:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:24:37.990Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:24:37.993Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:25:28.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:25:28.436Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:25:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:25:28.439Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:25:28.439Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:25:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:25:37.984Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:25:38.004Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:26:28.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:26:28.437Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:26:28.437Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:26:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:26:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:26:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:26:37.985Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:26:37.991Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:27:28.436Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:27:28.439Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-06-19T05:27:28.439Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:27:28.439Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:27:28.439Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-06-19T05:27:28.440Z||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 TqVY8nTJNQhNOrWB) ...
2022-06-19T05:27:37.988Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-06-19T05:27:37.989Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK